๐Ÿค– Coding News โšก๏ธ
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming ๐Ÿ’ป

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics ๐Ÿ’ฅ

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
Download Telegram
โ€‹โ€‹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
โ€‹โ€‹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
โ€‹โ€‹โ€‹โ€‹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
โ€‹โ€‹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
โ€‹โ€‹Build a bot that takes the funds out of an account every time it receives ether

โฑ 5 minutes read

#NodeJS #Web3
โ€‹โ€‹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
โ€‹โ€‹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
โ€‹โ€‹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
โ€‹โ€‹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
โ€‹โ€‹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
โ€‹โ€‹Recruiters be like:

We're looking for someone who can connect to the database using CSS.

โฑ 5 minutes read

#CSS
โ€‹โ€‹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
โ€‹โ€‹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