How to create a story game with Javascript Creating an interactive fiction or a text-adventure game using Twine and sometimes Javascript.
Next.js vs. React: what should you use? React is a tool for building a front end. Next.js serves the same purpose. However, both instruments offer a slightly different set of features. More precisely, Next.js gives you more than React. But it doesn't mean you should choose it every time. See also why I use Next.
Why do I use Next.js in my projects It simplifies development workflow, provides many built-in solutions and optimizations, simply put. Next.js is a React framework that employs the latter to make a developer's life easier when creating web apps. How did I develop web apps/websites before It's sort of a retrospective on how things were before
Implementing push notifications with Firebase for Javascript apps A tutorial on implementing Firebase web push notifications for React, Next.js, Node.js, Javascript apps.
How to do text classification with Javascript Text classification and machine learning with Javascript: Natural.js, Brain.js, TensorFlow.js.
Typescript tutorial for Javascript developers Learn Typescript to write maintainable code. Javascript is fast to prototype, but that's not all we want. Let's learn how to write type-safe code.
Javascript functions and why do we need them? This article demystifies an idea of programming functions. Also, we'll talk about functions in Javascript. Why do we need functions? Have you needed to calculate something? For example, how much money do you need to buy 10 apples. It's easy, right? We know that one apple costs $1(not a
A guide on how to easily learn Javascript I'm writing this article to uncover some myths, truths, beliefs, and doubts. Being a newbie in a new domain is difficult. When starting coding it's not obvious what path you should take. There is a huge amount of technologies and even more articles (mis)directing you. So what path you
Where to start programming The "start here" article for people who think of starting a coding career. The article covers questions such as what do programmers do in their work, what web apps are, how to start learning coding.
Fruitful resources to improve Javascript knowledge 11 resources for Javascript developers to improve their knowledge.