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