Software Architecture Design Principles: SoC, SOLID
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles. - https://medium.com/design-microservices-architecture-with-patterns/software-architecture-design-principles-soc-solid-98611997c30e
#architecture
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles. - https://medium.com/design-microservices-architecture-with-patterns/software-architecture-design-principles-soc-solid-98611997c30e
#architecture
Medium
Software Architecture Design Principles: SoC, SOLID
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles.
Revealing Memory Leaks in Frontend Applications
In this comprehensive article, you'll embark on an in-depth exploration of memory leaks. - https://medium.com/@samer.kmd/revealing-memory-leaks-in-frontend-applications-nuxt-js-vue-3614334cc00c
#vue
In this comprehensive article, you'll embark on an in-depth exploration of memory leaks. - https://medium.com/@samer.kmd/revealing-memory-leaks-in-frontend-applications-nuxt-js-vue-3614334cc00c
#vue
Medium
Revealing Memory Leaks in Frontend Applications (Nuxt.js/Vue)
Introduction
How to Start a React Project in 2024
There are, of course, many ways, but this well-regarded author explains the pros and cons of a few approaches, including using Vite, Astro, or Next.js. - https://www.robinwieruch.de/react-starter/
#react
There are, of course, many ways, but this well-regarded author explains the pros and cons of a few approaches, including using Vite, Astro, or Next.js. - https://www.robinwieruch.de/react-starter/
#react
www.robinwieruch.de
How to start a React Project in 2024
A list of React starter kits (Vite, Next, Astro) which help developers to start a React project in 2024 ...
From Monolithic App to Micro Frontends
How to convert a monolith to microfrontends - https://blog.bitsrc.io/from-monolithic-app-to-micro-frontends-6fed5e32f9ae
#microfrontend
How to convert a monolith to microfrontends - https://blog.bitsrc.io/from-monolithic-app-to-micro-frontends-6fed5e32f9ae
#microfrontend
Medium
From Monolithic App to Micro Frontends
How to start converting a legacy frontend application to micro frontends
Building Out a Layered Hero Grid Layout From Dribbble
Andy Bell shows how to create an interesting grid layout with a unique background image treatment. - https://piccalil.li/blog/reality-check-3-building-out-a-layered-hero-grid-layout-from-dribbble
#css
Andy Bell shows how to create an interesting grid layout with a unique background image treatment. - https://piccalil.li/blog/reality-check-3-building-out-a-layered-hero-grid-layout-from-dribbble
#css
Piccalilli
Reality Check #3: Building out a layered hero grid layout from Dribbble
In this edition of Reality Check, I tackle an interesting grid layout that also features some pretty unique background image treatment.
A Step-by-Step Tutorial on Deploying Node.js Apps on AWS EC2
Taking the manual, 'do it all by hand' approach. A good way to learn about all the pieces involved before automating it, perhaps. - https://www.youtube.com/watch?v=nQdyiK7-VlQ
#nodejs
Taking the manual, 'do it all by hand' approach. A good way to learn about all the pieces involved before automating it, perhaps. - https://www.youtube.com/watch?v=nQdyiK7-VlQ
#nodejs
YouTube
Easily Deploy Full Stack Node.js Apps on AWS EC2 | Step-by-Step Tutorial
Learn to deploy a Node.js or Bun app connected to a PostgreSQL or MySQL database on AWS EC2 Ubuntu Instance. This video covers the setup of a continuous background run for the app using SystemD, and setting up a reverse proxy with Caddy for handling HTTP…
Using preloading in Angular apps to reduce ChunkLoadingError
Reducing the amount of ChunkLoadingError - https://ali-dev.medium.com/using-preloading-in-angular-apps-98472dd79a06
#angular
Reducing the amount of ChunkLoadingError - https://ali-dev.medium.com/using-preloading-in-angular-apps-98472dd79a06
#angular
Medium
Using preloading in Angular apps to reduce ChunkLoadingError
Reducing the amount of ChunkLoadingError
Build a Next.js App in Storybook with React Server Components and Mock Service Worker
How to develop, document, and test RSC apps in isolation, while using MSW to mock network requests. - https://storybook.js.org/blog/build-a-nextjs-app-with-rsc-msw-storybook/
#react
How to develop, document, and test RSC apps in isolation, while using MSW to mock network requests. - https://storybook.js.org/blog/build-a-nextjs-app-with-rsc-msw-storybook/
#react
Storybook Blog
Build a Next.js app in Storybook with React Server Components and Mock Service Worker
Develop, document, and test RSC applications in isolation, using MSW to mock network requests
Nuxt Layers Unwrapped
Layers are higher-level construct that helps us isolate re-usable parts of Nuxt, such as Nuxt pages, layouts, components, composable, etc - https://krutiepatel.com/blog/nuxt-layers-unwrapped
#vue
Layers are higher-level construct that helps us isolate re-usable parts of Nuxt, such as Nuxt pages, layouts, components, composable, etc - https://krutiepatel.com/blog/nuxt-layers-unwrapped
#vue
krutiepatel.com
Nuxt Layers Unwrapped
A fresh approach to architect Nuxt 3 apps - supporting article for my talk `Layers Unwrapped` at Nuxt Nation 2023
Speeding Up the JavaScript Ecosystem: Tailwind CSS
Marvin’s ongoing journey to improve our ecosystem by finding low-hanging performance-bearing fruit continues with a look at how the architecture of Tailwind CSS could be tuned. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-8/
#javascrpt
Marvin’s ongoing journey to improve our ecosystem by finding low-hanging performance-bearing fruit continues with a look at how the architecture of Tailwind CSS could be tuned. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-8/
#javascrpt
marvinh.dev
Speeding up the JavaScript ecosystem - Tailwind CSS
Since its inception, Tailwind CSS has become a super popular way to style web projects. This time we will be taking a look at the architecture that powers it and what can be done to improve it.
CSS Blurry Shimmer Effect
Yair Even Or explains how to create a blurring effect in place of a shadow using a combination of masks, gradients, and the backdrop-filter property. - https://www.smashingmagazine.com/2024/01/css-blurry-shimmer-effect/
#css
Yair Even Or explains how to create a blurring effect in place of a shadow using a combination of masks, gradients, and the backdrop-filter property. - https://www.smashingmagazine.com/2024/01/css-blurry-shimmer-effect/
#css
Smashing Magazine
CSS Blurry Shimmer Effect — Smashing Magazine
Taking inspiration from shadows, author Yair Even Or creates the same sort of thing, only with a blurring effect in place of the shadow. Read along for a step-by-step explanation of how it comes together using a combination of masks, gradients, and the good…
How TypeScript Can Help in Modelling Business Workflows - https://event-driven.io/en/how_to_have_fun_with_typescript_and_workflow/
#nodejs
#nodejs
event-driven.io
How TypeScript can help in modelling business workflows - Event-Driven.io
Event-Driven by Oskar Dudycz
A Comprehensive Guide to React and OpenLayers Integration
How to add and work with interactive maps in your React app by integrating with the established OpenLayers JavaScript mapping library. - https://mxd.codes/articles/how-to-create-a-web-map-with-open-layers-and-react
#react
How to add and work with interactive maps in your React app by integrating with the established OpenLayers JavaScript mapping library. - https://mxd.codes/articles/how-to-create-a-web-map-with-open-layers-and-react
#react
Mastering React and OpenLayers Integration: A Comprehensive Guide
Unlock the full potential of interactive maps in your React applications by delving into the seamless integration of OpenLayers.
What is CSS Motion Path?
Ryan Finni demonstrates how to animate an element along a path using CSS Motion Path. - https://www.letsbuildui.dev/articles/what-is-css-motion-path
#css
Ryan Finni demonstrates how to animate an element along a path using CSS Motion Path. - https://www.letsbuildui.dev/articles/what-is-css-motion-path
#css
Let's Build UI
What is CSS Motion Path?
Animating elements along a custom path has never been easier!
67 Browser-Based Debugging Tricks
A list of useful, ‘not-obvious’ hacks to get the most out of the browser’s DevTools. Assumes a reasonable existing understanding of said tools. - https://alan.norbauer.com/articles/browser-debugging-tricks
#devtols #tricks
A list of useful, ‘not-obvious’ hacks to get the most out of the browser’s DevTools. Assumes a reasonable existing understanding of said tools. - https://alan.norbauer.com/articles/browser-debugging-tricks
#devtols #tricks
Norbauer
67 Weird Debugging Tricks Your Browser Doesn't Want You to Know
Advanced browser parlor tricks
Wasp: A Rails-Like Framework for React, Node and Prisma
A common complaint I’ve seen about the Node ecosystem on social media is the lack of a ‘big framework’. This seems unfair with Sails and AdonisJS providing at least two options, but Wasp is another compelling option that even refers to itself as Rails-like. There’s a lot to like, particularly with the release of the ‘Open SaaS’ SaaS starter app that can take you several steps down the road to building an app in minutes. - https://wasp-lang.dev/
#nodejs
A common complaint I’ve seen about the Node ecosystem on social media is the lack of a ‘big framework’. This seems unfair with Sails and AdonisJS providing at least two options, but Wasp is another compelling option that even refers to itself as Rails-like. There’s a lot to like, particularly with the release of the ‘Open SaaS’ SaaS starter app that can take you several steps down the road to building an app in minutes. - https://wasp-lang.dev/
#nodejs
wasp-lang.dev
Develop full-stack web apps without boilerplate.
An Overview of Angular 17's New Built-In Control Flow
Angular 17 was released last week and a significant enhancement was support for a new syntax in templates that looks and feels more JavaScript-y. - https://www.youtube.com/watch?v=DOffmVeBk0o
#angular
Angular 17 was released last week and a significant enhancement was support for a new syntax in templates that looks and feels more JavaScript-y. - https://www.youtube.com/watch?v=DOffmVeBk0o
#angular
YouTube
Angular 17 - New Build-In Control Flow Overview 🚀
Level up your Angular skills with my Advanced Courses 🚀
https://bit.ly/discounted-course-bundle
The latest Angular 17 was released a few hours ago and it is a great time to explore new features it brings. In this video, we will look at the completely brand…
https://bit.ly/discounted-course-bundle
The latest Angular 17 was released a few hours ago and it is a great time to explore new features it brings. In this video, we will look at the completely brand…
How React Server Components Change Everything
Server components completely alter how you write React code and in this video I will talk about all the difference between client and server components, what the pros and cons are, as well as when to use each one. - https://www.youtube.com/watch?v=rGPpQdbDbwo
#react
Server components completely alter how you write React code and in this video I will talk about all the difference between client and server components, what the pros and cons are, as well as when to use each one. - https://www.youtube.com/watch?v=rGPpQdbDbwo
#react
YouTube
React Server Components Change Everything
Full Next.js Course: https://reactsimplified.com/?utm_source=youtube&utm_medium=video-description&utm_term=video-id-rGPpQdbDbwo#next-js-course
Server vs Client Components Article: https://blog.webdevsimplified.com/2023-11/react-server-components/?utm_sou…
Server vs Client Components Article: https://blog.webdevsimplified.com/2023-11/react-server-components/?utm_sou…
Vue Patterns
Free guide for Vue patterns that can significantly help in writing clean, efficient, and maintainable code. Includes patterns like composables, provide/inject, and more. - https://www.patterns.dev/vue
#vue
Free guide for Vue patterns that can significantly help in writing clean, efficient, and maintainable code. Includes patterns like composables, provide/inject, and more. - https://www.patterns.dev/vue
#vue
www.patterns.dev
Introduction
Introduction to Vue Patterns
Command Line Interface Guidelines
A fantastically presented ‘open source guide’ to writing better command line programs in the time-tested UNIX-y way. There's much to enjoy here, including a few Node-specific recommendations. - https://clig.dev/
#nodejs
A fantastically presented ‘open source guide’ to writing better command line programs in the time-tested UNIX-y way. There's much to enjoy here, including a few Node-specific recommendations. - https://clig.dev/
#nodejs
clig.dev
Command Line Interface Guidelines
An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.