Conditional Props With Typescript
We will start by first discussing the problem for which we need conditional props with typescript and then we… - https://levelup.gitconnected.com/conditional-props-with-typescript-78590139aa39
#typescript
We will start by first discussing the problem for which we need conditional props with typescript and then we… - https://levelup.gitconnected.com/conditional-props-with-typescript-78590139aa39
#typescript
Medium
Conditional Props With Typescript
We will start by first discussing the problem for which we need conditional props with typescript and then we will be discussing about how…
👍11
It’s Time To Learn oklch Color
Keith J. Grant gives a fantastic introduction to oklch color format. - https://keithjgrant.com/posts/2023/04/its-time-to-learn-oklch-color
#css
Keith J. Grant gives a fantastic introduction to oklch color format. - https://keithjgrant.com/posts/2023/04/its-time-to-learn-oklch-color
#css
Keithjgrant
It's Time to Learn oklch Color
If you’re anything like me, looking at all the things happening in CSS lately involving color, you’re probably a bit overwhelmed. For a long time, HSL was promo
👍3❤2🥰1
Pass an Injector to Embedded Views
Angular v14 comes with a new feature, which allows an injector to be passed when using embedded views. In the… - https://netbasal.com/new-in-angular-13-pass-an-injector-to-embedded-views-cb71155025b4
#angular
Angular v14 comes with a new feature, which allows an injector to be passed when using embedded views. In the… - https://netbasal.com/new-in-angular-13-pass-an-injector-to-embedded-views-cb71155025b4
#angular
Medium
Pass an Injector to Embedded Views
Angular v14 comes with a new feature, which allows an injector to be passed when using embedded views. In the past, it was only…
👍7
How to create a reporting app with Vue 3 and Composition API
In this article, you'll learn how to create a reporting app with Vue 3 and Composition API.
Flexmonster Pivot Table & Charts and Highcharts libraries are used. - https://www.geeksforgeeks.org/how-to-create-a-reporting-app-with-vue-3-and-composition-api/
#vue
In this article, you'll learn how to create a reporting app with Vue 3 and Composition API.
Flexmonster Pivot Table & Charts and Highcharts libraries are used. - https://www.geeksforgeeks.org/how-to-create-a-reporting-app-with-vue-3-and-composition-api/
#vue
GeeksforGeeks
How to create a reporting app with Vue 3 and Composition API ? - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
👍6
Smarter and Simpler React State
React screencaster extraordinaire Jack is back comparing some React state management solutions, including sticking with hooks or using Zustand, Valtio or Jotai. - https://www.youtube.com/watch?v=Cp64YbYBNDA
#react
React screencaster extraordinaire Jack is back comparing some React state management solutions, including sticking with hooks or using Zustand, Valtio or Jotai. - https://www.youtube.com/watch?v=Cp64YbYBNDA
#react
YouTube
Smarter and Simpler React State
Can we get away from dependency arrays by using "global" state managers locally. This video was sponsored by Brilliant. To try everything Brilliant has to offer—free—for a full 30 days, visit http://brilliant.org/JackHerrington/. The first 200 of you will…
👍5❤2
How to Stream File Uploads to S3 Object Storage from Node - https://austingil.com/upload-to-s3/
#nodejs
#nodejs
Austin Gil
Stream File Uploads to S3 Object Storage and Reduce Costs
Learn how to upload files directly to S3-compatible Object Storage from your Node application to improve availability and reduce costs.
👍5
Building Complex Types in TypeScript - https://medium.hexlabs.io/building-complex-types-in-typescript-bfdf5e131dbe
#typescript
#typescript
Medium
Building Complex Types in TypeScript
Part 1: Building Blocks
👍7
Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef
An overview of elements, templates, views, and view containers in Angular and how to modify the DOM… - https://javascript.plainenglish.io/angular-elementref-templateref-viewcontainerref-8517b7ce3274
#angular
An overview of elements, templates, views, and view containers in Angular and how to modify the DOM… - https://javascript.plainenglish.io/angular-elementref-templateref-viewcontainerref-8517b7ce3274
#angular
Medium
Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef
An overview of elements, templates, views, and view containers in Angular and how to modify the DOM programmatically.
👍5👏2❤1
Sticky Page Header Shadow on Scroll
Ryan Mulligan shows how to create a sticky header with a box-shadow that appears when the page is scrolled. - https://ryanmulligan.dev/blog/sticky-header-scroll-shadow
#css
Ryan Mulligan shows how to create a sticky header with a box-shadow that appears when the page is scrolled. - https://ryanmulligan.dev/blog/sticky-header-scroll-shadow
#css
ryanmulligan.dev
Sticky Page Header Shadow on Scroll
Applying a shadow to a sticky page header when scrolling using the Intersection Observer API.
👍7❤1
Vue Real Life Transitions and Micro-Interactions
In this article, Fotis investigates different options to create transitions and micro-interactions. - https://fadamakis.com/vue-js-real-life-transitions-and-micro-interactions-e86bd51301b8
#vue
In this article, Fotis investigates different options to create transitions and micro-interactions. - https://fadamakis.com/vue-js-real-life-transitions-and-micro-interactions-e86bd51301b8
#vue
Medium
Vue 3 Real Life Transitions and Micro-Interactions
Vue provides a simple and elegant way of handling animations. You can easily apply them by adding a <transition /> directive that does all…
👍5
9 Design Patterns Every Engineer Should Know
Master These 9 Design Patterns To Write Better Code - https://medium.com/frontend-canteen/9-design-patterns-every-engineer-should-know-f2423d36d468
#patters
Master These 9 Design Patterns To Write Better Code - https://medium.com/frontend-canteen/9-design-patterns-every-engineer-should-know-f2423d36d468
#patters
Medium
9 Design Patterns Every Engineer Should Know
Master These 9 Design Patterns To Write Better Code
👍7❤1
A Modern Guide to React Debugging
Some useful advice and recommendations, although they have a commercial tool you can try as well - https://raygun.com/blog/react-debugging-guide/
#react
Some useful advice and recommendations, although they have a commercial tool you can try as well - https://raygun.com/blog/react-debugging-guide/
#react
Raygun Blog
The 2023 guide to React debugging
In this guide, explore the entire process of React debugging, including dev tools, monitoring, and catching regressions.
👍4👏1
Validating Complex Requests With Nest.js
A practical example - https://betterprogramming.pub/validating-complex-requests-with-nestjs-a-practical-example-b55c287f7c99
#nodejs
A practical example - https://betterprogramming.pub/validating-complex-requests-with-nestjs-a-practical-example-b55c287f7c99
#nodejs
Medium
Validating Complex Requests With NestJS
A practical example
👍7
Understanding CSS Preload and Other Resource Hints
Stanley Ulili explores the benefits of browser resource hints: preload, prefetch, and preconnect. - https://blog.logrocket.com/understanding-css-preload-other-resource-hints
#css
Stanley Ulili explores the benefits of browser resource hints: preload, prefetch, and preconnect. - https://blog.logrocket.com/understanding-css-preload-other-resource-hints
#css
LogRocket Blog
Understanding CSS preload and other resource hints - LogRocket Blog
Learn the difference between CSS preload and CSS prefetch, how to use CSS preconnect, and more about these important resource hints.
👍3🥰2
JavaScript Features from the Past Few Years
Packed with examples, this post tackles the changes and tweaks to JavaScript and TypeScript over the past several years - https://betterprogramming.pub/all-javascript-and-typescript-features-of-the-last-3-years-629c57e73e42
#javascript
Packed with examples, this post tackles the changes and tweaks to JavaScript and TypeScript over the past several years - https://betterprogramming.pub/all-javascript-and-typescript-features-of-the-last-3-years-629c57e73e42
#javascript
Medium
All JavaScript and TypeScript Features of the last 3 years
This article goes through almost all of the changes of the last 3 years (and some from earlier) in JavaScript / ECMAScript and TypeScript.
👍8
How To Use Feature Flags in Vue.JS
Feature Flags are conditional statements like an if/else block of code that provides the ability to switch certain functionalities or features on/off in an application. This article explores how to confidently test and integrate new features in your applications without deploying new code using Feature Flags. - https://daveyhert.hashnode.dev/how-to-use-feature-flags-in-vuejs
#vue
Feature Flags are conditional statements like an if/else block of code that provides the ability to switch certain functionalities or features on/off in an application. This article explores how to confidently test and integrate new features in your applications without deploying new code using Feature Flags. - https://daveyhert.hashnode.dev/how-to-use-feature-flags-in-vuejs
#vue
❤3👍2
Advancements in the Angular Router
The Angular team has been busy making some meaningful updates to the Angular router that are available as of… - https://blog.angular.io/advancements-in-the-angular-router-5d69ec4c032
#angular
The Angular team has been busy making some meaningful updates to the Angular router that are available as of… - https://blog.angular.io/advancements-in-the-angular-router-5d69ec4c032
#angular
Medium
Advancements in the Angular Router
The Angular team has been busy making some meaningful updates to the Angular router that are available as of Angular v14.2. We’re pleased…
👍4
Why Node.JS Is Good For Creating Microservices Architecture
Microservices are frequently perceived as being very challenging. However, this is not the case at all if you… - https://jaiinfowayofficial.medium.com/why-node-js-is-good-for-creating-microservices-architecture-b0583a300645
#nodejs
Microservices are frequently perceived as being very challenging. However, this is not the case at all if you… - https://jaiinfowayofficial.medium.com/why-node-js-is-good-for-creating-microservices-architecture-b0583a300645
#nodejs
Medium
Why Node.JS Is Good For Creating Microservices Architecture
Microservices are frequently perceived as being very challenging. However, this is not the case at all if you take the proper approach…
👍6
Dan Abramov Explores React Server Components
Clocking in at a rather epic almost four hours, this (well timestamped) video isn’t for the faint of heart, but Dan and Ben walk through everything React Server Components oriented, complete with diagrams, code, and a real-world app. - https://www.youtube.com/watch?v=Fctw7WjmxpU
#react
Clocking in at a rather epic almost four hours, this (well timestamped) video isn’t for the faint of heart, but Dan and Ben walk through everything React Server Components oriented, complete with diagrams, code, and a real-world app. - https://www.youtube.com/watch?v=Fctw7WjmxpU
#react
YouTube
⚛️ Dan Abramov explores React Server Components with us! [VOD]
Dan Abramov and I were on a mission to explain React Server Components. We came away with diagrams, code, and a real-world app!
👀 Code repo: https://github.com/bholmesdev/simple-rsc
00:00 Intros
00:30 How did we get to React Server Components?
09:40 XHP?…
👀 Code repo: https://github.com/bholmesdev/simple-rsc
00:00 Intros
00:30 How did we get to React Server Components?
09:40 XHP?…
❤4👍3🤮2
Domain-driven Design Decomposed
My take on DDD most important concepts and how to use them on a project. - https://medium.com/reevoo-engineering/domain-driven-design-decomposed-2608e846bc9c
#ddd
My take on DDD most important concepts and how to use them on a project. - https://medium.com/reevoo-engineering/domain-driven-design-decomposed-2608e846bc9c
#ddd
Medium
Domain-driven Design Decomposed
My take on DDD most important concepts and how to use them on a project.
👍5