โโ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
โโ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โฆ