
Semir Teskeredzic
@semirteskeredzic
JS/React fav, loving MERN & Jamstack, managing projects and trying to devOps. Cover credit: Photo by Markus Spiske from Pexels


HTML Tips & Tricks 1/2
Written by Semir Teskeredzic
Hi all, HTML is a backbone for displaying elements on the web. I will share some tips and tricks that I've gathered on the web and that sound quite useful to be used in your next or existing...


Spread Syntax ( ... )
Written by Semir Teskeredzic
MDN Web docs state following for the spread syntax: > Spread syntax (...) allows an iterable such as an array expression or string to be expanded in places where zero or more arguments (for...


A bit about Arrow Functions
Written by Semir Teskeredzic
Not so long ago, you were happily writing your UI component in React, coding an onChange handler just to see it doesn't work. After couple of minutes you remember that you forgot to bind it...


Get to know Redux in 2021
Written by Semir Teskeredzic
 Redux is som...