
Twitch WordPress Theme
By JWeb
Building a theme that connects to a twitch profile.
Exploring web technologies, sharing code, and documenting my journey as a developer.
By JWeb
Building a theme that connects to a twitch profile.
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
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
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
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.
Feel free to reach out for collaborations or just to say hi!