Blog
Python: Create Images Using PIL
How you can use the Python imaging library (PIL) to create a simple image.
Building a Custom Object Detection Model with TensorFlow
A Beginner’s Guide for Leveraging Transfer Learning to maximize efficiency in Object Detection.
Awesome ChatGPT prompts — Part 4
If you like chatbots and AI language models, you’ll enjoy ChatGPT! This novel AI tool allows you to converse with a machine learning model trained on a massive dataset of human conversation. This is…
Data Fetching with Next.js 13's Bleeding-Edge Features — A Primer
The app directory, Streaming, Suspense, and hybrid Server and Client Components demystified — with a little help from GraphQL + WunderGraph.
Create a Multi-Page Job Application Form Using Angular
A step-by-step tutorial to building a multi-page job application form using Angular and SurveyJS, a free, open-source JavaScript library.
Accelerate Your Cloud DevOps Workflow with Klotho & Adaptive Architectures
Whether on AWS or Azure, DevOps done right helps you move fast and innovate. But what if DevOps were more accessible? What if you could make big architectural changes in seconds and prototype rapidly, with just one line of code?
Basic Chatbot Using HTML, CSS and JavaScript
A guide to building a basic chatbot design using HTML, CSS, and JavaScript.
Check if string is Alphanumeric in JavaScript
In JavaScript, it is often necessary to check if a string is alphanumeric, which means it contains only letters and numbers and no other characters. This can be useful for validation purposes, such…
Create A Graph with 2 Legends
How to create a graph in Python with two legends using matplotlib and the legend() function.
Check if an array contains an object with a certain property value in JavaScript
A guide to using the Array.prototype.find() method to check if an array contains an object with a certain property value in JavaScript.