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
When developing, I often need rapid prototypes of database applications, for example, to test code or to create an MVP. Of course, I would like such a prototype to require minimal effort to refine, in case it is decided to use it in production.
⏱ 5 minutes read
#database
⏱ 5 minutes read
#database
DEV Community
Distributed storage in 30 minutes
Author: Igor Zolotarev Hello, my name is Igor, and I am a part of the Tarantool DB team. When...
Recruiters be like:
We're looking for someone who can connect to the database using CSS.
⏱ 5 minutes read
#CSS
We're looking for someone who can connect to the database using CSS.
⏱ 5 minutes read
#CSS
Leemeichin
Yes, I can connect to a DB in CSS
I have used react for the last 5 years, and below are the question that came in late as per the understanding.
⏱ 3 minutes read
#React
⏱ 3 minutes read
#React
Medium
Do you really know React? #InterviewQuestions
Ask yourself these questions and understand what’s going on under the hood with React?
The most significant problem of a code review is asynchronous ping-pong of quite difficult questions/answers. This is inefficient, but also makes people frustrated.
⏱ 4 minutes
#Software
⏱ 4 minutes
#Software
Medium
Don’t do Code Review, try Mob instead
Code review is quite common practice, and for many years I thought it is great, but hen I experienced mob programming.
For along of my dev career I tried to ease my every day routine. I tried lots of tools and apps, different approaches that I found in numerous articles and sources. Not all of them were really useful. Some of them made my routine even more time consuming
⏱ 7 minutes read
#MacOS #Productivity
⏱ 7 minutes read
#MacOS #Productivity
Medium
macOS Tools and Apps for Development in 2022
For along of my dev career I tried to ease my every day routine. I tried lots of tools and apps, different approaches that I found in…
This article contains code snippets hand-picked by sterilized contamination-free gloves and placed onto a satin pillow.
⏱ 4 minutes read
#JavaScript
⏱ 4 minutes read
#JavaScript
Medium
7 Killer One-Liners in JavaScript
Want to polish up your JavaScript Skills? Check out the One-Liners that can drastically help you out in your next project!