🚀 Learn to code by playing a game: Full-Stack JavaScript Development Course 💪

Coderslang: Become a Software Engineer

  • Hey there 👋. If you want to learn to code, you’re in the right place.
  • To start learning from scratch I suggest the Full Stack JavaScript course
  • To improve your skills and prepare for the tech interview - a mobile app for iOS or Android
  • Below, you’ll find the links to contact me. And further, a list of interesting programming notes/articles. Feel free to send me a short message on Twitter, Telegram or a plain old email.
  • Let’s go 🚀 !

How to Format Code Snippets in Markdown

To make your code snippets look pretty you can use standard markdown formatting with backticks. This approach is commonly used in GitHub, Slack, Stack Overflow, Jira and many other websites for programmers....

January 21, 2023 · 1 min · Coderslang Master

From Novice to Pro: Beginners Guide to Web Development in 2023

If you’re looking to learn web development in 2023, you’ll definitely want to start with JavaScript. It’s the most popular programming language of the world and a de-facto standard for web development....

January 1, 2023 · 5 min · Coderslang Master

Event-driven programming in JS

Event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user input, sensor output, or messages from other programs or threads....

December 31, 2022 · 1 min · Coderslang Master

5 Best Linux Distros for Programming

There are many different Linux distributions (“distros”) available for download. But which one is best for programming? In this article, we will recommend five of the best Linux distros for programming and development purposes....

December 30, 2022 · 3 min · Coderslang Master

Discord CSS Colors

Discord colors are a great way to add some personality to your server. You can use them to change the color of your server list, usernames, messages, and more. Here’s a quick guide on how to use CSS colors in Discord....

December 29, 2022 · 2 min · Coderslang Master

Coding vs Programming

Coding and programming are often used interchangeably, but they are actually two different things. Coding is the process of translating computer instructions into a form a machine can understand. Programming is the process of designing a step by step plan that will achieve a specific goal....

December 28, 2022 · 1 min · Coderslang Master

Beginners guide to external CSS Stylesheets

CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in a markup language. A style sheet is a collection of rules that tells a web browser how to display a document written in HTML or XML....

December 27, 2022 · 2 min · Coderslang Master

Defer JavaScript Parsing

As website owners, we’re always looking for ways to optimize our sites to ensure that they load as quickly as possible. One way to do this is by deferring the parsing of JavaScript until it’s needed....

December 26, 2022 · 2 min · Coderslang Master

Programming Baofeng Radio

If you’re in the market for a two-way radio, chances are you’ve considered purchasing a Baofeng. Baofeng radios are incredibly popular because they’re inexpensive and offer features that are typically only found on more expensive radios....

December 25, 2022 · 4 min · Coderslang Master

CSS Strikethrough

If you’re looking to add a strikethrough effect to your text in CSS, there are a few different ways you can do it. The first way is to use the <del> tag....

December 24, 2022 · 2 min · Coderslang Master