Ramo Mujagic

Ramo Mujagic @rmmgc

About: Software Engineer mainly working with JavaScript on Web and Mobile based applications

Location:
Linz, Austria
Joined:
Nov 6, 2022

Ramo Mujagic
articles - 11 total

How to setup Deep Links for Android applications

Deep links are special URIs that take users directly to specific content within a mobile app, rather...

Learn More 4 0Jun 9 '24

Visualize Bubble Sort Algorithm using SVG

I was playing around with some SVG (Scalable Vector Graphics) for some time and wanted to make a...

Learn More 0 0Oct 9 '23

Everything you need to know about JSON Web Token

Ready to read about JSON Web Token so much that it becomes boring? Well, me neither, but here we...

Learn More 1 0Sep 5 '23

Create text change hover effect with JavaScript

I stumbled upon one website that had this hover effect where the original text would change to some...

Learn More 3 0Mar 21 '23

Mastering the Mysteries of JavaScript Scopes

While writing your programs in JavaScript you will quickly get familiar with creating variables and...

Learn More 1 0Feb 22 '23

Bulk install VS Code extensions

If you are reading this, you probably already know what VS Code and VS Code extensions are. Usual way...

Learn More 4 0Jan 16 '23

VS Code extensions I always use

If you are working with JS, chances are that you are already using VS Code. It is the most popular...

Learn More 49 7Dec 19 '22

Understanding equality in JavaScript

We have all been there… You compare two values using ==, receive a totally unexpected result and...

Learn More 6 2Nov 28 '22

Quick introduction to SSH

First of all, you might ask yourself, what is SSH? Well, in short, SSH stands for Secure Shell. It...

Learn More 11 0Nov 18 '22

React hooks: useMemo

If you are working with React, you have probably heard about the term useMemo. In a nutshell, useMemo...

Learn More 4 0Nov 11 '22

Configuring macOS command line

If you are serious about doing any kind of development work, it is really important to have an easy...

Learn More 2 0Nov 7 '22