Deploying a React SPA and Python Backend Together on Azure
Last week, we saw how to roll out a full stack React app on Azure using Azure Functions, but what if you want something more traditional/monolithic like a Python-powered backend? Azure App Service can help with that. - https://techcommunity.microsoft.com/t5/apps-on-azure-blog/deploying-react-spa-and-python-backend-together-on-the-same/ba-p/4095567
#react
Last week, we saw how to roll out a full stack React app on Azure using Azure Functions, but what if you want something more traditional/monolithic like a Python-powered backend? Azure App Service can help with that. - https://techcommunity.microsoft.com/t5/apps-on-azure-blog/deploying-react-spa-and-python-backend-together-on-the-same/ba-p/4095567
#react
TECHCOMMUNITY.MICROSOFT.COM
Deploying React SPA and Python Backend Together on the Same Azure App Service | Microsoft Community Hub
Introduction:
Integrating a React Single Page Application (SPA) with a Python backend on Azure App Service offers a powerful combination for building...
Integrating a React Single Page Application (SPA) with a Python backend on Azure App Service offers a powerful combination for building...
👍4
Creating Wavy Circles with Fancy Animations in CSS
Temani Afif shows how to create flower-like animated shapes using modern CSS. - https://frontendmasters.com/blog/creating-wavy-circles-with-fancy-animations
#css
Temani Afif shows how to create flower-like animated shapes using modern CSS. - https://frontendmasters.com/blog/creating-wavy-circles-with-fancy-animations
#css
Frontend Masters
Creating Wavy Circles with Fancy Animations in CSS
In a previous article, we created flower-like shapes using modern CSS (mask, trigonometric functions, etc). This article is a follow-up where we will create a similar shape and also introduce some fancy animations.
👍3👏1
RxJS and Angular: Best Practices
RxJS is a powerful library for handling asynchronous data in JavaScript. It can be used to create… - https://medium.com/@taira.seal/rxjs-and-angular-best-practices-47cbd9b63a56
#angular
RxJS is a powerful library for handling asynchronous data in JavaScript. It can be used to create… - https://medium.com/@taira.seal/rxjs-and-angular-best-practices-47cbd9b63a56
#angular
Medium
RxJS and Angular: Best Practices
RxJS is a powerful library for handling asynchronous data in JavaScript. It can be used to create Observables, which are streams of data…
👍6
More secure Vue & Nuxt apps -> by default️
Making your web application more secure is not an easy process. In this article, the author introduces the Nuxt Security module, what it does, and how you can customize its functionality and behavior to match your security needs better. - https://dev.to/jacobandrewsky/more-secure-vue-nuxt-apps-by-default-3nhi
#vue
Making your web application more secure is not an easy process. In this article, the author introduces the Nuxt Security module, what it does, and how you can customize its functionality and behavior to match your security needs better. - https://dev.to/jacobandrewsky/more-secure-vue-nuxt-apps-by-default-3nhi
#vue
DEV Community
More secure Vue & Nuxt apps -> by default! 🛡️
Making your web application more secure is not easy and belive me, I have learned it the hard way in...
❤4👍1😁1
Comparing ECMAScript Modules (ESM) with CommonJS - https://wanago.io/2024/03/18/ecmascript-modules-esm-commonjs/
#nodejs
#nodejs
Marcin Wanago Blog - JavaScript, both frontend and backend
Comparing ECMAScript Modules and CommonJS
We compare ECMAScript Modules (ESM) and CommonJS and use them in TypeScript and Node.js
👍5
Enhancing Frontend architecture using Federated Modules - https://medium.com/airteldigital/enhancing-frontend-architecture-using-federated-modules-3d1961afb66e
#microfrontends
#microfrontends
Medium
Enhancing Frontend architecture using Federated Modules
Written By- Arshmeet Singh
👍5
CSS Button Styles You Might Not Know
David Bushell shares a few lesser-known CSS styles that can enhance your buttons. - https://dbushell.com/2024/03/10/css-button-styles-you-might-not-know
#css
David Bushell shares a few lesser-known CSS styles that can enhance your buttons. - https://dbushell.com/2024/03/10/css-button-styles-you-might-not-know
#css
dbushell.com
CSS Button Styles You Might Not Know
The one where I demo some lesser-known CSS for stylin’ buttons
👍7❤1
How to Build a ChatGPT-a-Like with Clerk and AWS Bedrock
A thorough walkthrough whose focus is on the UI rather than the LLM/AI stuff behind the scenes which is taken care of by Amazon’s Bedrock service. Clerk handles the auth, while Next.js forms the base of the app. - https://conermurphy.com/blog/how-to-build-your-own-chatgpt-clone-using-clerk-aws-bedrock
#react
A thorough walkthrough whose focus is on the UI rather than the LLM/AI stuff behind the scenes which is taken care of by Amazon’s Bedrock service. Clerk handles the auth, while Next.js forms the base of the app. - https://conermurphy.com/blog/how-to-build-your-own-chatgpt-clone-using-clerk-aws-bedrock
#react
Coner Murphy
How to Build Your Own ChatGPT Clone Using React & AWS Bedrock | Coner Murphy
Learn to create a ChatGPT clone step by step using React (Next.js) and AWS Bedrock. Build the entire application from scratch with this comprehensive guide.
👍5
Server Actions in Fastify - https://hire.jonasgalvez.com.br/2024/mar/04/server-actions-in-fastify/
#nodejs
#nodejs
hire.jonasgalvez.com.br
Server Actions in Fastify
👍3
Advanced Guide to Module Federation
There are plenty of articles about setting up Webpack’s Module Federation. But almost all the articles focus… - https://medium.com/@randombitsdev/advanced-guide-to-module-federation-8f25431cbf3c
#microfrontends
There are plenty of articles about setting up Webpack’s Module Federation. But almost all the articles focus… - https://medium.com/@randombitsdev/advanced-guide-to-module-federation-8f25431cbf3c
#microfrontends
Medium
Advanced Guide to Module Federation
There are plenty of articles about setting up Webpack’s Module Federation. But almost all the articles focus on the basics. Here I will go…
👍2
Building a Quiz App Powered by Nuxt Content 1
This is first article in a two-part tutorial on using Nuxt Content to build a quiz application. - https://masteringnuxt.com/blog/building-a-quiz-app-powered-by-nuxt-content
#vue
This is first article in a two-part tutorial on using Nuxt Content to build a quiz application. - https://masteringnuxt.com/blog/building-a-quiz-app-powered-by-nuxt-content
#vue
Masteringnuxt
Building a Quiz App Powered by Nuxt Content (Part 1)
In this tutorial, we'll be using Nuxt Content to build a quiz application.
👍3
Desert Racer: World's First CSS-Only Swipe-Aware Game!
Philip Warkentien II created a CSS-only, no JS, no checkbox, swipe-aware (scroll-aware) game. In this article, you’ll learn exactly how it was built. - https://dev.to/warkentien2/desert-racer-worlds-first-css-only-swipe-aware-game-4j0h
#css
Philip Warkentien II created a CSS-only, no JS, no checkbox, swipe-aware (scroll-aware) game. In this article, you’ll learn exactly how it was built. - https://dev.to/warkentien2/desert-racer-worlds-first-css-only-swipe-aware-game-4j0h
#css
DEV Community
Desert Racer 🏜️: World's First CSS-only Swipe-Aware Game!
A CSS-only, no JS, no checkbox, swipe-aware (scroll-aware) game. With config options and...
👍5🔥2
Using ReactToPrint to Generate a Printable Document
Use ReactToPrint to add a print feature to your React app while preserving your document’s neat, consistent appearance. - https://blog.logrocket.com/using-react-to-print-generate-printable-document/
#react
Use ReactToPrint to add a print feature to your React app while preserving your document’s neat, consistent appearance. - https://blog.logrocket.com/using-react-to-print-generate-printable-document/
#react
LogRocket Blog
Using react-to-print to generate a printable document - LogRocket Blog
ReactToPrint is a great tool for easily adding a print feature to your React app while preserving your document's neat, consistent look.
👍5
Hexagonal Architecture with Nest.js and TypeScript
Understanding Hexagonal Architecture - https://kisztof.medium.com/hexagonal-architecture-with-nest-js-and-typescript-f181cc7b6452
#nodejs
Understanding Hexagonal Architecture - https://kisztof.medium.com/hexagonal-architecture-with-nest-js-and-typescript-f181cc7b6452
#nodejs
Medium
Hexagonal Architecture with Nest.js and TypeScript
Understanding Hexagonal Architecture
😁5👍2👎1
How to Refactor Your Angular App from RxJS to Angular Signals
It has been some time since Angular introduced signals, and the community began to discuss whether it is a… - https://javascript.plainenglish.io/how-to-refactoryour-angular-app-from-rxjs-to-angular-signals-f33876579a38
#angular
It has been some time since Angular introduced signals, and the community began to discuss whether it is a… - https://javascript.plainenglish.io/how-to-refactoryour-angular-app-from-rxjs-to-angular-signals-f33876579a38
#angular
Medium
How to Refactor Your Angular App from RxJS to Angular Signals
It has been some time since Angular introduced signals, and the community began to discuss whether it is a step forward or a step back. For…
👍8
An Interactive Guide to CSS Container Queries
Ahmad Shadeed shares an interactive guide to container queries, explaining the problems they solve, how they work, and how you can use them today in your workflows. - https://ishadeed.com/article/css-container-query-guide
#css
Ahmad Shadeed shares an interactive guide to container queries, explaining the problems they solve, how they work, and how you can use them today in your workflows. - https://ishadeed.com/article/css-container-query-guide
#css
Ishadeed
An Interactive Guide to CSS Container Queries
Learn how to use CSS container queries today.
👍4
8 Advanced JavaScript Interview Questions for Senior Roles
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful… - https://levelup.gitconnected.com/8-advanced-javascript-interview-questions-for-senior-roles-c59e1b0f83e1
#javascript #interview
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful… - https://levelup.gitconnected.com/8-advanced-javascript-interview-questions-for-senior-roles-c59e1b0f83e1
#javascript #interview
Medium
8 Advanced JavaScript Interview Questions for Senior Roles
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of its…
👍5👎2
Advanced Transaction Management with NestJS & TypeORM
If you want to follow along easier in the advanced transaction management part, clone the… - https://medium.com/@dev.muhammet.ozen/advanced-transaction-management-with-nestjs-typeorm-43a839363491
#nodejs
If you want to follow along easier in the advanced transaction management part, clone the… - https://medium.com/@dev.muhammet.ozen/advanced-transaction-management-with-nestjs-typeorm-43a839363491
#nodejs
Medium
Advanced Transaction Management with NestJS & TypeORM
IMPORTANT NOTE:
If you want to follow along easier in the advanced transaction management part, clone the following repository…
If you want to follow along easier in the advanced transaction management part, clone the following repository…
👍6🔥2
Flaky Tests in React: Detection, Prevention and Tools - https://semaphoreci.com/blog/flaky-react
#react
#react
Semaphore
Flaky Tests In React: Detection, Prevention and Tools - Semaphore
This guide explores the causes, detection, and fixes for flaky tests in React, ensuring code quality and a smooth user experience.
👍4
Optimizing Angular Form Validation with Lazy Load
Lazy loading is a technique used to improve the performance of web applications by only loading the necessary… - https://netbasal.com/optimizing-angular-form-validation-with-lazy-load-61265536a6f2
#angular
Lazy loading is a technique used to improve the performance of web applications by only loading the necessary… - https://netbasal.com/optimizing-angular-form-validation-with-lazy-load-61265536a6f2
#angular
Medium
Optimizing Angular Form Validation with Lazy Load
Lazy loading is a technique used to improve the performance of web applications by only loading the necessary code and resources when…
👍4