โโECMAScript 2021 (12th edition) is now available, and it ships with new features and syntax improvements. The specifications have been finalized by ECMA International on June 22, 2021. These improvements have been implemented to make JavaScript more robust and to help developers accomplish their tasks easily.
โฑ 5 minutes read
#JavaScript
โฑ 5 minutes read
#JavaScript
Medium
Top 5 JavaScript ES12 Features You Should Start Using Now
Learn the amazing features offered by the ECMAScript 2021 update.
โโFor the past few years, Node became one of the most popular back-end solutions. Itโs very easy to bootstrap an app on Node and start handling HTTP requests on the fly. But there is a problem, in most cases, Node apps get very complicated and coupled while they grow, so keeping domain and persistence layers separate becomes extremely hard.
โฑ 5 minutes read
#TypeScript
โฑ 5 minutes read
#TypeScript
Medium
Dependency Injection in TypeScript
DI with TypeScript Decorators in action
โโA well-thought out design must also take into account the performance aspects of an API. Good design means little if the API does not perform as desired in response to increasing requests, and evolving business and/or customer requirements.
โฑ 6 minutes read
#Architecture
โฑ 6 minutes read
#Architecture
Medium
API Architecture - Performance Best Practices for REST APIs
In my previous segment, I shared some best practices on how to design effective REST APIs.
โโYou might thinked โWhy react.js donโt have standard folder structure?โ.
To find answer, you need to understand the difference between framework & library.
โฑ 3 minutes read
#React
To find answer, you need to understand the difference between framework & library.
โฑ 3 minutes read
#React
Medium
Finally a better react.js folder structure
You might thinked โWhy react.js donโt have standard folder structure?โ. To find answer, you need to understand the difference betweenโฆ
โโHacking is not always so cool that we see in movies. The lives of many people or even a countries reputation can be put on the ground because of a single system security violation.
โฑ 5 minutes read
#hacking
โฑ 5 minutes read
#hacking
Medium
Top 10 Dangerous Programmers in The world
Yes! All top hackers are programmers more or less!
โโWhether you are just starting to learn React or youโre already full-time working professionally in it, there are many tools (both free and paid) that you can use in your personal or professional projects. They are always beneficial as they help speed up the workflow or get things done quickly.
โฑ 5 minutes read
#React
โฑ 5 minutes read
#React
Medium
Top 7 React Developer Tools to Use in 2021 (With Bonus!)
Whether you are just starting to learn React or youโre already full-time working professionally in it, there are many tools (both free andโฆ
โโEvery application needs to manage state. In React, we can go a long way using hooks, and in particular useState(), and passing props around.
โฑ 2 minutes read
#React
โฑ 2 minutes read
#React
Medium
The easy-peasy React state management library
Every application needs to manage state. In React, we can go a long way using hooks, and in particular useState(), and passing propsโฆ
โโDevelopers are pioneers in tech innovation, so theyโre always looking ahead.
โฑ 3 minutes read
#Software
โฑ 3 minutes read
#Software
Medium
Top 6 Web Development Trends To Look Out For In 2022
Developers are pioneers in tech innovation, so theyโre always looking ahead. At Flux Technologies, weโre no different. Weโre always on theโฆ
โโLearning Web3.0 and blockchain development today is like buying a Bitcoin at $10 yesterday.
โฑ 7 minutes read
#Web3.0 #Blockchain
โฑ 7 minutes read
#Web3.0 #Blockchain
Medium
Zero to Hero: Web3.0 and Solidity Development Roadmap 2021
Learning Web3.0 and blockchain development today is like buying a Bitcoin at $10 yesterday.
โโSince React props are used to send transmit data between one React component to another, there are many types that you can use to type React props.
โฑ 12 minutes read
#React #TypeScript
โฑ 12 minutes read
#React #TypeScript
Medium
React with TypeScript Cheatsheet
An answer to all your React typing questions
โโReact 18 Alpha is here there are many things that got added in React 18. React 17 didnโt see many new additions. But thatโs definitely not the case with React 18. In this article, we will look at some of the top updates.
โฑ 5 minutes read
#React
โฑ 5 minutes read
#React
Medium
Everything New in React 18
6 new React 18 features that you must know about.
โโWhen learning React Hooks, it seems like black magic. How the heck does useState retains its value? Over time, some learn the hook incantations to get stuff done. Even fewer eventually understand how hooks actually work.
โฑ 8 minutes read
#React
โฑ 8 minutes read
#React
Battlefy
How to escape React Hooks Hell
When learning React Hooks, it seems like black magic. How the heck does useState retains its value? Over time,...
โโI started to build a digital garden for my learning journey. I try different components, layouts, algorithms, stylings to improve my front-end skills. Making a digital garden has some difficulties and challenges. Every experiment (plant in my digital garden) must be abstracted and encapsulated, and also reusable.
โฑ 4 minutes read
#React
โฑ 4 minutes read
#React
Medium
Design Extensible React Application Architecture
I started to build a digital garden for my learning journey. I try different components, layouts, algorithms, stylings to improve myโฆ
โโHow Airbnb ships features faster across web, iOS, and Android using a server-driven UI system named Ghost Platform
โฑ 5 minutes read
#Frontend
โฑ 5 minutes read
#Frontend
Medium
A Deep Dive into Airbnbโs Server-Driven UI System
How Airbnb ships features faster across web, iOS, and Android using a server-driven UI system named Ghost Platform ๐ป.
โโAt the beginning of the year if you told me Iโd be publishing a recommendation to use Redux I would have laughed in your face. Yet here we are.
โฑ 5 minutes read
#React
โฑ 5 minutes read
#React
Medium
React state management in 2022 โ Return of the Redux
At the beginning of the year if you told me Iโd be publishing a recommendation to use Redux I would have laughed in your face. Yet here weโฆ
โโHTTP/3 is here, and itโs a big deal for web performance. See just how much faster it makes websites!
โฑ 5 minutes read
#HTTP
โฑ 5 minutes read
#HTTP
Medium
HTTP/3 is Fast
HTTP/3 is here, and itโs a big deal for web performance. See just how much faster it makes websites!
โโIโve been programming computers since the 1980s. In that time, Iโve seen and used a lot of languages and technologies that have come and gone. I watched as the web blossomed with new features, like browsers exchanging XML data asynchronously. Today we call this Asynchronous JavaScript and XML data exchange โAJAXโ, but ironically, AJAX doesnโt typically even use XML anymore. Most of the time, this data is exchanged as JSON, or YAML, HTML or some other format.
โฑ 7 minutes read
#MicroServices
โฑ 7 minutes read
#MicroServices
Medium
REST is Dying. Get Rid of It.
TIGER: Advanced Easier Webservices You Can Use Today
โโGit is the most popular distributed version control system in the world. Linus Torvalds, the creator of the Linux kernel, built this tool way back in 2005, which is currently an actively maintained open-source project. A huge number of open-source and commercial projects rely on Git for version control.
โฑ 12 minutes
#Git
โฑ 12 minutes
#Git
Medium
Top 30 Git Commands You Should Know To Master Git CLI
Learn the most essential Git commands to boost your productivity, and become a master in managing the GitHub repositories.
โโNext.js is a well-known React framework. Itโs been around for a few years now. It allows you to create feature-rich React applications without compromising performance and SEO. Remix was created to solve the same issues, but with a different approach. Iโve had a chance to work with it recently, here are my thoughts about these two contenders.
โฑ 7 minutes read
#React #Remix #NextJS
โฑ 7 minutes read
#React #Remix #NextJS
Medium
Next.js and Remixโโโa brief comparison
You wonโt believe how cool this framework actually is
โโModern software development best practices require programmers to write tons of code.
โฑ 4 minutes
#GraphQL
โฑ 4 minutes
#GraphQL
Medium
Never write TypeScript types for GraphQL schema by hand
How to stop torture your software