Browsing Tag
beginners
1649 posts
Quark’s Outlines: Emulating Sequence and Mapping Types in Python
Quark’s Outlines: Emulating Sequence and Mapping Types in Python Overview, Historical Timeline, Problems & Solutions An Overview of…
Getting Started with 2D Games Using Arcade Library (Part 11): Switching Between Screens
Switching Between Screens In this extra chapter, we will look at an example of switching between screens. We…
Setting Up Java & Maven for Spring Boot – Step-by-Step Guide
Introduction Before starting with Maven or Spring Boot, we need to set up the basic development environment. This…
Most developers think that distribution is a post-launch activity. Now, developers should learn that distribution is an integral part of design.
Why AI Startups Need to Focus on Distribution Before Disruption Jaideep Parashar ・ Dec 21 #webdev #ai #startup…
The Liskov Substitution Principle, A Model for Parenting
Maybe it’s just me, but most software principles sound abstract until you realize they already exist in real…
Day 10: California Done and Social Realizations
The Work Stuff Pretty average day on the surface. Finally finished the California housing dataset, yeah I’m aware…
What I’m trying to understand
I’m a software engineer, currently at a mid level. I started my career building web applications, mostly with…
What are 402, 403, 404, and 429 Errors in Web Scraping?
TL;Dr: The four HTTP status codes—402 (Payment Required), 403 (Forbidden), 404 (Not Found), and 429 (Too Many Requests)—represent…
🌥️ Mi primer paso en AWS: una experiencia que realmente me movió algo por dentro
Hace un tiempo sentí que tenía que dar el salto. Que si quería crecer en IT en serio,…
High-Level Kubernetes Architecture
Kubernetes follows a master–worker (control-plane / node) model. At a high level: Control Plane = Brain of the…