Ask Cloud Architech
        Logo Ask Cloud Architech
GitHub YouTube Medium Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

How To Turn Your Old Hardware Into A Kubernetes Cluster

DSC00029.JPG
Today I’m going to show you how to set up Kubernetes on an old computer that you may have sitting around. While setting up something like Kubernetes may seem complicated, It’s a surprisingly easy process once you have the steps and the right software to get it done fast. I think it’s the best choice when it comes to setting up a home server since you can add and remove applications without worrying about messing up the underlying operating system of the machine.
Read full post

Is Gaining Open Source Contributors Really This Easy?

main
So you made a thing. It’s this new API called Where’s My Toaster™ and obviously it’s the best thing since sliced bread (bu-dum—tis). You poured your heart and soul into this thing. You quit your job, your wife left you, you spent every last penny you had and now its finally ready for its initial release to the world. It’s finally time for the flood gates to open. Millions of users, thousands of contributors are about to get slapped with your amazing toaster finding awesomeness.
Read full post

Two AIs better than One? DALL E + ChatGPT = 🔥

ai-experiment
So I’ve been thinking about something. If a picture is worth a thousand words, does a thousand-words description make a better picture? At this point everyone has heard about DALLE-2. It’s an AI art generator that will take a human written description of a picture and attempt to create it. If you’ve tried it out, one thing you learn pretty quickly is that the more detailed a description you write, the more accurate the generated photos become.
Read full post

The Unintended Consequences of Cali’s CCPA/CPRA

privacy
Laws. Sometimes they have the best intentions but don’t quite make the impact they intend to make. Other times, they can even cause the exact opposite of their intent. Unfortunately, for the California Consumer Privacy Act (CCPA) and the California Privacy Rights Act (CPRA), that is exactly what has happened. Before jumping into the unintended consequences of these two California laws, it’s probably best to explain what they are. Both laws were made with the intent of protecting the privacy of California consumers by making a set of requirements for medium and large businesses on what they can, and cannot do with California consumers’ data.
Read full post

What Is a CDN and How Do They Work? - Content Delivery Networks Explained

CDN 001
Content delivery networks or CDNs are, at their most basic level, multi-function services designed to deliver the content on your website to users fast. There are many CDNs out on the market these days. Some of them are offered as stand-alone services like Cloudflare, Fastly, or Akamai others are offered directly by the big cloud companies themselves like google CDN or AWS Cloudfront. No matter which company you choose as a CDN provider, they all offer one service in common and that is the ability to deliver certain parts of your website’s content faster than if it were served from its origin where you host it.
Read full post

The (Real) Meaning of "Keep The Lights On"

thumb 001
What is KTLO? Well, KTLO stands for “Keep the lights on” and given the economic climate here in the US as of the time writing this, it might be a term that all of us start hearing way more often. Keep the lights on is a fancy way of saying “maintain staffing levels and work on a product to only what is absolutely needed to keep it running reliably and securely”.
Read full post

This One Simple Change Can Alter the Velocity of your Tech Career

thumb 001
So I spend quite a bit of time reading and replying to comments on youtube videos and one thing I’ve gotta say is that it’s pretty obvious some of you are struggling with some self-confidence problems. And I get it, getting involved in the tech industry can be pretty overwhelming. It seems like there’s a mountain of things to learn and there’s no way you could possibly get through it all and call yourself an expert.
Read full post

Event-driven Architecture - Everything You Need to Know

thumb 001
Event-driven architecture is a common pattern found alongside microservice and other decoupled services or apps. In an event-driven architecture, each service in an ecosystem reacts and takes action upon an event it receives. There are both upsides and downsides to event-driven architecture but before we get into that, let’s take a look at an example of how event-driven architecture works so you know exactly what it is. Let’s say we have a standard eCommerce system that allows users to purchase a product on a website.
Read full post

What is a Cloud Architect?

cloud-architect
What is a cloud architect? As I’m sure you know, just code is not enough these days to make full solutions to real-world customer problems at scale. most enterprise-grade solutions are a combination of cloud computing solutions, third-party SAAS products, open source tools, as well as custom code stacks that require robust, scaleable hosting solutions. A cloud architect researches a variety of technology solutions and makes plans to combine these different tools to solve business-specific problems.
Read full post

What Is Test Driven Development (TDD)?

TDD
TDD stands for test driven development and at the surface its a pretty simple concept. Essentially, when practicing test driven development you write failing tests first then write your code to solve the problem which makes the test pass. Upsides of TDD There are a number of benefits to TDD all related to the idea that the tests are written ahead of time. When you practice TDD as a development methodology, it forces you to focus on individual features until they are complete (because your tests describe very specific scenarios and will continue to fail until you solve them).
Read full post