What is Docker? A Beginner’s Guide to Containerization

text root@prod-legacy-srv-04:/# apt-get install python3-cryptography Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. … Read more

DevOps Best Practices – Guide

The hum of the Dell PowerEdge R750s isn’t a lullaby; it’s a funeral dirge. It is 3:14 AM. I am currently sitting on a milk crate in Data Center Floor 4, Row 12, because the “Rockstar” Lead Architect decided that “physical presence during a crisis fosters team synergy.” The synergy is currently at zero, much … Read more

what is machine learning – Guide

Stop Calling It Magic: A Grumpy SRE’s Guide to What Is Machine Learning It was 3 AM on a Tuesday in 2019. We had just deployed a “smart” auto-scaler for our edge nodes. The idea was simple: use a lightweight ML model to predict traffic spikes and spin up instances before the load hit. Instead, … Read more

What is JavaScript? A Complete Guide for Beginners

text $ top -pid 49201 Processes: 612 total, 2 running, 610 sleeping, 3214 threads Load Avg: 2.41, 2.10, 1.95 CPU usage: 14.22% user, 8.11% sys, 77.66% idle SharedLibs: 412M resident, 51M data, 62M linkedit. MemRegions: 182934 total, 4102M resident, 112M private, 1204M shared. PhysMem: 16G used (3210M wired), 214M unused. PID COMMAND %CPU TIME #TH … Read more

Top Machine Learning Best Practices for Better Models

text [2024-10-14 03:14:22,891] ERROR:worker:Process ‘Icarus-Inference-Engine-7’ terminated with signal 9 (SIGKILL) [2024-10-14 03:14:22,892] CRITICAL:kernel:Out of Memory (OOM) killer invoked. Victim: python3.11 (pid 4402) [2024-10-14 03:14:23,004] TRACEBACK: File “/app/inference/model_loader.py”, line 142, in predict features = feature_store.get_latest(user_id) File “/app/data/feature_store.py”, line 89, in get_latest df = pd.read_sql(query, engine) File “/usr/local/lib/python3.11/site-packages/pandas/io/sql.py”, line 1561, in read_sql return pandas_sql.read_query(sql, index_col=index_col, params=params) MemoryError: … Read more