Semir Teskeredzic

@semirteskeredzic

605 Points 2 Followers

15 Posts

0 Answers

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

Semir Teskeredzic · 2 years ago

HTML Tips & Tricks 1/2

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...
5

Semir Teskeredzic · 2 years ago

Middleware Functions

Hello all, in this post I will go through middleware functions, like the one used in NodeJS with ExpressJS. So let's start. Middleware is the code that runs on server between receiving a req...

Semir Teskeredzic · 2 years ago

State & DOM Manipulation with AlpineJS

In my previous post I introduced this great lightweight JavaScript framework - AlpineJS. You can read about it here. In this post I will go through some of the concepts that AlpineJS uses fo...
6

Semir Teskeredzic · 2 years ago

Fancy a modern alternative to jQuery? Meet AlpineJS

Couple of days ago I stumbled upon a great video from Fireship on YouTube. It was about creating a same todo app in 9 JS frameworks and in vanilla JS. In my opinion it is a piece worth watch...
4

Semir Teskeredzic · 2 years ago

Spread Syntax ( ... )

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 f...

Semir Teskeredzic · 2 years ago

A bit about Arrow Functions

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...
6

Semir Teskeredzic · 2 years ago

Building a Blog with React, Strapi & GraphQL - Create Post & Display it in Frontend

Hey there, this is the second part of the mini series in Building an app with React, Strapi, and GraphQL. In the first part that you can find here, we went through first steps in prepping th...
1

Semir Teskeredzic · 2 years ago

Building an app with React, Strapi & Apollo GraphQL

I have to say I fell in love with Strapi from the day I found it. For all of those who never heard of Strapi be sure to checkout Strapi.io. As per Strapi.io: Strapi is the leading open-sour...
7

Semir Teskeredzic · 2 years ago

Add Notifications to your React application

Proper notifications are crucial for functional UI. Imagine you are using one of many web applications and you enter a wrong password or any kind of input just to see that nothing happens an...
3

Semir Teskeredzic · 2 years ago

Create Forms with Formik and Firebase

Whatever is the application you are building, the data is in the heart of it. In this post I will go through building a simple but functional form with Formik and storing the data to Firebas...
6

Semir Teskeredzic · 2 years ago

Create a Private Docker Registry

Dockerized applications and automated pipelines mean that you will eventually need a docker registry sooner or later. What is a Docker Registry? It is essentially a place where you store Doc...
5

Semir Teskeredzic · 2 years ago

Install Nginx on Ubuntu 20.04 Server

Welcome to the short guide on how to install Nginx on your server running Ubuntu 20.04. A bit about Nginx So what is Nginx? As per nginx.com: Nginx is open source software for web serving,...
4

Semir Teskeredzic · 2 years ago

Docker & Docker-compose on Ubuntu 20.04 Server

Docker is a powerful application that lets you run your applications in a contained environment so everything that happens is (more or less) isolated through the use of Containers. It is how...
4

Semir Teskeredzic · 2 years ago

Configure your Server running Ubuntu 20.04

Probably all server related work will require you to have properly configured server as a prerequisite. Servers that run Ubuntu are widely used so I will go through several necessary steps n...
5

Semir Teskeredzic · 2 years ago

Get to know Redux in 2021

Redux is something you really need to know if you are going to do anything professionally with JS and especially React. For some time it seemed quite complex with a lot of boilerplate so I...
3

Loading More Content