Eneas Lari

Embrace curiosity taking risks and allow yourself to make mistakes!

Blog | EneasLari

Features, Labels, Inputs, and Outputs
16/7/2026

Can we estimate what a house will sell for? Can we tell whether a customer is likely to cancel a subscription? Can we identify a defective product before it leaves the factory?

How Machines Learn From Data
16/7/2026

Computers are often described as machines that follow instructions. In traditional programming, a developer writes rules that tell a computer exactly what to do. For example, a programmer might create a rule stating that an email should be marked as spam when it contains certain suspicious words.

AI, Machine Learning, Deep Learning, and Generative AI
30/6/2026

Artificial intelligence can sound like a giant robot brain hiding behind a glowing screen. People talk about AI, machine learning, deep learning, neural networks, generative AI, large language models, computer vision, and natural language processing as if they are all the same thing.

From JavaScript to TypeScript: A Practical Guide for Developers Making the Switch
30/6/2026

JavaScript is one of the most important languages in modern software development. It runs in the browser, powers backend services with Node.js and Bun, and is used everywhere from small websites to large-scale applications.

From Idea to Live Landing Page: Build a Node.js MVP and Publish It on a VPS
27/6/2026

Learn how to turn a product idea into a live Node.js landing page MVP with a subscriber form, SQLite database, admin export, VPS deployment, Caddy reverse proxy, and HTTPS.

Build a Modern Node.js API Without Overengineering It
27/6/2026

Learn how to build a clean, modern Node.js backend API using Fastify, TypeScript, Zod, MongoDB, Mongoose, and Docker. Simple enough to understand, structured enough to grow.

What Is Artificial Intelligence?
22/6/2026

Artificial intelligence, or AI, is one of those terms people hear everywhere, but it can sound more complicated than it really is.

Create a Peer-to-Peer Chat App with WebRTC
19/6/2026

In this tutorial, we will build a simple peer-to-peer chat app using **WebRTC** and **Socket.IO**. The idea is simple: two users open the same page, join the same room, connect directly through WebRTC, and then send messages to each other using a **data channel**.

The Pomodoro Technique: How I Learned to Focus as a Programmer, One Tomato at a Time
19/6/2026

A personal and practical guide to using the Pomodoro Technique as a programmer. This article explains how working in short, focused sessions can help reduce distractions, improve concentration, make complex coding tasks feel manageable, and turn productivity into a simple, motivating habit.

How to Back Up Docker Volumes Automatically on a Server
27/3/2026

A detailed guide to setting up automatic Docker volume backups with shell scripts and cron, including safer MongoDB backups with mongodump, backup rotation, restore steps, and practical advice for protecting both database and uploaded files.