- Learn Matter.js with examples – physics engine for JavaScriptLearn Matter.js with examples. Using examples is the most fun way of learning what a physics engine is. A physics engine is used for simulating physics effects in apps. It is great for beginners, since it does not require advanced programming, while it still offers a variety of visually pleasing… Read More »Learn Matter.js with examples – physics engine for JavaScript
- What is JSON in JavaScript?What is JSON in JavaScript? JSON (JavaScript object notation) is purely a data format; in fact a JSON contains only properties, no methods. It is a very compact text-based format best suited for use with JavaScript. JSON is widely popular outside JavaScript as well, and is used with most modern… Read More »What is JSON in JavaScript?
- How to use loops in JavaScript?What are loops for anyway? With loops in JavaScript, we can repeat parts of code and control the flow of the programs. Most of the time this means that we repeat some kind of instructions for different cases. Imagine that we need to bake 20 cakes we would not have… Read More »How to use loops in JavaScript?
- How to Learn Web Development? – Become A Web Developer By Solving These 12 ChallengesHow do you learn web development? I started programming for the web really early. This means that I went through the whole evolution, from simple web pages with links and texts to modern websites with a lot of interactivity. For me, to learn web development meant that assignments had to… Read More »How to Learn Web Development? – Become A Web Developer By Solving These 12 Challenges
- Web Developer SkillsLike with every newly acquired knowledge, you have to build strong fundamentals. Here you will learn what basic knowledge you have to learn to become a web developer and if you already poses some web development knowledge, you will learn what is needed to become an excellent web developer. When… Read More »Web Developer Skills
- What is JavaScript – Web development basicsA lot of pages suggest learning JavaScript, but what is JavaScript? We get asked about JS (JavaScript) a lot at CodeBrainer, that is why we wanted to write a good description of JS so that all of our students would understand what is JavaScript and why should they learn it.… Read More »What is JavaScript – Web development basics
- What is CSS – Web development basicsBefore we dive into what is CSS, you should take a look at what is HTML. You should also know that HTML, CSS and JavaScript are the three pillars of Web development. In fact, if you want to cover the basich or learn web development, you should know how these… Read More »What is CSS – Web development basics
- How to createElement in JavaScript?It is important to know How to createElement in JavaScript, why? One of the most important things JavaScript does for us, is change HTML elements that the user sees. This means that we need to know how to create elements, how to modify elements. In this article, we show how… Read More »How to createElement in JavaScript?
- How to create JavaScript list filter and search?Creating a JavaScript list filter and searching for records is one of the fundamental skills for web developers. Filtering means that we make a list of records shorter, more adjusted to the user’s wishes, using some known values. Search means that we are using unknown search terms to find records… Read More »How to create JavaScript list filter and search?
- Contact form in JavaScript – example with validationContact form in JavaScript is one piece of websites that you will get to know as a web developer. This is a common place for users of a website to start a conversation with seller or author, company, freelancer…. We have a web development bootcamp, and at the end of… Read More »Contact form in JavaScript – example with validation
- What is HTML? – Web development basicsLet’s talk about what is HTML or should I say a 28-year-old programming language that shapes our lives each day. First of all, it is not a programming language; it is a markup language. 😀 What is a HyperText Markup markup language? We will get to that later. The short… Read More »What is HTML? – Web development basics
- Simple Tic-Tac-Toe JavaScript game for beginnersTic-Tac-Toe JavaScript game is a simple example of games you can program in JavaScript. Games can be developed with many programming languages, but the most popular for it are C++, JavaScript and C#. If you wish to learn while also having fun or just curing your boredom, creating a simple… Read More »Simple Tic-Tac-Toe JavaScript game for beginners
- Basic HTML tags – Top 10 tagsHere at CodeBrainer we get asked a lot about what are the best tags you should know when you start to learn HTML. Consequently, this is my short list of top basic HTML tags, that I use frequently. Furthermore, all the tags have a short description and an example, so… Read More »Basic HTML tags – Top 10 tags