Telegram Web
​​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
​​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
​​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
​​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
​​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
​​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
2025/07/05 13:57:15
Back to Top
HTML Embed Code: