My Blog
Mostly whatever is on my mind mixed with web development tips and tricks.
User online presence with PubNub
14 November, 2020PubNub offers a variety of APIs for chat, notifications, geolocations, ... Today we are going to take a look at user online presence in real-time in React.
> Read More...Arrays And Methods in Javascript
21 September, 2020Did you know arrays are objects in Javascript? In this blog, we dive deep into arrays and methods. We look at mutating arrays, pointers, and much more...
> Read More...Cookies: what, why and how?
30 August, 2020Cookies are extremely important when it comes to web applications. Here you will learn what they are, how to create cookies, advantages, disadvantages, alternatives, and some restrictions.
> Read More...Your First React Projects
03 August, 2020React is not the easiest thing to learn as a beginner developer and it does take some time and a lot of patience to really grasp it. Your first projects should be simple to really understand what’s happening. So here are some of my recommendations.
> Read More...Become a Sass Master
19 July, 2020Sass is an amazing tool that helps you write CSS in a cleaner and simpler way. In this blog I am going to show you how to get started.
> Read More...