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
Max Dietrich - Geospatial Developer
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.
👍6
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!
👍3
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
👍8
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.sh
Develop full-stack web apps without boilerplate.
👍9
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…
👍2
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…
👍8
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
👍8😁1
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.
👍5
Animating Font Palette
Mandy Michael shows how to animate a smooth transition between font-palettes in Color Fonts using only CSS. - https://textlab.dev/posts/animating-font-palette
#css
Mandy Michael shows how to animate a smooth transition between font-palettes in Color Fonts using only CSS. - https://textlab.dev/posts/animating-font-palette
#css
Text Lab
Animating Font Palette
With the release of Chrome 121 we can now animate a smooth transition between font-palettes in Color Fonts using only CSS.
👍3
Angular with Nx in 2023? Seriously, You Should!
Honestly, it’s hard for me see why you wouldn’t want to use Nx for your Angular application. And no, you… - https://itnext.io/angular-with-nx-in-2023-seriously-you-should-83fe2fb81384
#angular
Honestly, it’s hard for me see why you wouldn’t want to use Nx for your Angular application. And no, you… - https://itnext.io/angular-with-nx-in-2023-seriously-you-should-83fe2fb81384
#angular
Medium
Angular with Nx in 2023? Seriously, You Should!
Honestly, it’s hard for me see why you wouldn’t want to use Nx for your Angular application. And no, you don’t need a monorepo. Let me…
👍3👎1
Prop Drilling and Component Composition
A visual demonstration of how a little restructuring can help you avoid prop drilling (or at least tidy it up). This is from 2023, but we overlooked it at the time. - https://alexsidorenko.com/blog/react-prop-drilling-composition/
#react
A visual demonstration of how a little restructuring can help you avoid prop drilling (or at least tidy it up). This is from 2023, but we overlooked it at the time. - https://alexsidorenko.com/blog/react-prop-drilling-composition/
#react
Alex Sidorenko
Prop drilling and component composition in React | Alex Sidorenko
Sometimes all we need to avoid prop drilling is a little restructuring
👍4
Vue 3 & Composition API - Full Project
Build an expense tracker application from scratch using Vue.js 3 and the composition API with the latest syntax from version 3.2. - https://www.youtube.com/watch?v=hNPwdOZ3qFU
#vue
Build an expense tracker application from scratch using Vue.js 3 and the composition API with the latest syntax from version 3.2. - https://www.youtube.com/watch?v=hNPwdOZ3qFU
#vue
YouTube
Vue 3 & Composition API - Full Project
Build an expense tracker application from scratch using Vue.js 3 and the composition API with the latest syntax from version 3.2.
3-Hour Vue.js Crash Course:
https://www.youtube.com/watch?v=VeNfHj6MhgA
Final Code:
https://github.com/bradtraversy/vue-expense…
3-Hour Vue.js Crash Course:
https://www.youtube.com/watch?v=VeNfHj6MhgA
Final Code:
https://github.com/bradtraversy/vue-expense…
👍5
Practical DDD in TypeScript: Domain Service
The story about DDD in TypeScript continues by presenting the first stateless pattern in this series — Domain… - https://javascript.plainenglish.io/practical-ddd-in-typescript-domain-service-8c32afefb102
#typescript
The story about DDD in TypeScript continues by presenting the first stateless pattern in this series — Domain… - https://javascript.plainenglish.io/practical-ddd-in-typescript-domain-service-8c32afefb102
#typescript
Medium
Practical DDD in TypeScript: Domain Service
The story about DDD in TypeScript continues by presenting the first stateless pattern in this series — Domain Service.
👍2
Using abbr Element with title Attribute
Adrian Roselli explains why you shouldn’t use abbr attribute with or without the title attribute. - https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html
#css
Adrian Roselli explains why you shouldn’t use abbr attribute with or without the title attribute. - https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html
#css
Adrian Roselli
Using abbr Element with title Attribute
How the <abbr> element is defined and exposed, along with the title attribute: § 4.5.9 The abbr element from WHATWG. ARIA in HTML entry on <abbr> notes it has no implicit role and naming is prohibited. Which is probably why Core Accessibility API Mappings…
👍3
How to Stream Files from Next.js Route Handlers
“Despite being Next.js specific, it goes over the philosophical difference between Node.js specific API routes, and runtime-agnostic route handlers, which I think could be interesting to a broader audience of backend JS developers.” - https://www.ericburel.tech/blog/nextjs-stream-files
#nodejs
“Despite being Next.js specific, it goes over the philosophical difference between Node.js specific API routes, and runtime-agnostic route handlers, which I think could be interesting to a broader audience of backend JS developers.” - https://www.ericburel.tech/blog/nextjs-stream-files
#nodejs
www.ericburel.tech
How to stream files from Next.js Route Handlers
Learn how the Route Handlers paradigm affects file streaming in Next.js
👍2
A Guide to Managing Click Me Load More State for Angular App API Requests
This tutorial walks you through how to track the status of API requests in your Angular app and displaying… - https://levelup.gitconnected.com/a-guide-to-managing-loading-state-for-angular-app-api-requests-83b7429d0e3a
#angular
This tutorial walks you through how to track the status of API requests in your Angular app and displaying… - https://levelup.gitconnected.com/a-guide-to-managing-loading-state-for-angular-app-api-requests-83b7429d0e3a
#angular
Medium
A Guide to Managing Click Me Load More State for Angular App API Requests
This tutorial walks you through how to track the status of API requests in your Angular app and displaying the loading UI.
👍3
Vue.js Directives: A Beginner’s Guide
In this article, we will take a deep look at Vue.js directives and their use cases and explore the possibilities of including our very own directives. - https://vueschool.io/articles/vuejs-tutorials/vue-js-directives-a-beginners-guide/
#vue
In this article, we will take a deep look at Vue.js directives and their use cases and explore the possibilities of including our very own directives. - https://vueschool.io/articles/vuejs-tutorials/vue-js-directives-a-beginners-guide/
#vue
vueschool.io
Vue.js Directives: A Beginner's Guide - Vue School Articles
Master Vue.js directives and how they control DOM elements. Learn about built-in Vue directives and how to create custom ones.
👍4
Updating Public Next.js Environment Variables Without Rebuilds
A practical approach to updating public environment variables without rebuilding your app. - https://phase.dev/blog/nextjs-public-runtime-variables/
#react
A practical approach to updating public environment variables without rebuilding your app. - https://phase.dev/blog/nextjs-public-runtime-variables/
#react
phase
Updating public Next.js environment variables without rebuilds | Phase Blog
A practical approach to updating public environment variables without rebuilding your Next.js app
👍2❤1
Front-end Layout That Every Senior Front-end Engineer Should Know
A set of codes for mobile phones, iPads, and PCs. Each time a different style is loaded, they are all… - https://javascript.plainenglish.io/front-end-layout-that-every-senior-front-end-engineer-should-know-711e174687c5
#frontend
A set of codes for mobile phones, iPads, and PCs. Each time a different style is loaded, they are all… - https://javascript.plainenglish.io/front-end-layout-that-every-senior-front-end-engineer-should-know-711e174687c5
#frontend
Medium
Frontend Layout That Every Senior Frontend Engineer Should Know
A set of codes for mobile phones, iPads, and PCs. Each time a different style is loaded, they are all compatible in one project. This is cal
👍5
Topic Classification from Node with Astra Vector Search
An example of using Node to crunch some data and pipe it into Datastax’s Astra vector database (using Mongoose and a JSON API driver) for querying. - https://thecodebarbarian.com/topic-classifiers-in-nodejs-using-astra-vector-search.html
#nodejs
An example of using Node to crunch some data and pipe it into Datastax’s Astra vector database (using Mongoose and a JSON API driver) for querying. - https://thecodebarbarian.com/topic-classifiers-in-nodejs-using-astra-vector-search.html
#nodejs
The Code Barbarian
Topic Classifiers in Node.js Using Astra Vector Search
You can build a topic classifier using vector search by storing representative vectors for each topic. Here's how you can build a representative vector based classifier in Node.js with Astra and Mongoose.
👍4