The evolution of software engineering over the last decade has led to the emergence of numerous job roles. So, how different is a software engineer, DevOps engineer, site reliability engineer, and cloud engineer from each other? In this article, we drill down and...
python
Configure AWS Glue Job Using Python-Based AWS CDK
AWS Glue is a serverless data integration service that makes it easier to discover, prepare, move, and integrate data from multiple sources for analytics, machine learning (ML), and application development. This article will go into the best practices of application...
Essential Protocols for Python Developers to Prevent SQL Injection Attacks
You are going to encounter a number of issues as a Python developer. Mastering the syntax of coding isn’t enough to write functioning, stable applications. You also have to familiarize yourself with different challenges the final application might deal with, including...
Should You Create Your Own E-Signature API?
Is it worth coding your own e-signature API, or is purchasing a ready-made solution a better option? Electronic signatures have become a popular way to verify one’s identity without signing printed forms. They have many benefits over written signatures, such as higher...
YOLOv5 PyTorch Tutorial – DZone
Using YOLOv5 in PyTorch YOLO, an acronym for 'You only look once,' is an open-source software tool utilized for its efficient capability of detecting objects in a given image in real time. The YOLO algorithm uses convolutional neural network (CNN) models to detect...
Using Short-Lived Tokens To Authenticate Python Applications to CockroachDB
Motivation In my previous article, I demonstrated how JWT tokens can replace passwords for a safer and more secure cloud-native future. Check out my previous articles covering SSO for DB Console using Google OAuth, Microsoft Identity Platform, and Okta. High-Level...
Golang vs. Python: Which Is Better?
Do you want to learn how to code but are a beginner? Which programming language should you start learning first? The languages that developers employ the most are those that are quick, simple to learn, and in-demand. In this article, we make a comparison between Go...
Writing Your First Python GitHub Action
We wanted to share our findings and experiences from creating our first GitHub Action. In this article, you’ll learn how to write a simple GitHub Action in Python. Brief Overview of GitHub Actions In 2019, GitHub released its own CI tool called GitHub Actions....
How to Handle JavaScript Alert in Selenium WebDriver Using Python?
Alert windows are widely used across websites where an alert message acts as a mode to ‘interrupt’ the current flow of the user journey. A simple example of a JavaScript alert would be someone filling in details on the sign-up page and submitting the details without...