Sell your side projectsGot a side project you’re proud of but don’t know what to do with it? Maybe it’s time to let someone else take it to the next level. We’re launching a new platform called Acquireside where you can buy and sell unique side projects. It’s super easy t...Jul 11, 2024·1 min read
I took my side project from $0 to $200+ in 4 daysSo This is the story of how my side project which is basically a Next.Js SaaS Boilerplate Indiespace, got from $0 to $200 in 4 days without any social media presence. The Idea: I have been working on this project for the last 1 and a half months, The...Nov 21, 2023·3 min read
Leveraging Array Methods the Right Way in JavaScriptIn JavaScript, methods like map, filter, concat, and reduce are "pure" – meaning they don't change the original array. Instead, they produce a new array based on the logic you supply. For instance, when you do: xs.map(x => x.prop); The original arra...Sep 19, 2023·1 min read
What is the difference between an Element and a Component?Imagine you're building a house using building blocks. In this scenario: Element: An element is like a single brick. It's the smallest building block in React, representing a part of your user interface. Elements are lightweight and immutable. They d...Aug 30, 2023·1 min read
What is JavaScript XML?Imagine you're a chef creating a recipe card for a delicious cake using two different languages: JavaScript and HTML. JavaScript: This is the language you use to define the logic and behavior of your recipe. It's like the ingredients and instructions...Aug 29, 2023·2 min read
The Power of Design Systems: Streamlining UI Development with Figma and ReactDesign systems are a game-changer for UI development. Let's explore how to harness the power of Figma and React to streamline your UI development process and build consistent, scalable interfaces! 🎨 Tip 1: Designing with Figma ComponentsUtilize Figm...Jun 10, 2023·2 min read
Web development: expectation vs realityWeb development, like any other field, can have a gap between expectation and reality. Here are a few common examples: Expectation: I can learn web development quickly and easily. Reality: Web development involves a complex set of skills, and it ca...Dec 4, 2022·1 min read