Blog


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.

SurveyjsAngularForms

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?

DevopsCloudAws

Basic Chatbot Using HTML, CSS and JavaScript

A guide to building a basic chatbot design using HTML, CSS, and JavaScript.

htmlcssjavascript

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…

JavaScriptRegexString

Create A Graph with 2 Legends

How to create a graph in Python with two legends using matplotlib and the legend() function.

TechnologyGraphData science

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.

javascriptprogrammingcoding

How to Automate AWS IAM Best Practices Using the Principle of Least Privilege

AWS IAM automation with Klotho to help you implement security best practices via Infrastructure-as-Code, and abstracting the complexity of writing least privilege IAM policies away from your developers.

AwsIamAws iam

Buckle Up Your For-Loops, Or Speeding Up Iterations in Python

Faster Alternatives to Python’s Standard For Loop Implementations

PythonIteratorsLoop

2023 Svelte vs React: Which Framework is Better to Learn?

Discover the differences between Svelte and React, and learn why one of them may be the better choice for your project.

SvelteReact

Building a Python API and Fetching it in React: A Step-by-Step Guide

How to create an API in Python using the Flask library and fetch it from a React application using Axios.

PythonPython programmingApi development