Creating an AWS Lambda Function with nbb
nbb is a ClojureScript environment that runs on top of Node.js, so it’s ideal for AWS Lambda. Node doesn't have to always be about JavaScript :-) - http://amp.gs/jmwI0
#nodejs
nbb is a ClojureScript environment that runs on top of Node.js, so it’s ideal for AWS Lambda. Node doesn't have to always be about JavaScript :-) - http://amp.gs/jmwI0
#nodejs
Good Advice on JSX Conditionals
“Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. As always, there are other options, though, and future potential options too as may eventually be offered by do expressions or pattern matching. - http://amp.gs/jmwor
#react
“Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. As always, there are other options, though, and future potential options too as may eventually be offered by do expressions or pattern matching. - http://amp.gs/jmwor
#react
Vladimir Klepov as a Coder
Good advice on JSX conditionals
Conditional rendering is a cornerstone of any templating language. React / JSX bravely chose not to have a dedicated conditional syntax, like ng-if="condition", relying on JS boolean operato
👍1
Evan You on the PodRocket podcast
Vue creator Evan You was recently a guest on the PodRocket podcast. Get his thoughts on Vue, the migration to Vue 3, and more. - http://amp.gs/jmF30
#vue
Vue creator Evan You was recently a guest on the PodRocket podcast. Get his thoughts on Vue, the migration to Vue 3, and more. - http://amp.gs/jmF30
#vue
PodRocket - A web development podcast from LogRocket
PodRocket - A web development podcast from LogRocket: Vue and Vite with Evan You
Evan You joins us on PodRocket to talk about Vue and Vite. What motivated the shift to Vue 3? What is Vite? Do you think Vite will replace Nuxt's webpack default at some point? If you had to start over what would be the biggest rework you would do? Evan answers…
Modern Fluid Typography Using CSS Clamp
Adrian Bece explores fluid typography principles, use-cases, implementation with CSS clamp(), and an interactive fluid typography calculator. - http://amp.gs/jmXVO
#css
Adrian Bece explores fluid typography principles, use-cases, implementation with CSS clamp(), and an interactive fluid typography calculator. - http://amp.gs/jmXVO
#css
Smashing Magazine
Modern Fluid Typography Using CSS Clamp — Smashing Magazine
We’ll explore fluid typography principles, use-cases, implementation with CSS clamp() and an interactive fluid typography calculator.
Angular: DON’T Call Functions Inside The Template Anymore
Why you Should NOT Call Functions Inside Angular Templates - http://amp.gs/jmL7z
#angular
Why you Should NOT Call Functions Inside Angular Templates - http://amp.gs/jmL7z
#angular
Medium
Angular: DON'T Call Functions Inside The Template Anymore
Why you Should NOT Call Functions Inside Angular Templates
How Not to Learn TypeScript
“Learning TypeScript, even in 2022, can be frustrating it seems,” notes the author who reflects on five common mistakes TypeScript newcomers make - http://amp.gs/jmWZU
#typescript
“Learning TypeScript, even in 2022, can be frustrating it seems,” notes the author who reflects on five common mistakes TypeScript newcomers make - http://amp.gs/jmWZU
#typescript
fettblog.eu
How not to learn TypeScript
“TypeScript and I are never going to be friends”. Oh wow, how often have I heard this phrase? Learning TypeScript, even in 2022, can be frustrating it seems. And for so many different reasons. People who write Java or C# and find out things are working differently…
React Event Bubbling and Capture
Event bubbling occurs when handling events within nested elements: an event ‘bubbles up’ from one element to its container until it reaches the root element. This behavior can be both helpful and troublesome — here’s how to handle it correctly with React. - http://amp.gs/jmWAL
#react
Event bubbling occurs when handling events within nested elements: an event ‘bubbles up’ from one element to its container until it reaches the root element. This behavior can be both helpful and troublesome — here’s how to handle it correctly with React. - http://amp.gs/jmWAL
#react
www.robinwieruch.de
React: Event Bubbling and Capturing
Event bubbling in React explained with examples. You will learn how to prevent events from bubbling, how to capture events before the bubbling, and how to access the target and currentTarget ...
Create An Open Graph Image Generator with Node
Set up a server with Node.js to dynamically generate images and reduce the manual effort of creating Open Graph images. - http://amp.gs/jma8f
#nodejs
Set up a server with Node.js to dynamically generate images and reduce the manual effort of creating Open Graph images. - http://amp.gs/jma8f
#nodejs
LogRocket Blog
Create an Open Graph image generator with Node.js - LogRocket Blog
Set up a server with Node.js to dynamically generate images and reduce the manual effort of creating Open Graph images.
Improving Angular Component’s accessibility
The outcome is better, more accessible components… - http://amp.gs/jmaAf
#angular
The outcome is better, more accessible components… - http://amp.gs/jmaAf
#angular
Medium
Improving Angular Component’s accessibility
The outcome is better, more accessible components…
InertiaJS - Server-Side Rendering
The InertiaJS project brings server-side rendering (SSR) to the Laravel/Vue stack. - http://amp.gs/jma5B
#vue
The InertiaJS project brings server-side rendering (SSR) to the Laravel/Vue stack. - http://amp.gs/jma5B
#vue
Make Beautiful Gradients
Joshua Comeau shows how to create rich, vivid, thoroughly-alive gradients by avoiding the “grey zone.” - http://amp.gs/jmo7z
#css
Joshua Comeau shows how to create rich, vivid, thoroughly-alive gradients by avoiding the “grey zone.” - http://amp.gs/jmo7z
#css
Three React Component Design Patterns You Should Know About
“While this is not an exhaustive list, it applies to most problems you will probably encounter when building components.” - http://amp.gs/jmoQ9
#react
“While this is not an exhaustive list, it applies to most problems you will probably encounter when building components.” - http://amp.gs/jmoQ9
#react
Deeply Copying Objects with structuredClone()
Dr. Axel looks at the new kid on the block when it comes to copying JavaScript objects: structuredClone. Supported in cutting edge versions of most browsers and in Node.js and Deno, it’s time to be aware of this. - http://amp.gs/jmMqw
#javascript
Dr. Axel looks at the new kid on the block when it comes to copying JavaScript objects: structuredClone. Supported in cutting edge versions of most browsers and in Node.js and Deno, it’s time to be aware of this. - http://amp.gs/jmMqw
#javascript
Angular Component Library Best Practices
Proven concepts on how to implement and showcase your UI components - http://amp.gs/jm5RS
#angular
Proven concepts on how to implement and showcase your UI components - http://amp.gs/jm5RS
#angular
Medium
Angular Component Library Best Practices
Proven concepts on how to implement and showcase your UI components
A Better Way to Use Angular Forms
Use this technique to manage and reuse forms in Angular. - http://amp.gs/jmQhD
#angular
Use this technique to manage and reuse forms in Angular. - http://amp.gs/jmQhD
#angular
Responsive Image Gallery With Animated Captions
Stephanie Eckles explores a technique for creating a responsive image gallery that uses object-fit for responsive image scaling, aspect-ratio for consistent image sizes, a CSS Grid trick to replace absolute positioning, and CSS transforms for animated effects. - http://amp.gs/jmcZl
#css
Stephanie Eckles explores a technique for creating a responsive image gallery that uses object-fit for responsive image scaling, aspect-ratio for consistent image sizes, a CSS Grid trick to replace absolute positioning, and CSS transforms for animated effects. - http://amp.gs/jmcZl
#css
20+ Useful Vue JS Components 2022
Want to make your Vue-based app's interface unique and appealing? Take a look at this collection of Vue components that you can use for your upcoming projects. - http://amp.gs/jmc6H
#vue
Want to make your Vue-based app's interface unique and appealing? Take a look at this collection of Vue components that you can use for your upcoming projects. - http://amp.gs/jmc6H
#vue
A JavaScript-Flavored Introduction to Monads
“I know a lot of people roll their eyes” says Kyle about yet another monad explainer, but.. if you liked Kyle’s work with You Don’t Know JS or you want something JavaScript oriented and with concrete takeaways for your own code, this is for you. - http://amp.gs/jm6Ls
#javascript
“I know a lot of people roll their eyes” says Kyle about yet another monad explainer, but.. if you liked Kyle’s work with You Don’t Know JS or you want something JavaScript oriented and with concrete takeaways for your own code, this is for you. - http://amp.gs/jm6Ls
#javascript
👍1
👍1