ββ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
ββJavaScript modules (also known as ES modules or ECMAScript modules) were created to help make JavaScript code more organized and maintainable.
β± 6 minutes read
#JavaScript
β± 6 minutes read
#JavaScript
freeCodeCamp.org
JavaScript Modules β A Beginner's Guide
By Madison Kanna JavaScript modules (also known as ES modules or ECMAScript modules) were created to help make JavaScript code more organized and maintainable. Understanding how ES modules work will help you become a better JavaScript developer. In t...
β€1
ββSince the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, and may not end anytime soon. What we often overlook in these debates is that every programming language and platform is criticized based on certain issues, which are created by how we use the platform.
β± 7 minutes read
#NodeJS
β± 7 minutes read
#NodeJS
Medium
9 Common Mistakes Node.js Developers Make
Since the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, andβ¦
ββJavaScript is the most commonly used programming language in the developer community. Node.js has extended the capabilities of JavaScript to the server-side, empowering developers to build an entire application using a single programming language and thus simplifying coding and maintenance.
β± 8 minutes read
#NodeJS
β± 8 minutes read
#NodeJS
Medium
10 Best Node.js Framework in 2021
JavaScript is the most commonly used programming language in the developer community. Node.js has extended the capabilities of JavaScriptβ¦
ββRecently I started working in a new React codebase, here is a story of how I βcorrectedβ some hooks code and broke a feature in production.
β± 8 minutes read
#React
β± 8 minutes read
#React
Medium
How trip yourself up with React hooks and break production
Recently I started working in a new React codebase, here is a story of how I βcorrectedβ some hooks code and broke a feature in production
ββββA few months ago, I wrote an article based on optimizing React loading time, and most of the readersβ comments suggested trying Preact to get default optimization. So I decided to try Preact with the same app used for the previous article. Letβs first get an intro about Preact.
β± 4 minutes read
#React #Preact
β± 4 minutes read
#React #Preact
Medium
Donβt Optimize Your React App, Use Preact Instead
Preact offers performance optimization by default.
ββAt Vim weβre using TypeScript heavily and through our TypeScript journey Iβve found a few patterns that helps organise and improve types declarativity.
There are a few pain points Iβd like to discuss and offer some useful tricks and strategies to confront them
β± 7 minutes read
#TypeScript
There are a few pain points Iβd like to discuss and offer some useful tricks and strategies to confront them
β± 7 minutes read
#TypeScript
Medium
Writing Scalable Types in TypeScript
At Vim weβre using TypeScript heavily and through our TypeScript journey Iβve found a few patterns that helps organise and improve typesβ¦
ββThe architecture of Web 3.0 applications (or "DApps") are completely different from Web 2.0 applications. Take Medium, for example, a simple blogging site that lets users publish their own content and interact with content from others.
β± 5 minutes read
#Web3
β± 5 minutes read
#Web3
Preethikasireddy
The Architecture of a Web 3.0 application
The architecture of Web 3.0 applications are completely different from Web 2.0 applications. But all of thatβs changing.Blockchain technology has unlocked an exciting new direction for Web 3.0 applications. In this article, we're going to focus on what theβ¦
ββTypeScript has many features that weβre using on a regular basis or, to put in another way, too many features to keep in mind. Releases are pretty often. It means that new features are constantly arriving.
β± 10 minutes read
#TypeScript
β± 10 minutes read
#TypeScript
Medium
10 TypeScript features you might not be using yet or didn't understand
TypeScript has many features that weβre using on a regular basis or, to put in another way, too many features to keep in mind. Releases areβ¦