Browsing Tag
beginners
1547 posts
How to Troubleshoot SafeLine License Activation Issues
Some professional users may encounter an authorization error when activating a license key. This error indicates a communication…
My Typescript Journey and effect of Copilot auto-completion
I have brake of 1 and half month from uni so i decided to improve my dev skills…
My First Week with Python: A Summer of Curiosity and Code
Hello, world! I’m a first-year engineering student from Madhav Institute of Technology & Science (Deemed University), currently on…
Day 2 of Learning CSS
Hey everyone 👋 This is Day 2 of my CSS journey! Today I focused on some of the…
What the Heck Is a Viewport?
A lot of web developers (and designers too) don’t really get what the viewport is. Like, why does…
The New Generation of High-Performance Rust Web Frameworks
In the current ecosystem of Rust Web frameworks, Hyperlane is increasingly demonstrating its strong competitiveness as a “new…
Read This Before OOP-ing Your Project : The Curse of Inheritance.
7 days in. 7 days of deep work. And OOP nearly killed my project. The wildest part? I…
Say Goodbye to Try/Catch Blocks with the ECMAScript ?= Operator
The ECMAScript proposal for the safe assignment operator (?=) introduces a revolutionary way to handle errors in JavaScript.…
Build an LLM Web App in Python from Scratch: Part 3 (FastAPI & WebSockets)
Ever watched ChatGPT type back to you word by word, like it’s actually thinking out loud? That’s streaming…
Waterfall-Model software engineering. Does it still make sense nowadays?
Back in the 1960s, when computers were still a relatively new frontier, the term “software engineering” was first…