alex fazio on X: "How to Build an LLM Chat App: The New Litmus Test for Junior Devs" / X

backend
Migrating in-place from PostgreSQL to MySQL
Migrating in-place from PostgreSQL to MySQL Alex Toumazis, Software Engineer Oct 7, 2024 The Yelp Reservations service (yelp_res) is the service that powers reservations on Yelp. It was acquired along...
A Map of Sync
We can categorize sync platforms across nine dimensions: data size, data update rate, the structure of the data, input latency, offline support, numbe...
27.6% of the Top 10 Million Sites are Dead
The internet, in many ways, has a memory. From archived versions of old websites to search engine caches, there’s often a way to dig into…
How we shrunk our Javascript monorepo git size by 94%
We really did this! We work in a very large Javascript monorepo at Microsoft we colloquially call 1JS. Using some new changes to the git client it went from 178GB to 5GB.
Multithreading with Worker Threads in Node.js | AppSignal Blog
We'll dive into multithreading in Node and discuss some potential pitfalls.
It's a Jungle Out There: What's Really Going on Inside Your Node_Modules Folder, Feross Aboukhadijeh
Node Congress 2022 #NodeCongress #Node #GitNationWebsite – https://nodecongress.com/Follow the link to watch the full version of all the conference talks, Qn...
Node.js — Security Best Practices
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Tao of Node - Design, Architecture & Best Practices
One of the main benefits of JavaScript is that it runs both in the browser and the server. As an engineer you need to master a single language and your skills…
Multi-Factor Authentication (MFA) with Redis Cache and OTP
Want to implement Multi-Factor Authentication (MFA)? Follow this tutorial to implement MFA using Redis Cache and OTP in your applications.
Email Address Regular Expression That 99.99% Works.
Almost perfect email address regular expression. Just copy and paste for a language of your choice. Feel free to contribute!
Rafael Gonzaga - Home
Tech insights on Performance, Security and Node.js from Rafael Gonzaga, Node.js TSC member
Anton Zhiyanov
Everything about Go, SQL, and software in general.
AWS Architecture Blog
Best practices for REST API security: Authentication and authorization - Stack Overflow
Security Best Practices for Express in Production