luccithedev.hashnode.devGetting Started with SQL Using SQL Server Management StudioStructured Query Language (SQL) is the backbone of data management in most modern applications. But what exactly is SQL? Why is it so important? And how can you, as a beginner, use it to build your own databases? Imagine you have a toy box where each...Jul 3, 2025·5 min read
luccithedev.hashnode.devDeep Dive into Functional Programming in JavaScript: Higher Order Functions and ImmutabilityFunctional programming has gained significant traction in the JavaScript world. Well Known for improving readability, reducing bugs, and making code more predictable, functional programming centers around pure functions, immutability, and avoiding sh...Aug 24, 2024·5 min read
luccithedev.hashnode.devStreamlining React Development with MobX for State ManagementWhen it comes to React development, managing state can feel like juggling a dozen spinning plates—add a new feature, and suddenly your simple setup is feeling more like spaghetti code. If you’re looking for a state management solution that’s simpler ...Jun 12, 2024·6 min read