6 Tips and Best Practices for a Scalable React Project
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the code scalable.
In this post, I will share with you a handful of insights from my years of using React that will help you to determine your own project guideline. - http://amp.gs/5Pop
#react
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the code scalable.
In this post, I will share with you a handful of insights from my years of using React that will help you to determine your own project guideline. - http://amp.gs/5Pop
#react
Medium
6 Tips and Best Practices for a Scalable React Project
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the…
Creating a CRUD API with Node, Sequelize, Postgres and Docker
One of those ‘let’s bring together a variety of ideas’ tutorials. - http://amp.gs/5yvf
#nodejs
One of those ‘let’s bring together a variety of ideas’ tutorials. - http://amp.gs/5yvf
#nodejs
Create a Role-Based Show/Hide Directive in Angular
The custom directive in Angular is the best thing you’re not using.
If you are in the Angular realm for a good long time, you must be familiar with the concept of directives. Directives are one of the basic building blocks of Angular. It is everywhere. Even components in Angular are in directives with a template. - http://amp.gs/5y5W
#angular
The custom directive in Angular is the best thing you’re not using.
If you are in the Angular realm for a good long time, you must be familiar with the concept of directives. Directives are one of the basic building blocks of Angular. It is everywhere. Even components in Angular are in directives with a template. - http://amp.gs/5y5W
#angular
Medium
Create a Role-Based Show/Hide Directive in Angular
The custom directive in Angular is the best thing you’re not using
How To Avoid Layout Shifts Caused by Web Fonts
Simon Hearne explains how to optimize layout shifts caused by late-loading web fonts. - http://amp.gs/5hPe
#css
Simon Hearne explains how to optimize layout shifts caused by late-loading web fonts. - http://amp.gs/5hPe
#css
Simon Hearne
How to avoid layout shifts caused by web fonts
One of the biggest causes of layout shifts for my clients is late-loading web fonts, let's look at how to optimise them!
Getting Started With The GetX Package In Flutter Applications
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. - http://amp.gs/5hos
#flutter
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. - http://amp.gs/5hos
#flutter
Smashing Magazine
Getting Started With The GetX Package In Flutter Applications — Smashing Magazine
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. In this article, we will be looking at its benefits, features, and how to start using it in Flutter applications.
Image Scroll Zoom in React Native
Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs
#reactnative
Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs
#reactnative
DEV Community
Image Scroll Zoom in React Native
I show how to create a zoom effect in React Native when scrolling an image to the end of a scroll view.
👍1
How to use Nuxt Components Inside Storyblok Rich-Text Editor
This article will talk about a feature of Storyblok that is not highlighted often, yet is extremely powerful - the rich-text field, and more specifically, the possibility of inserting Nuxt components. - http://amp.gs/5gvT
#vue
This article will talk about a feature of Storyblok that is not highlighted often, yet is extremely powerful - the rich-text field, and more specifically, the possibility of inserting Nuxt components. - http://amp.gs/5gvT
#vue
Storyblok
How to use Nuxt components inside Storyblok Rich-Text editor
Find out how to add components directly in the Storyblok's Rich-text editor and how to create their implementation in Nuxt.
An Introduction to Node's crypto Module
The standard library’s crypto module provides cryptographic functions and wrappers for and around things like OpenSSL’s hash, HMAC, cipher, decipher, sign, and verify functions. This post covers some basic examples of its use. - http://amp.gs/5EgF
#nodejs
The standard library’s crypto module provides cryptographic functions and wrappers for and around things like OpenSSL’s hash, HMAC, cipher, decipher, sign, and verify functions. This post covers some basic examples of its use. - http://amp.gs/5EgF
#nodejs
LogRocket Blog
Node.js crypto module: A tutorial - LogRocket Blog
Learn how to use the Node.js crypto module to secure user data and review the basics of cryptography in Node.js.
How We Improved SmashingMag Performance
Vitaly Friedman outlines some of the changes made on Smashing Magazine to optimize the web performance and improve the Core Web Vitals metrics. - http://amp.gs/5VR8
#css
Vitaly Friedman outlines some of the changes made on Smashing Magazine to optimize the web performance and improve the Core Web Vitals metrics. - http://amp.gs/5VR8
#css
Smashing Magazine
How We Improved SmashingMag Performance — Smashing Magazine
In this article, we’ll take a close look at some of the changes we made on this very site — running on JAMStack with React — to optimize the web performance and improve the Core Web Vitals metrics. With some of the mistakes we’ve made, and some of the unexpected…
JavaScript Best Practices for Readable and Maintainable Code
Achieving the three Rs of software development: Refactorability, Reusability, and Readability - http://amp.gs/59Er
#javascript
Achieving the three Rs of software development: Refactorability, Reusability, and Readability - http://amp.gs/59Er
#javascript
Medium
JavaScript Best Practices for Readable and Maintainable Code
Achieving the three Rs of software development: Refactorability, Reusability, and Readability
When I Realized the Magic of Angular Pipes
While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data. - http://amp.gs/54Rk
#angular
While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data. - http://amp.gs/54Rk
#angular
Medium
When I Realized the Magic of Angular Pipes
While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data.
The Roadmap to Landing Your Next Job as a Software Engineer
After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from both sides countless times and understand the steps required to land the role you’ve been looking for. - http://amp.gs/542H
#roadmap
After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from both sides countless times and understand the steps required to land the role you’ve been looking for. - http://amp.gs/542H
#roadmap
Medium
The Roadmap to Landing Your Next Job as a Software Engineer
After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the…
Flutter Flip Card Animation
An easy way to animate card flipping with AnimationSwitcher widget. - http://amp.gs/5R99
#flutter
An easy way to animate card flipping with AnimationSwitcher widget. - http://amp.gs/5R99
#flutter
Medium
Flutter : flip animation
An easy way to animate card flipping with AnimationSwitcher widget.
How to Build a Node API for the Ethereum Blockchain
Honestly, I still find this sort of thing to be confusing at the best of times, but this tutorial walks through creating the backend for a decentralized music store app that uses an Ethereum blockchain for accessing music stored in IPFS. - http://amp.gs/5Uep
#nodejs
Honestly, I still find this sort of thing to be confusing at the best of times, but this tutorial walks through creating the backend for a decentralized music store app that uses an Ethereum blockchain for accessing music stored in IPFS. - http://amp.gs/5Uep
#nodejs
Testing UI Components with Vue.js (DOs and DON’Ts)
Need to test your Vue components? This article contains a lists of DO’s and DON’Ts and some practical tips on how to structure UI component tests. - http://amp.gs/5d75
#vue
Need to test your Vue components? This article contains a lists of DO’s and DON’Ts and some practical tips on how to structure UI component tests. - http://amp.gs/5d75
#vue
Simple Angular context help component or how global event listener can affect your perfomance - http://amp.gs/5OeO
#angular
#angular
Building a Sidenav Component
Adam Argyle shows how to build a responsive, stateful slide-out sidenav component that supports keyboard navigation, works with and without Javascript, and across browsers. - http://amp.gs/5rBt
#css
Adam Argyle shows how to build a responsive, stateful slide-out sidenav component that supports keyboard navigation, works with and without Javascript, and across browsers. - http://amp.gs/5rBt
#css
Software Architect Role, Skills, and Impact on Product Success
Software architect is 2020’s best job. So says job search engine Indeed in its recent survey. The worldwide platform with a database of over 250 million resumes compiled its top-25 list considering salary, growth potential, and employer demand. - http://amp.gs/5SSq
#SA #skills
Software architect is 2020’s best job. So says job search engine Indeed in its recent survey. The worldwide platform with a database of over 250 million resumes compiled its top-25 list considering salary, growth potential, and employer demand. - http://amp.gs/5SSq
#SA #skills
Medium
Software Architect Role, Skills, and Impact on Product Success
Software architect is 2020’s best job. So says job search engine Indeed in its recent survey. The worldwide platform with a database of…
Terraform with TypeScript
Infrastructure as Code is slowly rising and for good.
Nowadays, addressing Infrastructure orchestration with the popular manual approach is not acceptable any longer. While the shift to the Cloud brings an extensive toolbox, complexity exponentially increases and a management solution should be put in place. - http://amp.gs/5NG9
#terraform #typescript
Infrastructure as Code is slowly rising and for good.
Nowadays, addressing Infrastructure orchestration with the popular manual approach is not acceptable any longer. While the shift to the Cloud brings an extensive toolbox, complexity exponentially increases and a management solution should be put in place. - http://amp.gs/5NG9
#terraform #typescript
Medium
Terraform with TypeScript
Infrastructure as Code is slowly rising and for good.