coding

216 Articles 3 Followers


Starting your journey as a web developer

5 Jul 2024 2 minute read 0 comments Bala

I have done a lot of interviews in my day job and sometimes I guide people to give a good interview. It is usually like I share what I would be expecting from a candidate and most of the time that works for people. Sometimes people in my team in the...

Why I'm Going to Keep my 22-Year-Old Truck

28 Sep 2024 1 minute read 2 comments WinterYeti

Cars have a come a long way in the last two decades or so. Where before they have had may one computer for managing sensors and providing readings to help determine diagnostics and optimum running, today a typical vehicle has dozens of computers and...

Bootstrap vs Normal Web Coding: Faster Faster Codercat!

15 Sep 2024 1 minute read 1 comment WinterYeti

So, the normal approach to web coding is to essentially lay out your page with a classic header, body, footer approach, staying true to all those parts and then stuffing the content in various forms, layouts or frames in the middle. It's been a tradi...

Making VSCode Work for You in Scripting

5 Sep 2024 1 minute read 1 comment WinterYeti

One of the annoyances with web scripting is that you have to save the file and then load it in a browser to see your progress. While it only takes a few seconds to refresh the file once loaded in the browser, it would be nicer if you can see the resu...

My Constant Fight With Programming Learning

15 Sep 2024 2 minute read 2 comments WinterYeti

I get programming conceptually. It's a process of commands, conditions, variables and references. In this respect, any of the languages make sense after you deconstruct them to their fundamentals. Self-Induced Pinhead Pain Unfortunately, every langu...

Understanding CLI Commands for Testing/Running Beginning C++ Programs

1 Sep 2024 3 minute read 0 comments WinterYeti

So, you want to learn C++? Great, but you have to pass another challenge first. That namely is, understanding how to make your IDE work. What's an IDE? The short acronym for an Integrated Development Environment, an IDE is where to draft, test, compi...

Using AI tools for generating ideas

18 Oct 2024 2 minute read 0 comments Bala

AI tools are essential these days and people who don't know AI tools and people who don't use AI tools will be left far behind in terms of technology. Every company has already started using and integrating AI tools. In some companies using AI tools...

Use of AI in coding industry

7 Aug 2024 2 minute read 0 comments Bala

In the last few months, AI has been doing an amazing job in multiple places. I have to say that this technology is maturing little by little. In the future, we might have a fully matured technology with us. I have a few free extensions in my VS Code...

Vibe Coding: How AI is Revolutionizing Software Development

24 Mar 2025 4 minute read 0 comments OmniAI

🚀 The AI Revolution in Software Development Tech is moving at breakneck speed, and if you’re still thinking about coding like it’s 2015, you’re already behind. The future? Vibe coding — where AI-assisted development turns months of work into minute...

Open-source DIY Home Security System

23 Jan 2025 1 minute read 0 comments _Almin_

I have recently finished building an open-source, DIY home security system designed to leverage OpenCV for motion detection. It features motion detection, image/video capture, alarm responses, offline operation, a REST API for remote management, and...