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…
Vite (French word for “quick”, pronounced /vit/, like “veet”) is a build tool that aims to provide a faster and leaner development experience for modern web projects.
⏱ 7 minutes read
#Bundlers #Vite
⏱ 7 minutes read
#Bundlers #Vite
Medium
Is It Time To Say Goodbye To Webpack?
Before we answer the big question, let's look at why we are even considering it.
Become a blockchain, solidity, and smart contract engineer by following these steps
⏱ 8 minutes read
#Web3 #Blockchain
⏱ 8 minutes read
#Web3 #Blockchain
Medium
How to Become a Blockchain Engineer
Become a blockchain, solidity, and smart contract engineer by following these steps
If you ever worked with an AJAX call, you are probably familiar with the following error displayed in browser console:
Failed to load https://example.com/: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://anfo.pl' is therefore not allowed access. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.
⏱ 5 minutes read
#CORS #browsers
Failed to load https://example.com/: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://anfo.pl' is therefore not allowed access. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.
⏱ 5 minutes read
#CORS #browsers
Medium
Understanding CORS
If you ever worked with an AJAX call, you are probably familiar with the following error displayed in browser console:
To give a bit of context, I am a Discord admin on a small server about development, and we recently got a report from one of our users that someone was trying to get him to download an EXE file.
⏱ 4 minutes read
#NodeJS #Malware
⏱ 4 minutes read
#NodeJS #Malware
Medium
How I reversed a NodeJS malware and found the author
To give a bit of context, I am a Discord admin on a small server about development, and we recently got a report from one of our users that…
Have you ever imagined getting fired on the first day of a job? I have seen it happen, and I have zero sympathies for the fired programmer. I am telling you the whole story.
⏱ 5 minutes read
#Career
⏱ 5 minutes read
#Career
Medium
My Company Has Fired a Programmer in the Fastest Time in History
And the reason was serious