Eneas Lari

Embrace curiosity taking risks and allow yourself to make mistakes!

Exploring Technologies

Overview of JavaScript Import and Export Methods
11/10/2024

In JavaScript, exports and imports allow you to share variables, functions, or classes between different files (modules).

Optimizing Unity Projects: Architectural Patterns and Best Practices for Scalable Game Development
2/10/2024

When developing a Unity project, selecting the right architecture is crucial for maintaining clean, scalable, and maintainable code.

How to update your npm packages
18/9/2024

Update your npm packages and ensure that the updated versions are reflected in your `package.json`

Create an SSR app using express , React and Vite
4/9/2024

Set up server-side rendering (SSR) with React, Vite for the frontend, and Express for the backend using modern JavaScript

Turning Unfinished Game Prototypes into Success Stories
27/8/2024

Having multiple game prototypes can be a valuable asset. Here are several strategies to make the most out of your prototypes

A Step-by-Step Guide to Creating a Flow Chart for Your Indie Game Development
9/8/2024

Creating a flow chart for a game involves mapping out the structure, sequences, and decision points within the game.

Understanding Nginx: From Simple Concepts to Technical Details and Deploying securely with PM2 and Certbot
2/5/2024

Get to know Nginx! We'll start with a super simple explanation, then dig into how it helps websites handle lots of visitors smoothly. Whether you're just curious or need to speed up your site.

How to Install the Latest Node.js on Ubuntu 22.04: A Step-by-Step Guide
2/5/2024

Get Node.js up and running on Ubuntu 22.04 with our easy, step-by-step guide! Whether you're new to Node.js or an experienced developer, we'll show you how to use NodeSource's distributions for a hassle-free install. Plus, tips on troubleshooting common issues and managing versions with nvm. Get started today and boost your web projects with the latest Node.js features!

How to Install MongoDB on Ubuntu 22.04: Step-by-step
2/5/2024

How to Install MongoDB on Ubuntu 22.04: Step-by-step

Daily Habit Persistence for Programmers: Techniques for Consistent Coding Practice
11/12/2023

A habit tracker is an efficient tool for monitoring consistency in habits, valuable for programmers looking to enhance their coding discipline. It involves marking a calendar each day a specific habit, like coding, is practiced, creating a visual streak of consistency.

Load More