Welcome!
Enhancing AWS Resource Security using VPC, A Comprehensive Guide Enhancing AWS Resource Security using VPC, A Comprehensive Guide
In the realm of cloud computing, particularly with AWS, safeguarding your digital assets involves a collection of critic
Understanding FPGA and Its Role in Accelerating Machine Learning Applications Understanding FPGA and Its Role in Accelerating Machine Learning Applications
In the constantly evolving world of technology, Field-Programmable Gate Arrays (FPGAs) have emerged as a pivotal element
2024-02-02
How to write a check both dollar and cents in value How to write a check both dollar and cents in value
For example, to write a check for $36.46, you should follow these steps: Date: Write the current date in the top right
2024-01-31
Two Ways of Enforcing and Validating Python class input using Pydantic Two Ways of Enforcing and Validating Python class input using Pydantic
Pydantic is a Python library used for data parsing and validation through Python type annotations. It’s particularly use
Add relative path to system path in Python Add relative path to system path in Python
When runing pyton scripts, in order to import function from some file, we need to make sure that file is in the system p
Understanding Decibels, the Logarithmic World of Measurement intutively Understanding Decibels, the Logarithmic World of Measurement intutively
Decibels (dB) are a unit of measurement often encountered in various fields, from acoustics to electronics, where the co
2024-01-15
Pyspark topandas operation too slow, and what to do next Pyspark topandas operation too slow, and what to do next
topandas() is a method in PySpark that converts a Spark DataFrame to a Pandas DataFrame. If you find that topandas() is
Understanding Python's TypeError, Missing 1 required positional argument Understanding Python's TypeError, Missing 1 required positional argument
Python error sometimes can be confusing, especially for beginners. A common source of confusion is the TypeError related
Automating AWS Infrastructure and CI/CD with Terraform and GitHub Actions Automating AWS Infrastructure and CI/CD with Terraform and GitHub Actions
We dive into the world of infrastructure automation and continuous integration/continuous deployment (CI/CD) using Terra
How to calculate gradient of target over features in deep learning models How to calculate gradient of target over features in deep learning models
To get the gradients of a target with respect to some feature in a deep learning model, you can use a technique called b
2023-12-30
Robust functin return format in Python Robust functin return format in Python
In Python, when you see a function returning result or {}, it means that the function is designed to return either the v
How to use secrets in streamlit app safely How to use secrets in streamlit app safely
When using streamlit app, how to manage secrets? It is quite easy to use st.secrets function. when running your Streaml
2 / 27