Hello! Today, I am going to demonstrate how to use a traefik DNS challenge to enable SSL for your docker web containers. I have included a working configuration file for proxying traffic to your web containers, and for obtaining SSL certificates from Let’s Encrypt using a traefik DNS Challenge. Let’s begin! What is a Traefik […]
Hello! If you are here, you are probably trying to enable SSL for HTTP connections to your docker containers. In this post, you will find a working configuration file for routing traffic to your web containers, and for obtaining SSL certificates from Let’s Encrypt using a traefik HTTP Challenge. Let’s get started! What is a […]
Hello, I hope you are doing well. This is the first entry in what I hope to make a series of articles documenting my journey into learning about the fundamentals of machine learning and AI by building the systems from scratch. This time, I will demonstrate how I built a powerful binary classifier from scratch […]
Laravel is a powerful framework that offers a whole suite of built-in goodies meant to help enormously speed up application development. Blade, its built-in templating engine, and Eloquent, the ORM it ships with, are two of the most especially useful utilities Laravel brings to the table. As you build apps in Laravel, you will inevitably […]
StoragePress is a powerful new plugin for WordPress websites, designed to be a one-stop shop for owners of self-storage and mini-storage businesses to list their storage units for sale online. Easily installable on a business’ existing WordPress website, it makes it easy for owners of storage businesses to connect their physical business to their online […]
In my latest project at the company I work for, I got the opportunity to take a deep dive into the wonderful world of the electronic banking ecosystem. The company was looking to revamp their system for paying dividends to their shareholders. Before, they used a very old Cobol program to grab data and generate […]
Do you remember learning about inheritance in school? It may have seemed needlessly complex for the projects you worked on at the time. However, as you begin working on bigger, more complex projects, making wise use of this object-oriented design principal can vastly cut down on the size of your codebase, making maintenance and development […]
If you’ve used SQLAlchemy for any length of time, you will have come across the need to set up relationship cascade rules. These are rules that define how changes to instances of parent models should affect related models. For instance, when I delete a “Class” from my database, should I delete all “Enrollment” records related […]
What is GraphQL GraphQL is a powerful, expressive query language for APIs, as well as a runtime for using existing data to respond to these queries. Often viewed as the successor to REST APIs, it provides a concise and easily human-readable interface for querying your API for data and tasks. GraphQL offers a number of […]
Gather Your Media Files Collect the media files you wish to upload to your website. Typically, it is advisable to use JPEG or WEBP files if you are uploading images, as these are typically smaller and more SEO-friendly than other file types. Locate the Media Tab Begin by logging in to an account that has […]