naura.hashnode.devMultiple backgrounds using CSSRecently I had the opportunity to participate in a Pre-Hackathon challenge to recreate a pixel-perfect design. It was no joke, to say the least, a lot was going on in the design and I also had to add animations to give it that extra wow factor 馃挮馃ぉ. ...Oct 27, 2023路3 min read
naura.hashnode.devBinding Input Value Using SvelteSvelte has so many perks that make working with it so easy and fast. One of the best parts of working with Svelte so far for me is bindings, yes input bindings are what I am talking about **inserts dancing emoji. What are Bindings in Svelte? So first...Sep 24, 2023路2 min read
naura.hashnode.devSvelte: Embracing the Elegance of a Better FrameworkSo, I had this interview not long ago, I had an engaging conversation with the CTO who expressed their plans to migrate their application from React to Svelte. Admittedly, I had limited knowledge about Svelte before that chat, but I got curious after...Jul 26, 2023路3 min read
naura.hashnode.devFrom Front-end to Full-stack web applicationAs a developer, you have an idea, what do you do? You developed said idea right? So let's get to it, In this article, I'll share my experience on building a web application initially as a front-end project but realizing later on it would be better su...Oct 7, 2022路5 min read
naura.hashnode.devHow to Pass className to Styled-Components in ReactIn this article, we discuss how to use className with styled-components. Styled-components is a CSS in JS library, which allows you to write CSS styles in ES6 template literals. If you are not familiar with styled-components, you can learn the basics...Sep 16, 2022路3 min read