PinnedInThe Crazy CoderbyColton·Jul 20, 20216 State Management Strategies For Complex Angular AppsHow to manage your data flow well in an enterprise Angular appA response icon3A response icon3
Colton·Dec 27, 2024Docker Fundamentals & Multi-Stage Builds: A Concise GuideBelow is a consolidated “crash course” article on Docker images, containers, and multi-stage builds — drawing from all our discussions…
InFiction novelsbyColton·Oct 23, 2023Rebirth — In the Realm of Shadows (Part 1)In our culture, living people burn joss paper for the deceased, so they have money to spend in the underworld. Joss paper is inexpensive…
Colton·Feb 26, 2023Improving Web Performance with the Passive Option for Event ListenersEvent listeners are an important part of web development, allowing developers to add functionality to web pages that respond to user input…
Colton·Feb 22, 2023Building Serverless Applications with AWS Lambda and Golang: Handling Different Event TypesAWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that allows you to run code without provisioning or…
Colton·Feb 21, 2023Understanding the Differences between go get and go mod tidy for Managing Dependencies in Go…Go is a popular programming language that has gained significant popularity over the years due to its simplicity, reliability, and…A response icon2A response icon2
Colton·Feb 21, 2023Auto-Refresh and Cleanup Functions in React TypeScript: Keeping Your Web Application Efficient and…Auto-refresh in a React TypeScript Application
Colton·Feb 17, 2023Adjusting HTML Element Widths: Techniques for Fixed, Fluid, and Content-Based LayoutsIntroduction