Helen Mary Barrameda
H is a data analyst and data engineer, licensed geodetic engineer, freelance creative and technical writer, blogger, technical marketer and marketing automations specialist, and researcher. She playfully goes by the moniker DataMom. Outside of her forays in technology, she is also interested in left-handed fountain pen calligraphy, music, biohacking, books, and physical fitness.
How to Create a Handy SQL Server Backup Database Script
Learn how to backup your databases regularly, whether a full or differential backup, by creating handy SQL server database backup scripts in this tutorial!
Creating a Docker Image for Python Data Science Libraries
Learn how to create a Docker image and import Python data science libraries in this step-by-step tutorial!
How to Set up Pihole in a Docker Container
Annoying ads? Why not block them with Pi-hole in Docker container? Learn how to setup Pi-hole Docker container in this tutorial!
Python Input : How to Accept User Input to Python Scripts
Learn in this tutorial all the basics of accepting Python input from users by running commands in the terminal, storing variables, and writing input to text files.