Year: 2022

Everything you need to know about programming

Programming is hard. I know, because I’ve been there. It’s easy to feel intimidated by the thought of learning how to program. But if you want to get into the world of coding, don’t give up! There are plenty of…

How to learn math fast in 6 steps?

What do you think? How much your life would be easier if you will know better maths? How easily you will predict some situations in life? Don’t think that you are not smart enough because it is not true. I…

How #100DaysOfCode has changed my life?

It was April 22, Friday, 2022. It seems that it will be the next typical day of my life. When I was scrolling on my Twitter account, I came across people who actually coded every day, just by tweeting about…

Linear Search vs Binary Search in Javascript | Algorithms

I am waiting for this moment for a long time and I am glad that eventually, I can write this post. I started to learn Algorithms some time ago, but until now I decided to put my knowledge here not…

10 Project Ideas to Practice Your Programming Skills (PART II)

As I promised, I come up with a list of completely new ideas for you. Today, we discover some ideas which are not only good for practising your programming skills, but also for making money. Let’s begin. App for creating…

25 Project Ideas to Practice Your Programming Skills (PART I)

Are you bored with diving into more tutorials and courses? Wanna try something new? I have an idea for building lots of applications which you can implement right away or just to be more ambitious and try to build the…

How To Build a Web Scraper?

Before we dive into building a Web Scraper that allows us to find the right jobs, first we need to understand that not every website can do something like this. Now, we can ask: Is web scraping legal? And now…

Learning by mistakes? How do I deal with it? | #100DaysOfCode

Have you ever learned something and felt that every step you make is not perfect? You never be ready for doing something right 100%. That sounds obvious, but anyway I am that kind of person who still wants to learn…

How to return a list of numbers of the power of 2 in Python?

Today is the day when I should solve the next problem of the Project Euler Challenge, but I decided to change my plan and consider the problem how to search a number in a list of numbers of the power…

How To Find The Largest Prime Factor Of A Number in Python? | Project Euler

In the article, we will consider how exactly to find the largest prime factor of a number in python. So, if you ever wondering how exactly really quickly find this number using a programming language or solving the 3rd problem…