
Hi, my name is Maxim Maeder, I am a young programming enthusiast looking to have fun coding and teaching you some things about programming.
Feel Free to copy code displayed in any article at any time, just hover over the code and left-click!
print("Copy Me")


Keep in mind I am new to Word Press and Blogging this means that some things might not work, but i hope that you will have a great time either way!
Sometimes I make games with the godot game engine. Its a really fun alternative to technical programming. My Games are hosted on itch.io.


Have fun and kind regards, Maxim Maeder
-
Conway’s Game of Life with JavaScript
ReadLet’s implement Conway’s Game of Life as an interactive Website using JavaScript, HTML and CSS.
-
All Edge Dev Tool Panels
ReadLet’s take a quick look at every Dev Tool Panel / Tool in Microsoft Edge.
-
Infinite Scrolling Website with JavaScript
ReadLearn how to make an infinitely scrolling website with JavaScript, HTML, and CSS. Learn about the Intersection Observer API.
-
How to make a Chrome Extension
ReadLearn how to make Extensions for Chromium-based browsers.
-
How to set up and configure the Tailwind Framework.
ReadTailwind is pretty awesome; with this CSS Framework, one can write utility classes like p-4 or cursor-pointer, and thanks to its bundler, it will only give you the classes you have used.
-
DOM Creation Function with JavaScript
ReadLet’s make a function that makes it easy for us to create DOM and get references to certain elements with JavaScript.
-
Advanced Form Modal with JavaScript
ReadBuild a function that spawns an Advanced Modal with a form that will return a promise and the Data in the form.
-
Product Tour with JavaScript and SCSS
ReadLearn how to make a Product Tour with JavaScript to showcase the features of a Website to your Users.
-
Godot Platformer Character with Wall jumping
ReadLearn how to make a platformer character in Godot that also has wall jumping.
-
File Explorer with Vue.js
Readlet’s make a small JSON-based File Explorer with vue.js, Learn about methods, computed properties, and other awesome things you can do with vue.
-
Awesome Tools and Websites
ReadThis Articles holds Links to Tools and Websites that have proven to be very useful, atleast for me, and I want to share them here.