Platwoindiegamescreation.hashnode.dev·20 hours agoCustom JSON LoaderIntroduction Welcome to this blog post! This is going to be the first one not strictly on graphics programming or rendering code, but it is related in a bit of a roundabout way. If you haven’t read any of my other post so far, then you can do so here...C++
Pratham Saxenaprathamsaxena.hashnode.dev·Dec 22, 2024Why are Software Issues Called Bugs?Introduction A software issue refers to any problem that alters the intended purpose of a computer or disrupts the functionality of the software. For example, if a form submits data to the server with blank entries or fields, it results in wasted ser...Bugs and Errors
Amber Yangambersileyang.hashnode.dev·Dec 19, 2024Pi-Hub PCBIntroduction This project is dedicated to the course 'Computer and Electrical Engineering Product Design Project' at Concordia University. The Pi-Hub PCB is designed so that the software team can easily integrate the Raspberry Pi Zero microcontroller...219 readspcb
Platwoindiegamescreation.hashnode.dev·Dec 17, 2024Deferred Material Rendering SystemsIntroduction This is the third post I am making covering making my custom games engine, which means three weeks have passed since the first one! Time really does fly doesn’t it. For anyone who has not read the prior two blogs: I am a games programmer...36 readsC++
FeatherforWe Are Creationweacreation.hashnode.dev·Dec 14, 2024Why ICsAt this point, you might know an IC as an integrated circuit if not that is okay. Learning about ICs is part of the natural prorogation of expanding your knowledge and where you will not start to be able to build cool projects and not make a light tu...Electronics
Tech Shots(RoamPals)roampals.org·Dec 14, 2024The Business Revolution of Generative AI: A Technical Deep Dive into Enterprise ApplicationsIntroduction: The Paradigm Shift in Enterprise Technology Generative AI has transcended its initial experimental phase to become a cornerstone of enterprise digital transformation. This comprehensive analysis explores how large language models (LLMs)...generative ai
aman Jaiswalamanog.hashnode.dev·Dec 13, 2024Relational DatabaseA database is one of the most brittle and critical components of any system. Understanding how it works is crucial; the better you know your database, the easier it becomes to solve 50-60% of system-related problems. In a relational database, data is...System Design
Caleb U.testset.hashnode.dev·Dec 13, 2024The Role of AI Engineering in Transforming Consulting ServicesIn the rapidly evolving landscape of technology, artificial intelligence (AI) is no longer a futuristic concept but an operational necessity for businesses aiming to stay competitive. One of the most significant applications of AI lies in the field o...10 likesAI
aman Jaiswalamanog.hashnode.dev·Dec 12, 2024How to Build a Good SystemTo build a good system, you need to break it into components, with each component having a clear and exclusive set of responsibilities. Breaking the System into Components Feed Web Server: Handles user requests over HTTP. Feed Generator: Pulls dat...System Design
aman Jaiswalamanog.hashnode.dev·Dec 12, 2024How to Approach System DesignSystem design can seem tough, but if we break it down into smaller steps, it becomes much easier to handle. 1. Understand the Problem First, carefully read the problem statement and make sure you fully understand what’s being asked. Identify the main...systemdesign