All Blog Posts
Dive deeper into my thoughts and insights on programming, technology, and software development.
Java
1/10/2024
Java - in fun way!
Java is a multi-platform, object-oriented, and network-centric language that can be used as a platform in itself. It is a fast, secure, reliable programming language for coding everything from mobile apps and enterprise software to big data applications and server-side technologies.
DSA
1/5/2024
DSA - in fun way!
Data Structures and Algorithms (DSA) is a fundamental part of Computer Science that teaches you how to think and solve complex problems systematically. Using the right data structure and algorithm makes your program run faster, especially when working with lots of data.