Python String MethodsDo you even string bro? In Python programming, strings play a crucial role in storing and manipulating textual data. Python provides a vast array of string methods that can perform almost any operation on strings, making string handling in Python bot...Mar 12, 2024·7 min read
Learning JavaScript Using AI and ObsidianHow I am Learning JavaScript with ChatGPT & Obsidian: A Project-First Approach As a Software project manager, Data analyst, and Cyber Security team member in my organization, I primarily use Python for most tech-related tasks. To prepare for the upco...Aug 25, 2023·4 min read
Javasript APIs as a Python DeveloperBuilding a Comprehensive "Store" API: An In-Depth Exploration of Simple Express.js, Fastify, and NestJS APIs Dear Esteemed Developers, Embark on an enriching journey into the world of backend development by creating a comprehensive store API using th...Aug 24, 2023·13 min read
Length Queries in SQLFinding Invalid Tweets in MSSQL and MySQL Solving LeetCode 1683. Invalid TweetsD5 on 100 days of DSA. The task is to find the tweet IDs where the content of the tweet has strictly more than 15 characters. This is the walk through how to approach this...Aug 20, 2023·3 min read
Beyond the Dataset: Real-World Data Projects to land your first data jobIf You're Gonna Build it, Make it Count! Hey there, aspiring data enthusiasts! If you're itching to dive into the tech world, especially in data analysis and data sciences and AI, you probably know it's not as simple as just flashing a degree or a co...Aug 19, 2023·4 min read
Web Developer's Roadmap: A Data-Driven Approach to Building Impactful ProjectsBuilding Impactful Projects as an Aspiring Web Developer: A Comprehensive, Data-Driven Guide Part I: Identifying and Engaging the Ideal Audience for Meaningful Web Development Projects Discovering the perfect audience is an essential foundation for a...Aug 18, 2023·10 min read
Sql: Distinct, Join, Order BySQL Solutions: A Guide to Efficient Queries and Good Coding Habits It is day 4 of my #100DaysOfDSA challenge and this time we'll explore LeetCode SQL50 solutions to find authors who viewed at least one of their own articles 1148. Article Views I. We'...Aug 17, 2023·3 min read