
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
-
Sortable Table with JavaScript
ReadLearn how to make sortable tables with JavaScript. We utilize the map and filter methods of Arrays.
-
Shortcuts with JavaScript
ReadLearn how to make functions to set up keyboard shortcuts easily in JavaScript.
-
Calculator with History Function in HTML, CSS, and JavaScript.
ReadLearn how to make a simple calculator with a history function using web technologies.
-
Link Previews with JavaScript and PHP
ReadIn this short Tutorial, we will make it so the links of our page show a little preview window panel with Title and Description.
-
Split Container Web Component
Readlet us learn together how to make a custom HTML element with JavaScript by making a resizeable split container.
-
Markdown Inputs with HTML, CSS and JavaScript
ReadLearn how to make input and textarea tags that allow and show markdown. We find something similar to this in software from atlassian.
-
Display JSON with HTML, CSS, and Javascript
ReadLearn how to display nested JavaScript Objects (JSON) the same way the console in the developer tools does.
-
Tabs with HTML, SASS, and JS
ReadLearn how to make functional tabs for your website with HTML, Sass, and JavaScript.
-
Ripple Button with HTML, SASS, and JavaScript
ReadLearn how to make a button that has a ripple effect when you click it. We will use HTML, SASS and JavaScript.
-
Country Quiz with HTML, SASS, and JavaScript.
ReadLearn how to make a country quiz with HTML javascript and the CSS Pre-Processor SASS
-
Weather App with HTML, SASS, and JavaScript
ReadLearn how to make a Simple App showing Temperatures for the next seven days. We learn about SVG and API fetching
-
Accordion with HTML, CSS (SASS) and JavaScript.
ReadLearn how to make an Accordion with HTML, CSS (Sass), and a little bit of Javascript.