Javascript
Javascript Blogs.
The Evolution of Programming Languages - How Did We End Up Here?
A concise journey through the evolution of programming languages, exploring how and why we arrived at modern architectures.
Deploying NodeJS server in EC2 with Free SSL certificate
Learn how to deploy a NodeJS server in AWS EC2 with a free SSL certificate and Nginx reverse proxy. This step-by-step guide will help you set up your server, install NodeJS, and configure Nginx to serve your NodeJS app over HTTPS. By the end, you'll have a secure and scalable NodeJS server running in the cloud. Let's get started!
Introduction to TypeScript Namespaces
Learn how to use TypeScript namespaces to organize your code and avoid naming conflicts.
Chrome is adding `window.ai` — a Gemini Nano AI model right inside your browser.
Chrome is adding a window.ai API which is a Gemini Nano AI model which is right inside of your browser. If you don't know this about AI, running things services through chat GPT is expensive. But how about running it locally? It's free and has super-low latency.