PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

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

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

State & DOM Manipulation with AlpineJS

In my previous post I introduced this great lightweight JavaScript framework - AlpineJS. You can read about it [here](https://devdojo.com/semirteskeredzic/fancy-a-modern-alternative-to-jquer...

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

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

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

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](https://strapi.io/). As per Strapi.io: > Strapi...

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

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

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

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](https://nginx.com): > Nginx is open source...

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

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

Get to know Redux in 2021

![Red Orange Abstract Modern Shapes General Twitch Banner.jpg](https://cdn.devdojo.com/images/may2021/Red%20Orange%20Abstract%20Modern%20Shapes%20General%20Twitch%20Banner.jpg) Redux is som...