Deploying a Serverless API to AWS with Claudia.js
Learn the bare basics of how Claudia.js can simplify deploying a serverless API to AWS Lambda by building it in a traditional Express.js style. - http://amp.gs/jjW7Y
#nodejs
Learn the bare basics of how Claudia.js can simplify deploying a serverless API to AWS Lambda by building it in a traditional Express.js style. - http://amp.gs/jjW7Y
#nodejs
LogRocket Blog
Deploying a serverless API to AWS with Claudia.js - LogRocket Blog
Learn how to use Claudia.js to deploy a serverless API to AWS by building an example Express.js application and deploying it to AWS Lambda.
System *Things
Chris writes all about one of the weirdest revelations I’ve had lately, too: the discovery of system colors. Think of these as variables that you can use but browsers and operating systems will likely render them completely differently - http://amp.gs/jjoRc
#css
Chris writes all about one of the weirdest revelations I’ve had lately, too: the discovery of system colors. Think of these as variables that you can use but browsers and operating systems will likely render them completely differently - http://amp.gs/jjoRc
#css
CSS-Tricks
System *Things | CSS-Tricks
I think we're all largely aware of colors like this:
Building a Tag Input Component with the Vue 3 Composition API
Here's a walkthrough of how to build a tag input component with the Vue 3 composition API step by step. - http://amp.gs/jjMV3
#vue
Here's a walkthrough of how to build a tag input component with the Vue 3 composition API step by step. - http://amp.gs/jjMV3
#vue
Vue.js Tutorials
Building a Tag Input Component with the Vue 3 Composition API - Vue.js Tutorials
Walkthrough how to build a tag input component with the Vue 3 composition API step by step.
5 Best free IDEs on the internet
Code, test, and share online without further - http://amp.gs/jj5rN
#ide #web
Code, test, and share online without further - http://amp.gs/jj5rN
#ide #web
Medium
The 5 Best Free Online Code Editors
Code, test, and share online without further installation
Nine JavaScript and TypeScript ORMs for 2021
I was surprised how well this did, so clearly a lot of people are on the look out for new data management solutions.. :-) This is a roundup, complete with code examples, showing off a variety of tools like Knex.js, Mongoose, TypeORM, Waterline, and Bookshelf. - http://amp.gs/jjQO1
#nodejs
I was surprised how well this did, so clearly a lot of people are on the look out for new data management solutions.. :-) This is a roundup, complete with code examples, showing off a variety of tools like Knex.js, Mongoose, TypeORM, Waterline, and Bookshelf. - http://amp.gs/jjQO1
#nodejs
Sitepoint
9 Best JavaScript and TypeScript ORMs for 2023 — SitePoint
An ORM library simplifies the job of writing database queries. Learn about nine JS and TypeScript ORMs and how they could help you with your next project.
Comprehensive Guide: Proper Behaviour Testing in React With Enzyme and Jest - http://amp.gs/jjcmd
#react
#react
Medium
A Comprehensive Guide To Proper Behaviour Testing in React With Enzyme and Jest
Seven tips based on three years of practical experience
How to Structure Angular Apps in 2021
This is how I structure my angular applications for extensive flexibility, scalability and smaller initial… - http://amp.gs/jjc3J
#angular
This is how I structure my angular applications for extensive flexibility, scalability and smaller initial… - http://amp.gs/jjc3J
#angular
Medium
How to Structure Angular Apps in 2021
This is how I structure my angular applications for extensive flexibility, scalability and smaller initial bundle size.
Factory pattern - Type script implementation with type map
As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the… - http://amp.gs/jj6VL
#typescript
As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the… - http://amp.gs/jj6VL
#typescript
Medium
Factory Pattern - TypeScript Implementation
As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the implementation details from…
If we’re gonna criticize utility-class frameworks, let’s be fair about it
There’s a lot of criticism out there when it comes to using something like Tailwind to help you write CSS. Utility-class frameworks will often lead you to writing markup that looks something like this - http://amp.gs/jj6bM
#css
There’s a lot of criticism out there when it comes to using something like Tailwind to help you write CSS. Utility-class frameworks will often lead you to writing markup that looks something like this - http://amp.gs/jj6bM
#css
CSS-Tricks
If we're gonna criticize utility-class frameworks, let's be fair about it | CSS-Tricks
I'm not here to raise a shield protecting CSS utility frameworks. I don't even particularly like the approach, myself, and nothing is above fair criticism.
How to Choose Between Different Code Reuse Patterns in Vue.js
This article will help you choose between the composition API, scoped slots, and mixins for reusable code in Vue.js. - http://amp.gs/jjbNB
#vue
This article will help you choose between the composition API, scoped slots, and mixins for reusable code in Vue.js. - http://amp.gs/jjbNB
#vue
Theodo
How to Choose Between Different Code Reusable Pattern in Vue.js?
Choose Between Different Code Reusable Pattern in Vue.js. Understand the advantages and drawbacks of composition API, scoped slots, and Mixin
Time to Say Goodbye to Enzyme.js?
Enzyme is a long standing React component testing library originally built at Airbnb. However, “the world has already moved - to React Testing Library” claims the author who has a variety of other reasons to consider dropping it. - http://amp.gs/j8IPc
#react
Enzyme is a long standing React component testing library originally built at Airbnb. However, “the world has already moved - to React Testing Library” claims the author who has a variety of other reasons to consider dropping it. - http://amp.gs/j8IPc
#react
Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE
#angular
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE
#angular
Medium
Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast, highly-performant Angular pipe. ✨✨✨
A Complete Guide to Dark Mode on the Web
Dark mode has gained a lot of traction recently. Like Apple, for instance, has added dark mode to its iOS and MacOS operating systems. Windows and Google have done the same. - http://amp.gs/j88ho
#css
Dark mode has gained a lot of traction recently. Like Apple, for instance, has added dark mode to its iOS and MacOS operating systems. Windows and Google have done the same. - http://amp.gs/j88ho
#css
CSS-Tricks
A Complete Guide to Dark Mode on the Web | CSS-Tricks
“Dark mode” is defined as a color scheme that uses light-colored text and other UI elements on a dark-colored background. Dark mode, dark theme, black mode, night mode… they all refer to and mean the same thing: a mostly-dark interface rather than a mostly…
Mobile Palette Generator
A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH
#webtools
A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH
#webtools
mobilepalette.colorion.co
Mobile Palette Generator
Generate stunning color palettes for your next mobile app.
npm audit: Broken by Design
Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good job of demonstrating why getting panicked about vulnerabilities as if they’re all as important as each other can be a bad thing. - http://amp.gs/j8T9u
#nodejs
Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good job of demonstrating why getting panicked about vulnerabilities as if they’re all as important as each other can be a bad thing. - http://amp.gs/j8T9u
#nodejs
overreacted.io
npm audit: Broken by Design
Found 99 vulnerabilities (84 moderately irrelevant, 15 highly irrelevant)
Tips and Tricks For Building Fast And Light VueJS SPAs
Read this article for tips on building amazing single-page applications with Vue. - http://amp.gs/j8zED
#vue
Read this article for tips on building amazing single-page applications with Vue. - http://amp.gs/j8zED
#vue
Medium
What Are The Tips and Tricks For Building Fast And Light VueJS SPA?
Read this blog and find out what are the tips and tricks you should be keeping in mind while you build applications for your website with…
Monorepos in JavaScript, Anti-Pattern
Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one… - http://amp.gs/j81R6
#monorepo
Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one… - http://amp.gs/j81R6
#monorepo
Medium
Monorepos in JavaScript, Anti-Pattern
Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one repository. Many popular…
The State of Web Workers in 2021
The web is typically single-threaded, but two years ago Surma told us why to always use Web Workers to bring multithreading to your solutions despite the difficulties. Almost every client supports them now, so Surma makes the case again and explains why Web Workers deserve a place in your projects. - http://amp.gs/j8YdI
#javascript
The web is typically single-threaded, but two years ago Surma told us why to always use Web Workers to bring multithreading to your solutions despite the difficulties. Almost every client supports them now, so Surma makes the case again and explains why Web Workers deserve a place in your projects. - http://amp.gs/j8YdI
#javascript
Smashing Magazine
The State Of Web Workers In 2021 — Smashing Magazine
The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer's toolbelt for these kinds of problems. Let’s get up to speed on Workers…
Creating a Multi-Author Blog with Next.js
The latest instalment in this informal series of case studies which focus on a big, audacious project goal and then parses it out into a manageable series of steps. - http://amp.gs/j8t4L
#react
The latest instalment in this informal series of case studies which focus on a big, audacious project goal and then parses it out into a manageable series of steps. - http://amp.gs/j8t4L
#react
Smashing Magazine
Creating A Multi-Author Blog With Next.js — Smashing Magazine
This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects.