Eddie Gulay

Eddie Gulay @eddiegulay

About: Software Engineer

Location:
Dar Es Salaam, Tanzania
Joined:
Sep 16, 2023

Eddie Gulay
articles - 20 total

How to Transform Jupyter Notebook into a Maintainable AI Project

A Python package named modinit that facilitates the rapid scaffolding of AI model training...

Learn More 0 0May 16

Fed Up with Docker? Here, Uninstall It Completely (No Coming Back!)

Docker is a fantastic tool... until it isn’t. Maybe you're tired of mysterious container issues,...

Learn More 14 9Feb 26

Writing clear, concise, and meaningful commit messages is key to maintaining a well-documented Git history. Here’s a practical guide to writing great Git commit messages.

Writing clear, concise, and meaningful commit messages for a...

Learn More 0 0Jan 29

Writing clear, concise, and meaningful commit messages for a well-documented Git history

Let’s Talk About Writing Commit Messages That Actually Make Sense Commit messages might...

Learn More 5 1Jan 29

Moving flask app to production.

Deploying Flask App in Digital Ocean Droplet Eddie Gulay...

Learn More 1 0Jan 16

Deploying Flask App in Digital Ocean Droplet

Recently, I read a blog post about customizing APIs from Gemini Models, but when I tried following...

Learn More 2 1Jan 16

Enhancing your web app's search with OctoPalm.js—a lightweight JavaScript library offering real-time, customizable search functionality. Features include animated results, emoji support, and cross-browser compatibility.

OctoPalm.js || JavaScript library to add real-time,...

Learn More 1 0Jan 9

Building OpenCV 4.10.0 with GUI Support in WSL

If you’re working with OpenCV on WSL and hit the infamous cv2.error stating GUI: NONE, you’ve...

Learn More 3 0Dec 29 '24

Secure Text Encryption and Decryption with Vanilla JavaScript

In today’s digital age, securing sensitive information like API keys, passwords, and user data is...

Learn More 5 0Dec 3 '24

Creating a Dynamic Navigation Script for Active State and Expandable Menus

When building a dynamic web application, the user interface (UI) needs to offer an intuitive...

Learn More 0 0Nov 6 '24

OctoPalm.js || JavaScript library to add real-time, customizable search to your web applications.

OctoPalm.js OctoPalm.js is a lightweight JavaScript library designed to add real-time,...

Learn More 2 4Sep 19 '24

Postgres, FATAL: Peer authentication failed for user

The error FATAL: Peer authentication failed for user "db_user" indicates that PostgreSQL is trying to...

Learn More 8 0Sep 1 '24

Onboarding with posgress

Getting started with PostgreSQL is straightforward. Here’s a step-by-step guide to help you set up...

Learn More 2 2Sep 1 '24

Mastering C++: Naming Standards for Variables

When diving into C++, one of the first things you'll encounter is the need to name variables and...

Learn More 3 2Aug 30 '24

The dockerfile 🗄️

The Dockerfile is at the heart of Docker image creation. It is a text file that contains a series of...

Learn More 7 0Aug 19 '24

Docker Installation Log for WSL 2 on Windows

I just started to learn about docker and i thought it will be a good idea to document the process. So...

Learn More 1 0Aug 19 '24

Displaying Animated In Android Alerts with alerter.

Alerter 🔔 Alerter is an open-source Android alerting library developed by Tapadoo source:...

Learn More 1 0Aug 2 '24

Using Association Rules for Recommendation

1. Introduction What is this about 💡 This is a short guide on building a...

Learn More 5 0Aug 2 '24

Weird background using Material 1.1.0 and Navigation component

Solving the BottomNavigationView Background Issue in Material Design If you've been...

Learn More 0 0Jul 27 '24

Setting Up CI/CD with GitHub Actions on Shared Hosting cPanel

A Comprehensive Guide Deploying web applications on shared hosting platforms like cPanel...

Learn More 27 0Jul 20 '24