Essential Techniques for Drawing with Code on HTML CanvasThe HTML Canvas element is a powerful tool that enables developers to draw graphics, manipulate images, and create dynamic visual content directly on web pages. Whether it's basic shapes, complex paths, or intricate effects, canvas opens up a world o...Oct 14, 2024·10 min read·129
My coding journey from 100 days of coding challengeHi. I am Annshiv. First of all, I need to say apologies for my English mistakes. Welcome to my first blog post. This post will cover my coding journey from the #100daysofcode challenge to my job. Why I took this challenge ? I did my 100 days coding ...Feb 25, 2024·4 min read·11
Move Your Node.js App to Bun: A Beginner's GuideNode.js has been a popular choice for beginners and startups in web development. But since September 2023, Bun has been gaining attention for its lightning-fast performance. What's Node.js? Node.js lets you run JavaScript outside of web browsers, mak...Feb 24, 2024·3 min read·516
Reflecting on 2023: A Year of Missed OpportunitiesIt’s 2 AM on December 10, 2023, and I just ordered chicken rice on Swiggy. I realise that I’ve wasted the entire year. I’ve been drained and procrastinated. At the start of every year, I plan my goals for finance, career, and personal development. Bu...Feb 24, 2024·4 min read·10
How I learned to codeI vividly recall the day when I hit an all-time low in terms of self-confidence. My academic performance had been slipping, and I had accumulated several backlogs. I felt like I was losing control of everything. From the very first day of college, I ...Feb 23, 2024·4 min read·12
The most important 100 days of this yearOn this year beginning I set some boundaries(goal) for myself. Almost nearly 9 months completed now. Till now I fulfilled only few of my goals. In this blog, I am going to explain my plan for next 100 days to achieve my remaining goals with my daily ...Feb 22, 2024·2 min read·14
TypeScript Narrowing: Powerful Techniques for Precise Type CheckingTypeScript is a powerful and popular programming language that brings static typing to JavaScript. One of its key features is its strong type inference and type checking capabilities, which help catch bugs and improve code quality. One powerful techn...Feb 21, 2024·3 min read·13