An Intro to KafkaJS: A Modern Kafka Client for Node
Apache Kafka is a powerful open-source distributed event streaming system increasingly finding itself at the heart of large scale applications. This is an accessible tutorial to working with it from Node, in this case to create a Slack bot that notifies you whenever an npm package gets updated. - http://amp.gs/QiMC
#nodejs
Apache Kafka is a powerful open-source distributed event streaming system increasingly finding itself at the heart of large scale applications. This is an accessible tutorial to working with it from Node, in this case to create a Slack bot that notifies you whenever an npm package gets updated. - http://amp.gs/QiMC
#nodejs
Confluent
Intro to KafkaJS - a Modern Kafka Client for Node.js
KafkaJS is an open-source Kafka client written in JavaScript for simple deployment and a modern, easy API. Learn how to get started with code examples and a real-life use case.
Awesome React: Over 500 Curated React Projects and Resources
A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/QD6n
#react
A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/QD6n
#react
GitHub
GitHub - enaqx/awesome-react: A collection of awesome things regarding React ecosystem
A collection of awesome things regarding React ecosystem - GitHub - enaqx/awesome-react: A collection of awesome things regarding React ecosystem
Sharing Data Between CSS and JavaScript with Custom Properties
How to use JavaScript to give CSS things it can’t access. For example, CSS can’t read pointer coordinates, but JavaScript can. - http://amp.gs/QJI4
#javascript
How to use JavaScript to give CSS things it can’t access. For example, CSS can’t read pointer coordinates, but JavaScript can. - http://amp.gs/QJI4
#javascript
Learn Vue.js 3.0 With Tailwind CSS And Composition API in 2021 - Create A Pokémon app For Beginners – Program With Erik
If you still feel overwhelmed at the thought of using the Composition API in your Vue apps, here is a pretty straight-forward introduction to it, along with Tailwind CSS. - https://www.youtube.com/watch?v=QJhqr7jqxVo
#vue #video
If you still feel overwhelmed at the thought of using the Composition API in your Vue apps, here is a pretty straight-forward introduction to it, along with Tailwind CSS. - https://www.youtube.com/watch?v=QJhqr7jqxVo
#vue #video
YouTube
Learn Vue.js 3.0 With Tailwind CSS And Composition API in 2021 - Create A Pokémon app For Beginners
Vue.js 3.0 is out and in this tutorial I create a fully featured app with Tailwind CSS and the composition API. We use the Pokemon API to do this! Click here to get a free Vue cheat sheet! https://vuecourse.tech
👉Check out my last video on VS Code Super…
👉Check out my last video on VS Code Super…
Asynchronous Modules and Components in Angular Ivy
Ivy engine has brought (and also will bring) a huge amount of new features. Honestly, I always dreamed of having an opportunity to load modules asynchronously, and most importantly, components, you can do that with one line of code in Vue - http://amp.gs/Q0Xq
#angular
Ivy engine has brought (and also will bring) a huge amount of new features. Honestly, I always dreamed of having an opportunity to load modules asynchronously, and most importantly, components, you can do that with one line of code in Vue - http://amp.gs/Q0Xq
#angular
Medium
Asynchronous modules and components in Angular Ivy
Ivy engine has brought (and also will bring) a huge amount of new features. Honestly, I always dreamed of having an opportunity to load…
Debugging Layout Repaint Issues Triggered by CSS Transition
Dzhavat Ushev demonstrates how to find a solution to an issue with layout repaint. - http://amp.gs/QKK4
#css
Dzhavat Ushev demonstrates how to find a solution to an issue with layout repaint. - http://amp.gs/QKK4
#css
Should You Really Use useMemo?
In a natural follow up to Max Rozen’s Understanding When to Use useMemo which we featured recently, the author of this article first states a hypothosis about useMemo performance and then rigorously tests it and reports the raw data. Results that may, yet again, change your mind about the value of useMemo. - http://amp.gs/Q3G9
#react
In a natural follow up to Max Rozen’s Understanding When to Use useMemo which we featured recently, the author of this article first states a hypothosis about useMemo performance and then rigorously tests it and reports the raw data. Results that may, yet again, change your mind about the value of useMemo. - http://amp.gs/Q3G9
#react
Medium
Should You Really Use useMemo in React? Let’s Find Out.
Some of our developers recently came with the question, when should I use useMemo in React? In this article we benchmark the performance.
How to Create a Custom GitHub Action with Node
Extensive notes (and a 15-minute screencast) on building your own custom action for GitHub’s Actions CI/CD system – specifically in this case to give thanks on new pull requests. - http://amp.gs/Q33A
#nodejs
Extensive notes (and a 15-minute screencast) on building your own custom action for GitHub’s Actions CI/CD system – specifically in this case to give thanks on new pull requests. - http://amp.gs/Q33A
#nodejs
Space Jelly
How to Create a Custom GitHub Action with Node & JavaScript
Read How to Create a Custom GitHub Action with Node & JavaScript at Space Jelly.
Is Angular Still Alive?
When I started my career as a software engineer, Angular was the first framework I learned. At that time, it was the most popular and most used JavaScript framework among developers. But with the development of frameworks like React and Vue, Angular seems to have lost its position as a top JavaScript front-end framework and there is a huge debate over the pros and cons of learning it. - http://amp.gs/QHkh
#angular
When I started my career as a software engineer, Angular was the first framework I learned. At that time, it was the most popular and most used JavaScript framework among developers. But with the development of frameworks like React and Vue, Angular seems to have lost its position as a top JavaScript front-end framework and there is a huge debate over the pros and cons of learning it. - http://amp.gs/QHkh
#angular
Medium
Is Angular Still Alive?
Photo by Wu Jianxiong on Unsplash.
Seven Interview Questions on JavaScript Closures
You might want to revise A Simple Explanation of JavaScript Closures before you take these on - http://amp.gs/QHuj
#javascript
You might want to revise A Simple Explanation of JavaScript Closures before you take these on - http://amp.gs/QHuj
#javascript
Dmitri Pavlutin Blog
7 Interview Questions on JavaScript Closures. Can You Answer Them?
I compiled a list of 7 interesting and increasingly challenging questions on JavaScript closures. Can you answer them?
vno: a vue / deno love story – Andrew Rehrig
Deno is a new runtime for JavaScript and TypeScript. Since you can’t use it directly with Vue-CLI (which requires Node.js), the community has created vno, a CLI tool for Deno to compile and bundle Vue single-file components. Impressive! - http://amp.gs/Q2mR
#vue
Deno is a new runtime for JavaScript and TypeScript. Since you can’t use it directly with Vue-CLI (which requires Node.js), the community has created vno, a CLI tool for Deno to compile and bundle Vue single-file components. Impressive! - http://amp.gs/Q2mR
#vue
Medium
vno: a vue / deno love story
the first native build tool for compiling and bundling Vue single-file components in a Deno runtime
Styling Scrollbars With CSS
Chris Bongers shares some tips on styling scrollbars. - http://amp.gs/Q2Fg
#css
Chris Bongers shares some tips on styling scrollbars. - http://amp.gs/Q2Fg
#css
Daily Dev Tips
Scrollbar styling with CSS Tutorial [2021]
In today's guide we will learn how to style a scrollbar with CSS. See the code examples in the Codepen!
Unit Testing Your Gatsby Site with Jest and React Testing library
The detailed, generously illustrated guide to get unit testing going on your Gatsby site. While sometimes tedious to setup, the author asserts the effort to implement this type of testing is worth it. - http://amp.gs/Qwis
#react
The detailed, generously illustrated guide to get unit testing going on your Gatsby site. While sometimes tedious to setup, the author asserts the effort to implement this type of testing is worth it. - http://amp.gs/Qwis
#react
DEV Community
Unit Testing Your Gatsby Site with Jest and React Testing library
Testing is a crucial piece when it comes to building websites or apps. It gives you more confidence i...
Clean Code Checklist in Angular
Angular has rapidly grown to become one of the most popular frameworks for building front-end, cross-platform web applications. It gives you a lot of the out-of-the-box features, such as a routing system, a dependency injection framework, forms handling, etc. Angular also enforces you to use both TypeScript and RxJS, since its already part of the Angular ecosystem. This extensive width of features makes Angular a good candidate for large enterprise solutions. - http://amp.gs/QFJm
#angular
Angular has rapidly grown to become one of the most popular frameworks for building front-end, cross-platform web applications. It gives you a lot of the out-of-the-box features, such as a routing system, a dependency injection framework, forms handling, etc. Angular also enforces you to use both TypeScript and RxJS, since its already part of the Angular ecosystem. This extensive width of features makes Angular a good candidate for large enterprise solutions. - http://amp.gs/QFJm
#angular
Medium
Clean Code Checklist in Angular ✔️
This post covers my personal recommendations for writing clean production-ready Angular code
50 Javascript Best Practice Rules to Write Better Code
Javascript is powerful and flexible which allows you to code any way you like and try some very unusual things which can lead to a bug in your code. Here are 50 things I learned about coding in Javascript you should know about. - http://amp.gs/QXis
#javascript
Javascript is powerful and flexible which allows you to code any way you like and try some very unusual things which can lead to a bug in your code. Here are 50 things I learned about coding in Javascript you should know about. - http://amp.gs/QXis
#javascript
7 Vue Patterns That You Should Be Using More Often – Fotis Adamakis
A list of less-known tricks and patterns that can be useful across different use cases. - http://amp.gs/QLUG
#vue
A list of less-known tricks and patterns that can be useful across different use cases. - http://amp.gs/QLUG
#vue
Medium
7 Vue Patterns That You Should Be Using More Often
Let’s take a look at some interesting but not so popular Vue features.
A beginner’s guide to React Server-Side Rendering (SSR)
In this lesson, we are going to talk about server-side rendering (SSR), its benefits, and its pitfalls. Then we will set up a mini React project and an express server (Node.js) to demonstrate how SSR can be achieved. - http://amp.gs/QWUC
#react
In this lesson, we are going to talk about server-side rendering (SSR), its benefits, and its pitfalls. Then we will set up a mini React project and an express server (Node.js) to demonstrate how SSR can be achieved. - http://amp.gs/QWUC
#react
Medium
A beginner’s guide to React Server-Side Rendering (SSR)
In this lesson, we are going to talk about server-side rendering (SSR), its benefits, and its pitfalls. Then we will set up a mini React…
The Top 15 AWS Architecture Blog Posts of 2020
This is a good retrospective to some useful blog posts if you’re working with AWS. - http://amp.gs/QWL9
#aws
This is a good retrospective to some useful blog posts if you’re working with AWS. - http://amp.gs/QWL9
#aws
Amazon
Top 15 Architecture Blog Posts of 2020 | Amazon Web Services
The goal of the AWS Architecture Blog is to highlight best practices and provide architectural guidance. We publish thought leadership pieces that encourage readers to discover other technical documentation, such as solutions and managed solutions, other…
Serverless TypeScript: A Complete Setup for AWS SAM Lambdas
A workflow for creating TypeScript-based AWS Lambda functions with AWS SAM that support testing, debugging, etc. and using shared layers to package dependencies. - http://amp.gs/QaRy
#nodejs
A workflow for creating TypeScript-based AWS Lambda functions with AWS SAM that support testing, debugging, etc. and using shared layers to package dependencies. - http://amp.gs/QaRy
#nodejs