Georgia Tech's OMSCS FAQ (based on my experience)
A graduate's detailed FAQ about Georgia Tech's Online Master's in Computer Science (OMSCS), covering costs, admissions, courses, and career impact.
A graduate's detailed FAQ about Georgia Tech's Online Master's in Computer Science (OMSCS), covering costs, admissions, courses, and career impact.
A tutorial on implementing the Boids flocking simulation algorithm using the Go programming language and WebAssembly, with the Ebiten game library.
A developer shares key talks that guided their journey into event sourcing and event-driven development, covering foundational concepts and practical applications.
A guide to setting up a minimal, self-contained Kubernetes cluster on Fedora using K3s, without virtualization or a container registry.
A tutorial on using React's Context API with useReducer hook for state management as an alternative to Redux in React applications.
A discussion on defining a software team's 'critical path' by focusing on business-critical processes that directly impact revenue and customer experience.
A guide to making Django projects portable and easy to share across different machines using Git and dependency management.
Analyzing Django's performance for web apps, discussing benchmarks, user experience, and hosting costs to determine if it's 'too slow'.
A personal analysis of the pros and cons for CS grads choosing between pursuing a PhD or entering the tech industry, focusing on machine learning careers.
A developer shares their experience and lessons learned from giving a technical talk at the online EuroPython 2020 conference.
Announcing two technical sessions at the virtual PASS Summit 2020: migrating SQL Server to Azure VMs and using Columnstore Indexes.
Explains the BOT_COMMAND_INVALID error in Telegram bots, showing that commands must be lowercase when using the setMyCommands API.
A technical guide on processing chunked HTTP responses in Go to handle streaming JSON data from a database without waiting for EOF.
A tutorial on building a REST API using Node.js, Express, and the HarperDB Cloud database service.
A guide to building an inexpensive, open-source KVM over IP device using a Raspberry Pi for under $100 to control computers remotely.
Explains PHP 8's named arguments feature, showing how they improve code clarity and flexibility by allowing parameters to be passed by name.
A tutorial on building a web application with HTML forms and templates using the FastAPI framework and Jinja templating engine.
A technical guide on setting up and analyzing distributed Dask clusters for parallel computing across multiple machines.
Explains a bug in ASP.NET Core 3 where IIS removes empty HTTP headers, breaking WOPI protocol compliance, and provides a workaround.
A developer updates a Django app to handle default task durations from the Course model, fixes form bugs, and adds tests.