Creating Thumbnail Image using Terraform, Lambda, IAM, CloudWatch and S3 Bucket
Creating Thumbnail Image using Terraform, Lambda, IAM, CloudWatch and S3 Bucket,In this Blog, we are going to use Terraform as IAC tools for resource provisioning. Through, Terrafo...
What is singleton class in Java and how to implement it?
What is singleton class in Java and how to implement it?, Introduction A singleton class in Java is a type of class that can have only one instance at any given time. This is usefu...
Day 13: CI for a Python project of the National Institute of Standards and Technology
Day 13: CI for a Python project of the National Institute of Standards and Technology, ci-2022-12 (27 Part Series) 1 The 2022 December CI Challenge 2 Day 2: Add GitHub Action CI to...
How to Dockerize Django Project in 2 minutes
How to Dockerize Django Project in 2 minutes,To run a Django project in Docker, you will need to have Docker installed on your system. You can then create a Dockerfile for your Dja...
How to Build a RegEx Engine in Python (Part 7: The Backtracking System)
How to Build a RegEx Engine in Python (Part 7: The Backtracking System), How to Build a RegEx Engine in Python (8 Part Series) 1 How to Build a RegEx Engine in Python (Part 1: The ...
How to Build a RegEx Engine in Python (Part 6: the engine)
How to Build a RegEx Engine in Python (Part 6: the engine), How to Build a RegEx Engine in Python (8 Part Series) 1 How to Build a RegEx Engine in Python (Part 1: The Grammar) 2 Ho...
How to Build a RegEx Engine in Python (Part 5: Parser conclusion)
How to Build a RegEx Engine in Python (Part 5: Parser conclusion), How to Build a RegEx Engine in Python (8 Part Series) 1 How to Build a RegEx Engine in Python (Part 1: The Gramma...
Monitoring SQL Server Agent Jobs with Spring Batch
Monitoring SQL Server Agent Jobs with Spring Batch,In this blog post, I will demonstrate a technique to query the status of a SQL Server Agent job that executes the SSIS package. S...
Fragment.com API Library (TON – Telegram)
Fragment.com API Library (TON - Telegram),Fragment.com Library (TON - Telegram) Last week, I was trying to scrape data from Fragment.com, But I didn't find any Official API. Note...
Discussão sobre o Advent of Code 2022 – Dia 6: Otimizando o algoritmo e utilização de estruturas de dados
Discussão sobre o Advent of Code 2022 - Dia 6: Otimizando o algoritmo e utilização de estruturas de dados, Advent of Code (9 Part Series) 1 Discussão sobre o Advent of Code 202...
Python download telegram media
Python download telegram media,# Download from Message await app.download_media(message) # Download from file id await app.download_media(message.photo.file_id) # Keep track of the...
AUC drop while move Logit function (statsmodel) to Logistic regression (SkLearn)
AUC drop while move Logit function (statsmodel) to Logistic regression (SkLearn), AUC drop while move Logit function (statsmodel) to Logistic regression (SkLearn) Dec 12 '22 Commen...