KJKarani Johninkarani.hashnode.dev·Jan 15, 2024 · 3 min readSingleton PatternI was asked about a singleton in an interview and well, I didn't have an answer then. I call for a rematch now! Anyway, in this article I explain what is a singleton through a problem. A singleton is basically a design pattern. What even is a design ...00
KJKarani Johninkarani.hashnode.dev·Dec 5, 2023 · 2 min readstarting Laravel Sail.In essence, Laravel Sail is more than just a command-line interface (CLI). It acts as a bridge, liberating you from the intricacies of Docker and letting you focus on the core PHP-related tasks. Its user-friendly nature and robust support for various...00
KJKarani Johninkarani.hashnode.dev·Sep 8, 2023 · 7 min readWhy you should hire me!Hello, thank you for taking the time to take a look at me. I'm Karani and I used to consider myself anything. Data analyst? Yes.(My beginnings). Technical writer? Yes. Frontend developer? Yes, The list goes on. As a junior, while chasing the elephant...00
KJKarani Johninkarani.hashnode.dev·Dec 18, 2022 · 2 min readSome neat kotlin featuresWhat is kotlin? Kotlin is a statically-typed programming language that runs on the Java Virtual Machine (JVM) and can also be compiled into JavaScript or native code. It was developed by JetBrains, the company behind the popular IntelliJ IDEA Java ID...00
KJKarani Johninkarani.hashnode.dev·Dec 3, 2022 · 3 min readGetting started with pytest and FlaskTest-driven development is something that you get to hear a lot. Being self-taught, I pick things as I go as I didn't have a chance to go through traditional education. Test driven development-It's an aproach where we develop scenarios/test cases to...00