openreplay.hashnode.devA Beginner's Guide to Monorepos"Monorepo" has been known as one of those buzzwords you say in a technical gathering that makes you look smart because it sounds so complicated. This article will explore monorepos, their features, their advantages, the potential challenges you may f...May 5, 2023·6 min read
complexlity.hashnode.devThe Cipher ChallengeAngelHack is a global innovation organization, founded on the idea of bringing creators together. Companies from all over the world have chosen them as their partner to engage developers with their technologies through hackathons and events. AngelHac...Apr 24, 2023·7 min read
openreplay.hashnode.devFive CSS ways of centering a child in its parentCentering text content or divs (or any other block content) horizontally and vertically is one of the problems every front-end developer faces in the early stages of their learning. In this article, we will explore five unique ways to do so and recom...Apr 17, 2023·7 min read
openreplay.hashnode.devBuilding Mobile Touch Slider using SwiperJsBuilding sliders, as complex as it is, gets more complicated when you factor in mobile compatibility due to the vast difference in the touch mechanics of mobile devices compared to keyboard and mouse click styles on desktops. This is why the SwiperJs...Apr 2, 2023·6 min read
openreplay.hashnode.devTheming With Tailwind CSSAs accessibility becomes increasingly important, having at least an extra theme (mostly dark) on a web page has become necessary. In this article, I will show how to create multiple themes in a Tailwind CSS application and create switches to toggle t...Mar 28, 2023·8 min read