Skip to content

Programming & Web Development Blog

Exploring web technologies, sharing code, and documenting my journey as a developer.

Featured Projects

Featured Articles

Running my projects – GitHub and Cloudflare

By JWeb

For a while, I ran my projects locally and shared them with colleagues. When this wasn’t always practical, I hosted the code on git repositories, so others could download and run everything themselves—sometimes even providing Docker containers for easier setup. But what about people who wanted to see my projects in action, without tinkering with … Continued

Locating Missing Dockerfile

By JWeb

Can’t find Dockerfile even though it’s there? I was using VS Code to create dockerfiles and used the common “Dockerfile” name so that I can use the simply “docker build” command. Even though I didn’t specify it, VS Code added a “.dockerfile” extension. So Docker found “Dockerfile.dockerfile” instead of “Dockerfile”. Using the -f option worked, … Continued

Bootstrap Modal not updating on React app

By JWeb

Using Bootstrap 5.3 and its modal component to create a modal that will pop-up when a user clicks a button, I couldn’t get it to update its content when other buttons were pushed. My mistake? Didn’t change the data-bs-target and modal id. Using React, I created a component that uses Bootstrap’s Modal component: A button … Continued

About This Blog

Welcome to my programming and web development blog! I enjoy exploring new technologies, sharing code solutions, and documenting my journey as a developer.

Here you'll find articles about web development, programming tips, project showcases, and more.

Let's Connect

Feel free to reach out for collaborations or just to say hi!