© 2023 Hashnode
#logic
Why Bother?? One of my favorite YouTubers is Sebastian Lague and recently he has been making a series on how computers work. I instantly was very intrigued and wanted to build a computer of my own. I …
{% for tag in product.tags %} {% if tag contains 'affiliate' %} {% assign isAffiliateProduct = true %} {% assign affiliateLink = tag | split: '_' | last %} {% endif %} {% endfor %} {% un…
let me tell you my story about when I started my journey in web development within three months I was able to solve more than 100 problems on Leetcode and 500+ problems on other platforms. Solving 100…
Development is hard. One of the challenges newcomers face when learning a programming language is the knowledge gap between them and the people they learn from. This becomes particularly apparent whe…
About half a year after I started my master's study in a new city (thus it was in 2015), I began attending special meetings that are called «career day», which were held in my university several times…
What exactly is the PREP Method? PREP is a mnemonic way to problem solve your coding issues/challenges. This type of thinking can help you break down the problem logically. Let's break down what PREP …
I have been there waiting and worrying about why the code is not working. And while working my way out to make it work, I came across the following things that needs attention. Go for syntax ( { ; V…
When you begin to program for the first time these things you need to know. You see something new. You see a new keyword, you see a new way of things worked out. Once you have seen it, it is unclear …
About My Project Who struggled with math and reading in school? I did! Aligned with my passion for EdTech, I wanted to create a game for kids to practice their math and reading comprehension skills. …
When there is a voltage across a wire inside a computer and it's carrying an electrical current, it represents a binary digit (1) else binary digit zero (0). Well, relax👋! I am not here to talk about…