System Design Master Template: How to Answer Any System Design Interview…
One template to rule them all. - https://levelup.gitconnected.com/system-design-master-template-how-to-answer-any-system-design-interview-question-ee5dc332acd5
#system #design #interview
One template to rule them all. - https://levelup.gitconnected.com/system-design-master-template-how-to-answer-any-system-design-interview-question-ee5dc332acd5
#system #design #interview
Medium
System Design Master Template: How to Answer Any System Design Interview Question.
One template to rule them all.
Choosing Between Vue.js and Nuxt.js: The Development Dilemma
Vue.js is rapidly gaining popularity among developers and companies, supported by a growing community. Vue.js has seen an emergence of amazing framewaorks like Nuxt built on top of Vue. This article will provide insight into Vue.js and Nuxt as you delve into their usage factors and considerations, examining how they compare and interact with each other. - https://levelup.gitconnected.com/choosing-between-vue-js-and-nuxt-js-the-development-dilemma-b7fba6a66a62
#vue
Vue.js is rapidly gaining popularity among developers and companies, supported by a growing community. Vue.js has seen an emergence of amazing framewaorks like Nuxt built on top of Vue. This article will provide insight into Vue.js and Nuxt as you delve into their usage factors and considerations, examining how they compare and interact with each other. - https://levelup.gitconnected.com/choosing-between-vue-js-and-nuxt-js-the-development-dilemma-b7fba6a66a62
#vue
Medium
Choosing Between Vue.js and Nuxt.js: The Development Dilemma
Deciding Between Vue.js and Nuxt.js: Factors to Consider
Why I Won't Use Next.js
Kent explains in detail why he has chosen Remix over Next.js. The reasoning is more nuanced than the title might imply but focuses around Remix relying more on the web platform and not being as closely aligned with a commercial platform. - https://www.epicweb.dev/why-i-wont-use-nextjs
#react #nextjs
Kent explains in detail why he has chosen Remix over Next.js. The reasoning is more nuanced than the title might imply but focuses around Remix relying more on the web platform and not being as closely aligned with a commercial platform. - https://www.epicweb.dev/why-i-wont-use-nextjs
#react #nextjs
Epic Web Dev
Why I Won't Use Next.js
From the perspective of web standards to concerns about increasing complexity, Kent C. Dodds shares his opinions on why he won't use Next.js.
How to Use NPM Packages Outside of Node
Learn how to use packages in ‘other places’ like serverless platforms, the browser, and beyond. - https://neon.tech/blog/using-npm-packages-outside-node
#nodejs
Learn how to use packages in ‘other places’ like serverless platforms, the browser, and beyond. - https://neon.tech/blog/using-npm-packages-outside-node
#nodejs
Neon
How to use NPM packages outside of Node - Neon
Learn how to run NPM packages in other places — such as Vercel Edge Functions, or even web browsers — using a couple of simple techniques.
The New CSS Math: rem() and mod()
Daniel C. Wilson shows how remainders and modulo CSS Math functions work. - https://danielcwilson.com/posts/mathematicss-rem-mod
#css
Daniel C. Wilson shows how remainders and modulo CSS Math functions work. - https://danielcwilson.com/posts/mathematicss-rem-mod
#css
Danielcwilson
The New CSS Math: rem() and mod()
New math constants and functions are coming to CSS... now with more remainders and modulo
Angular Architecture — Abstraction layers
Now that we have explored how modular design can be achieved in a standalone Angular application, let’s take… - https://medium.com/@datitk16/angular-architecture-abstraction-layers-dbcf82fe952d
#angular
Now that we have explored how modular design can be achieved in a standalone Angular application, let’s take… - https://medium.com/@datitk16/angular-architecture-abstraction-layers-dbcf82fe952d
#angular
Medium
Angular Architecture — Abstraction layers
Now that we have explored how modular design can be achieved in a standalone Angular application, let’s take a closer look at how our…
How to Deploy Your Vite/Vue 3 Application in GitHub Pages 2023
Github pages is a fast and free alternative to host your application. There are several guides to how to setup your project on Github pages. This article provides a practical guide that you can follow, and hopefully leave with a better understanding of how it all works! - https://mkay11.medium.com/how-to-deploy-your-vite-vue-3-application-in-github-pages-2023-2b842f50576a
#vue
Github pages is a fast and free alternative to host your application. There are several guides to how to setup your project on Github pages. This article provides a practical guide that you can follow, and hopefully leave with a better understanding of how it all works! - https://mkay11.medium.com/how-to-deploy-your-vite-vue-3-application-in-github-pages-2023-2b842f50576a
#vue
Medium
How to Deploy Your Vite/Vue 3 Application in GitHub Pages 2023
I really love when I get to use GitHub pages, and I feel thankful for all the great services that GitHub offers. After brushing the dust…
Can Next.js Handle 5000 Pages?
Christian set out to push both Next.js and AWS Amplify hard. A good read. - https://dev.to/codebeast/can-nextjs-handle-5000-pages-1ejn
#react
Christian set out to push both Next.js and AWS Amplify hard. A good read. - https://dev.to/codebeast/can-nextjs-handle-5000-pages-1ejn
#react
DEV Community
Can Next.js Handle 5000 Pages?
I wanted to share an experiment that drives Next.js 13 SSR and SSG features to its limit. I built a...
Modular CSS and different ways to structure your stylesheets
Chris Ferdinandi shares how to structure CSS and work with modular files if you’re not using a compiler like Sass. - https://gomakethings.com/modular-css-and-different-ways-to-structure-your-stylesheets
#css
Chris Ferdinandi shares how to structure CSS and work with modular files if you’re not using a compiler like Sass. - https://gomakethings.com/modular-css-and-different-ways-to-structure-your-stylesheets
#css
Gomakethings
Modular CSS and different ways to structure your stylesheets
This week, I’ve written about classless vs. class-based CSS, and how I approach CSS architecture. I’ve also written a fair bit recently about how I’m starting to consider build tools and anti-pattern.
This has led to a few conversations about how to structure…
This has led to a few conversations about how to structure…
Most Common Design Patterns in Angular: What They Are and How to Apply Them
Imagine building a house without a blueprint. It would be chaotic, confusing, and there’s a high chance that… - https://medium.com/williambastidasblog/most-common-design-patterns-in-angular-what-they-are-and-how-to-apply-them-f0193b85e500
#angular
Imagine building a house without a blueprint. It would be chaotic, confusing, and there’s a high chance that… - https://medium.com/williambastidasblog/most-common-design-patterns-in-angular-what-they-are-and-how-to-apply-them-f0193b85e500
#angular
Medium
Most Common Design Patterns in Angular: What They Are and How to Apply Them
Imagine building a house without a blueprint. It would be chaotic, confusing, and there’s a high chance that things wouldn’t turn out the…
Getting Started With CSS Container Queries
Michelle Barker gives a fantastic introduction to Container Queries. - https://developer.mozilla.org/en-US/blog/getting-started-with-css-container-queries
#css
Michelle Barker gives a fantastic introduction to Container Queries. - https://developer.mozilla.org/en-US/blog/getting-started-with-css-container-queries
#css
MDN Web Docs
Getting started with CSS container queries | MDN Blog
CSS container queries are a powerful new tool for our CSS layout toolbox. In this post we'll dive into the practicalities of building a layout with container queries.
Headless Component: A Pattern for Composing React UIs
Posting on the Martin Fowler blog, an engineer at Atlassian takes us on a (very) practical journey into the concept of headless components and the pattern of having reusable logic and behavior separate from the presentation of UI elements. - https://martinfowler.com/articles/headless-component.html
#react
Posting on the Martin Fowler blog, an engineer at Atlassian takes us on a (very) practical journey into the concept of headless components and the pattern of having reusable logic and behavior separate from the presentation of UI elements. - https://martinfowler.com/articles/headless-component.html
#react
martinfowler.com
Headless Component: a pattern for composing React UIs
Separates state management logic from the visual representation
AbortController — Abort ongoing calls in Vue with Axios interceptor
This article introduces Axios Interceptor to help intercept requests or responses before they are handled by the then or catch methods. Read more to find out how to implement this in a Vue.js application. - https://medium.com/@rado.sabo/abortcontroller-abort-ongoing-calls-in-vue-with-axios-interceptor-584c9f0566a6
#vue
This article introduces Axios Interceptor to help intercept requests or responses before they are handled by the then or catch methods. Read more to find out how to implement this in a Vue.js application. - https://medium.com/@rado.sabo/abortcontroller-abort-ongoing-calls-in-vue-with-axios-interceptor-584c9f0566a6
#vue
Medium
AbortController — Abort ongoing calls in Vue with Axios interceptor
Let’s say a user of your application can make multiple API calls in a short period, but you only want to display the result of the last…
Mastering TypeScript: A Guide to Choosing Between ‘type’ and ‘interface’
Choosing between ‘type’ and ‘interface’ in TypeScript can be confusing, but understanding their differences… - https://levelup.gitconnected.com/mastering-typescript-a-guide-to-choosing-between-type-and-interface-c31d3527693b
#typescript
Choosing between ‘type’ and ‘interface’ in TypeScript can be confusing, but understanding their differences… - https://levelup.gitconnected.com/mastering-typescript-a-guide-to-choosing-between-type-and-interface-c31d3527693b
#typescript
Medium
Mastering TypeScript: A Guide to Choosing Between ‘type’ and ‘interface’
Choosing between ‘type’ and ‘interface’ in TypeScript can be confusing, but understanding their differences can improve the code…
A Simple WebSocket Benchmark: Node vs Bun
Using as ‘textbook’ an example of WebSocket communication as possible, the author pits Node and Bun against each other. - https://lemire.me/blog/2023/11/25/a-simple-websocket-benchmark-in-javascript-node-js-versus-bun/
#nodejs
Using as ‘textbook’ an example of WebSocket communication as possible, the author pits Node and Bun against each other. - https://lemire.me/blog/2023/11/25/a-simple-websocket-benchmark-in-javascript-node-js-versus-bun/
#nodejs
CSS Art Tutorial: Creating a simple Santa Claus
Eleftheria Batsou shows how to build an illustration of Santa Claus with HTML and CSS. - https://blog.eleftheriabatsou.com/css-art-creating-a-santa-claus
#css
Eleftheria Batsou shows how to build an illustration of Santa Claus with HTML and CSS. - https://blog.eleftheriabatsou.com/css-art-creating-a-santa-claus
#css
How I structure my Angular applications - https://medium.com/@dimitarg.stoev/how-i-structure-my-angular-applications-d7d91a2da2e3
#angular
#angular
Medium
How I structure my Angular applications
Introduction
Hexagonal Architecture: Structure Example
Hexagonal Architecture, also known as Ports and Adapters Architecture, is a design pattern that promotes… - https://medium.com/@alessandro.traversi/hexagonal-architecture-structure-example-7ea1d998954e
#architecture
Hexagonal Architecture, also known as Ports and Adapters Architecture, is a design pattern that promotes… - https://medium.com/@alessandro.traversi/hexagonal-architecture-structure-example-7ea1d998954e
#architecture
Medium
Hexagonal Architecture: Structure Example
Hexagonal Architecture, also known as Ports and Adapters Architecture, is a design pattern that promotes modularity and separation of…
React Server Components, Without a Framework?
Could you use Server Components today without a full framework like Next.js in place? This practical investigation is very thorough, with plenty to enjoy and learn from. - https://timtech.blog/posts/react-server-components-rsc-no-framework/
#react
Could you use Server Components today without a full framework like Next.js in place? This practical investigation is very thorough, with plenty to enjoy and learn from. - https://timtech.blog/posts/react-server-components-rsc-no-framework/
#react
Tim's Tech Blog
React Server Components, without a framework?
Can we use React Server Components today, without a framework like Next.js? As our experiment shows, not without significant challenges - for now at least?