Mehmed Duhovic

Mehmed Duhovic @bracikaa

About: A software developer/author based in Sarajevo, Bosnia and Herzegovina. Kinda interested in everything. Content writer at https://thedukh.com.

Location:
Sarajevo, Bosnia and Herzegovina
Joined:
Jul 7, 2020

Mehmed Duhovic
articles - 12 total

JavaScript – Function Declarations vs. Function Expressions

What are the differences between function declarations and function expressions? We'll find out in...

Learn More 0 0Jul 13 '21

CSS Gradients: An Introduction

This article will cover CSS gradients and take a took at some real-life uses for them. Most of the t...

Learn More 30 6May 14 '21

On CSS Shorthand Properties

Let us remind ourselves what we did in the last two articles. We created a cute card view consisting...

Learn More 6 0Apr 29 '21

CSS Inheritance in more detail

Let's take a look at the pen in the last article here. We notice that we set the font-family propert...

Learn More 7 0Apr 19 '21

How do CSS cascades work?

We need to know how the different CSS rules are applied to elements so that we can write clean, struc...

Learn More 15 0Apr 11 '21

JavaScript Sorting Algorithms: Quick Sort

Similarly to merge sort, quick sort utilizes recursion in order to sort elements. Similarly to merge...

Learn More 19 0Feb 28 '21

JavaScript Sorting Algorithms: Merge Sort

We are done with the basic sorting algorithms! Bubble Sort, Selection Sort and Insertion Sort were (I...

Learn More 14 0Feb 16 '21

JavaScript Sorting Algorithms: Insertion Sort

After talking a bit about Bubble Sort and Selection Sort we will mention yet another simple JavaScrip...

Learn More 13 0Feb 9 '21

What is the logarithmic runtime O(log(n))?

Originally written on thedukh. In mathematics, the logarithm is the inverse function to...

Learn More 11 0Jan 31 '21

What is Big O and why is it important?

Originally written on thedukh. Big O notation is a mathematical notation that describes...

Learn More 7 0Jan 17 '21

JavaScript Sorting Algorithms: Selection Sort

I've finished the uni - there is no way in hell I would still need data structures and algorithms, r...

Learn More 18 1Jan 2 '21

JavaScript Sorting Algorithms: Bubble Sort

You can read more posts on programming and tech on my blog. This series will be updated as soon as I...

Learn More 30 0Dec 27 '20