Detailed articles about coding with examples

Blog image

Intermediate

Learn Matter.js with examples - Basics of using a physics engine in JavaScript

Learning Matter.js with examples is the most fun way of learning what a physics engine is. A physics engine is used for simulating physics effects in apps.

Author: Nera Husarević

Read more
Blog image

Intermediate

Being IMPACT EdTech Winners Will Enable us Further Development of our Smart Classroom

As the first Impact EdTech winner from Slovenia we are very proud of our achievement. We were selected among the best high-tech solutions in the field of education (EdTech) in Europe for our smart cla

Author: Tomaž Cirman

Read more
Blog image

Intermediate

Skills for JavaScript game development

Acquiring skills for JavaScript game development will make you a great developer. And let's not forget that game development is fun to do.

Author: Nera Husarević

Read more
Blog image

Intermediate

Simple Tic-Tac-Toe JavaScript game for beginners

Tic-Tac-Toe JavaScript game is a simple example of games you can program in JavaScript. Game making is the most popular branch of programming. It is also an amazing way to learn the basics of a progra

Author: Nera Husarević

Read more
Blog image

Intermediate

What is an Object in JavaScript?

What is an Object in JavaScript? Objects in programming can be a combination of variables, functions, and data structures. They make code more readable.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to createElement in JavaScript? - How to modify HTML with JavaScript?

To make your website interactive you must learn to use createElement in JavaScript. This knowledge is a must when creating even the simplest websites.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to create JavaScript list filter and search for records (with example)

Take a look at how to create a javascript list filter and search your records. Not only do we explain the theory, but we also show you a perfect example.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to use loops in JavaScript

How to use loops in javaScript is fundamental knowledge in programming. Mastering loops in JavaScript can make our lives much easier.

Author: Miha Cirman

Read more
Blog image

Intermediate

What is JSON in JavaScript

What is JSON in JavaScript? JSON or JavaScript object notation is purely a data format, JSON contains only properties, no methods.

Author: Miha Cirman

Read more
Blog image

Intermediate

My first Flutter app

I build my first Flutter app to discover what Flutter is all about. And I like it so far! Discover all the basics with examples.

Author: Miha Cirman

Read more
Blog image

Intermediate

Contact form in JavaScript - example with validation

A contact form in JavaScript is very common. Take a look how to build your own Contact form (reading values, validation, and creating HTML input fields).

Author: Miha Cirman

Read more
Blog image

Intermediate

What is CSS - Web development basics

Learning what is CSS will give you the basics you need to master web development. Take a look and learn why it is so special and consequential.

Author: Žiga Triller

Read more
Blog image

Intermediate

How to Learn Web Development? - The practical approach

How to learn web development and you want to test your skills? Take a look at our challenges to see how much knowledge you already have.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to get a Web development job in 2021

Do you want a Web development job but don’t know where to start? Read our go to guide and start creating a game plan today!

Author: Žiga Triller

Read more
Blog image

Intermediate

What is HTML? - Web development basics

The simplest way to learn what is HTML is with Codebrainer. Become a master of Hypertext Markup Language with our online tutorial in no time.

Author: Žiga Triller

Read more
Blog image

Intermediate

What is JavaScript - Web development basics

JavaScript is the Programming Language for the Web. It can update and change both HTML and CSS, and it can calculate, manipulate and validate data.

Author: Miha Cirman

Read more
Blog image

Intermediate

Working from a coffee shop [THE ULTIMATE GUIDE 2019]

Read our Ultimate Guide for Working from a coffee shop for 2019 - after reading it you will want to become a freelancer immediately.

Author: Kiti Korošec Cirman

Read more
Blog image

Intermediate

Web Developer Skills in 2021

Start with the basic web developer skills to call yourself a Web developer. Let's get you on the way to become an excellent Web Programmer.

Author: Žiga Triller

Read more
Blog image

Intermediate

Running a Web server on Windows

Here we are going to take a look at how to run a local web server on Windows using the http server module.

Author: Žiga Triller

Read more
Blog image

Intermediate

Running a web server on a Mac

Here we are going to show you how to run a web server on your mac using Node JS.

Author: Žiga Triller

Read more
Blog image

Intermediate

Web Designers and Web Developers: Difference and Similarities

Web Designers and Web Developers have had this love-hate relationship for what seems like forever. In fact, it is rare to see a team of designers and a team of developers work hand-in-hand without hav

Author: Miha Cirman

Read more
Blog image

Intermediate

Learn How to Code to Become a Freelance Programmer

Check these TOP 10 reasons why freelance programming should be your career choice. 

Author: Miha Cirman

Read more
Blog image

Intermediate

Can anyone learn to code? | CodeBrainer

If you are asking yourself “Can anyone learn to code?”, the answer is definitely yes. Furthermore, you should ask yourself, why learn to code.

Author: Žiga Triller

Read more
Blog image

Intermediate

“Why should I learn JavaScript?”

The short answer is  - because only then will you know how the WEB really works  and it’s a great gateway language to programming. Let me tell you why we decided to create a JavaScript

Author: Žiga Triller

Read more
Blog image

Intermediate

Where the hack are bullets in HTML and why do we call them UL? And, what is LI?

This is one of our super fast lectures. We want to give you skills in the shortest time possible! We are here to teach you HTML essentials, so lets start.

Author: Miha Cirman

Read more
Blog image

Intermediate

Random number in JavaScript - Practical example

Take a look at how to generate a random number in JavaScript. Using a practical example, we are going to show you how you can use this very useful function.

Author: Miha Cirman

Read more
Blog image

Intermediate

Custom buttons in Android - 13 techniques to style your buttons

Custom buttons in Android, we show you 13 techniques to style your buttons.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to run an app in an Android Emulator

Using Android studio we will take a look at how we can test our Android app by running it in an Android emulator.  

Author: Miha Cirman

Read more
Blog image

Intermediate

How to become an Android developer - Android development basics

In this article we are going to talk about how to become an Android developer and what basic knowledge you have to master to become one. 

Author: Miha Cirman

Read more
Blog image

Intermediate

RecyclerView for Android Beginners - How to display data

RecyclerView is a component that displays data in different ways and is made with contemporary techniques to make scrolling as smooth as possible and to make development easier.

Author: Miha Cirman

Read more
Blog image

Intermediate

Android Studio Layout Editor for Beginners

Android Studio Layout Editor enables us to build layouts by dragging components onto the screen or editing a XML layout file.

Author: Miha Cirman

Read more
Blog image

Intermediate

Using SharedPreferences in Android to store data

Use SharedPreferences in Android if you want to store simple data like name, phone number, age, email, last opened screen... 

Author: Miha Cirman

Read more
Blog image

Intermediate

Login and Registration form in Android - Check is email valid and is EditText empty

Login and Registration form in Android and validation (is EditText empty and is the string email an email) are part of every app.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to make an Android app - Love Calculator

Here we will show you how to make an Android app by developing a simple Love Calculator that will also be fun to use and play with.

Author: Miha Cirman

Read more
Blog image

Intermediate

Prepare activity for RelativeLayout

In some of our examples we use RelativeLayout to setup activities or layouts. We do this to make it simpler to start a project and show a sample. If our sample is using RelativeLayout you can use this

Author: Miha Cirman

Read more
Blog image

Intermediate

How to start an Android studio project

Creating a new Android Studio project is very easy, but also very important. Take at our guide and follow these couple of simple steps.

Author: Miha Cirman

Read more
Blog image

Intermediate

How to export an Android Studio project and move it to another computer

We explain how to export an Android Studio project and move it to another computer. Instructions for beginners or anybody who started with Android Studio.

Author: Miha Cirman

Read more
Blog image

Intermediate

Basic HTML tags - Top 10 tags

We will take a look at the top 10 basic HTML tags. By mastering this 10 tags you will already be able to develop a basic yet nice website.

Author: Miha Cirman

Read more