Hey there, I'm Shahima, a humble professional with a penchant for analyzing details and a love for logical reasoning. Currently pursuing my computer engineering major in India, I'm also diving deep into the fascinating realm of data science. Consider Hashnode my personal virtual diary, where I jot down thoughts and discoveries in the coding universe.
Now, here's a little secret: I have a borderline obsession with data structures and algorithms, but let's keep that between us. When it comes to web development, I've got it covered like a perfectly nested div. In fact, I even had the honour of being crowned the victorious champion at the prestigious Smart India Hackathon 2022, where my problem-solving skills were put to the ultimate test. Oh, and did I mention that I miraculously clinched an international rank of 260 in the English Olympiad? Turns out coding and grammar go hand in hand!
As I embark on this exciting journey, I'm on the lookout for opportunities that allow me to unleash my data analysis prowess, decipher intricate patterns, and create models that can predict the future (well, almost). So, if you're seeking a dynamic and driven individual to join your team, consider me your debugging partner. Together, let's revolutionize the world of technology and make it bug-free! Ready to embark on this coding adventure?
Freelancing superhero mode: activated. Ready to save the coding day!
Sep 21, 2023 · 13 min read · 1.Node.js & Express, hand in hand? What is a runtime environment? A runtime environment is a platform that executes software code, managing system resources like memory and CPU, while abstracting low-level hardware details. It ensures code can run ef...
Join discussion
Aug 31, 2023 · 6 min read · What is a wrapper class? Let's take an example. Imagine you're running a bakery and you have some delicious cupcakes. Each cupcake is like a primitive data type – simple, tasty, and ready to be eaten. But there's a catch: you want to send these cupca...
Join discussion
Aug 31, 2023 · 7 min read · In Java, both String and StringBuilder are classes used to work with sequences of characters. However, they serve different purposes and have distinct characteristics. String: String is a class that represents an immutable sequence of characters. Im...
Join discussion
Aug 21, 2023 · 11 min read · Introduction The four main core concepts in object-oriented programming are Abstraction: Simplify complex reality by focusing on essential attributes and behaviours while hiding unnecessary details. Encapsulation: Bundle data and methods that ope...
Join discussion