program

Changing order of number ⛶package pratice; public class arr192837 { public static void main(String[] args) { int[] arr = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; int[] result = new int[ar...
0 Read More

Learning to Code as a Non-CS Student

Hi, I'm Haean, a 20-year-old from Chennai, India. Unlike a typical CS undergrad, my background is in commerce, but my passion for coding sparked after high school. Now, in my final year of BBA, I’ve...
0 Read More

Best Free AI Code Generators

Best Free AI Code Generators
Artificial Intelligence (AI) has revolutionized various sectors, and coding is no exception. AI code generators have emerged as invaluable tools, assisting developers in writing efficient code, automa...
0 Read More

My Comprehensive Exam Prep

The comprehensive exam looms! As a PhD student wading through the vast ocean of AI, the pressure is on. To ensure I’m shipshape for the June 2025 exam (tentatively), I'm publicly documenting my dai...
0 Read More

JavaScript Basics for a Senior Dev

JavaScript Basics for a Senior Dev
Here are the thing we are goona talk about in depth Hoisting Temporal Dead Zone Diff b/w Function & Function Exp. Shallow Copy vs Deep Copy Object.assign Slice vs Splice forEach vs Map Global Exe...
0 Read More

I've Created a Pie Chart Maker

I've Created a Pie Chart Maker
I'm a student who is currently developing web applications and web tools. I have developed this Pie Chart Maker web tool.It is my very first project that I developed. My main goal was to develop a too...
0 Read More