🐰DNA🐐

91.5K posts

🐰DNA🐐 banner
🐰DNA🐐

🐰DNA🐐

@GD_vibeonly

🔞NSFW

Independence, MO Katılım Ağustos 2009
6.3K Takip Edilen2.5K Takipçiler
🐰DNA🐐 retweetledi
VIEW
VIEW@viewsoff·
Sunset in Rio De Janeiro Brazil 🇧🇷
Português
49
710
5.3K
84.1K
Kcmo
Kcmo@Str8Kcmo·
Kcmo tweet media
ZXX
2
1
19
446
🐰DNA🐐 retweetledi
Python Developer
Python Developer@Python_Dv·
📚 The Ultimate Guide to Python Libraries for Data Science! 🐍✨ Do you work with data? This infographic is your new best friend. I’ve compiled the 9 essential libraries that will make your life easier every step of the way: 1️⃣ NumPy & Pandas: For taming and manipulating large datasets. 2️⃣ Seaborn, Matplotlib & Plotly: Visualize your insights in stunning ways. 3️⃣ Scikit-learn, TensorFlow & Statsmodels: Your arsenal for Machine Learning and statistics. 4️⃣ NLTK: The power of natural language processing. ✅ Save this post to use as a quick reference! #Python #DataScience #Programming
Python Developer tweet media
English
0
40
145
3.3K
🐰DNA🐐 retweetledi
Python Programming
Python Programming@PythonPr·
Types of Data Professionals
Python Programming tweet media
English
4
44
265
7.1K
🐰DNA🐐 retweetledi
Fitness Hub
Fitness Hub@x_FitnessHub·
Shoulder Dumbbell Workout 💪🏻💪🏻
English
0
6
37
984
🐰DNA🐐 retweetledi
Dhanian 🗯️
Dhanian 🗯️@e_opore·
INPUT VALIDATION & SANITIZATION DEFINITION -> Input validation and sanitization are security practices used to ensure that all incoming data is safe, expected, and properly formatted before processing -> Validation checks if input is correct -> Sanitization cleans input to remove harmful content WHY IT IS IMPORTANT -> Prevents common security attacks such as SQL injection and XSS -> Protects backend systems from malicious data -> Ensures data integrity and consistency -> Improves application reliability INPUT VALIDATION -> Ensures data meets expected rules before processing -> Rejects invalid or unexpected input TYPES OF VALIDATION STRUCTURAL VALIDATION -> Checks data format -> Example: email format, phone number pattern DATA TYPE VALIDATION -> Ensures correct data type -> Example: integer, string, boolean RANGE VALIDATION -> Checks allowed value limits -> Example: age between 1 and 120 REQUIRED FIELD VALIDATION -> Ensures mandatory fields are provided SANITIZATION -> Cleans input data to remove or neutralize harmful content -> Used after validation or when accepting flexible input COMMON SANITIZATION METHODS -> Remove unwanted characters -> Escape special characters -> Strip HTML or script tags -> Normalize input formats HOW IT WORKS IN BACKEND -> Client sends input data -> Backend validates input against rules -> Invalid input is rejected with error -> Valid input is sanitized -> Clean data is processed or stored COMMON ATTACKS PREVENTED SQL INJECTION -> Malicious queries injected into input fields -> Prevented using validation and parameterized queries CROSS-SITE SCRIPTING (XSS) -> Injection of malicious scripts into web pages -> Prevented by sanitizing user input COMMAND INJECTION -> Malicious system commands executed via input -> Prevented by strict validation BEST PRACTICES -> Never trust user input -> Validate on both client and server side -> Use allowlists instead of blocklists -> Use built-in validation libraries -> Sanitize output as well as input ALLOWLIST VS BLOCKLIST ALLOWLIST -> Only allows predefined safe inputs -> More secure approach BLOCKLIST -> Blocks known harmful inputs -> Less reliable as new threats may bypass TOOLS AND TECHNIQUES -> Use frameworks with built-in validation -> Use prepared statements for database queries -> Encode output to prevent XSS -> Apply consistent validation rules across services REAL-WORLD USE CASES -> Form submissions in web applications -> API request validation -> User-generated content platforms -> Authentication and payment systems BACKEND ENGINEERING HANDBOOK -> Grab Backend Engineering Handbook -> codewithdhanian.gumroad.com/l/ungqng
Dhanian 🗯️ tweet media
English
6
27
126
3.5K
🐰DNA🐐 retweetledi
Metabolic Alpha
Metabolic Alpha@MetabolicAlpha·
Most effective biceps workout
English
1
17
128
5.9K
🐰DNA🐐 retweetledi
Workout guide mans gym
Workout guide mans gym@Workoutguideman·
Front Delt Mega Set Build Bigger & Stronger Shoulders
English
3
129
1.1K
56.1K
🐰DNA🐐 retweetledi
freeCodeCamp.org
freeCodeCamp.org@freeCodeCamp·
When you're building apps, it's a good practice to bake security into the whole process. And that's what you'll learn how to do in this DevSecOps + API security course. It covers common vulnerabilities, why API security matters, key principles of DevSecOps, and more. freecodecamp.org/news/learn-dev…
freeCodeCamp.org tweet media
English
0
35
221
7.3K
🐰DNA🐐 retweetledi
freeCodeCamp.org
freeCodeCamp.org@freeCodeCamp·
AI tools can speed up coding, reviews, and terminal workflows when you know where each one fits best. In this course, you'll learn how to use GitHub Copilot, Claude Code, Gemini CLI, OpenClaw, and CodeRabbit. You'll also learn about AI "pair programming", agentic terminal workflows, self-hosted automation, and other helpful techniques. freecodecamp.org/news/ai-tools-…
freeCodeCamp.org tweet media
English
5
52
329
10.4K
curvedkingX
curvedkingX@CurvedKingX·
My OF is basically free at the moment
curvedkingX tweet media
English
10
22
567
15.3K
🐰DNA🐐 retweetledi
Gym_workout
Gym_workout@fitness24882·
Watch till end 🔥🔥💪
English
0
394
1.6K
41.6K
🐰DNA🐐 retweetledi
SoraHikari
SoraHikari@sorahikariii·
A home featuring a Japandi-style garden
SoraHikari tweet mediaSoraHikari tweet mediaSoraHikari tweet mediaSoraHikari tweet media
English
15
704
5.5K
211.7K
🐰DNA🐐 retweetledi
🐰DNA🐐 retweetledi
Tech Fusionist
Tech Fusionist@techyoutbe·
From SysAdmin to DevOps: 5 Skills That Actually Move You Forward Many IT pros get stuck “keeping the lights on” and never make the jump into modern DevOps roles. The gap isn’t talent - it’s skills. Here are 5 skills that truly move the needle: 1️⃣ Version Control (Git) - Treat everything as code: infra, pipelines, configs. 2️⃣ CI/CD Fundamentals - Automate builds, tests, and deployments (GitHub Actions, GitLab CI, Jenkins). 3️⃣ Containers - Package apps with Docker and understand images, registries, and security basics. 4️⃣ Infrastructure as Code - Use tools like Terraform or CloudFormation instead of clicking in consoles. 5️⃣ Observability - Logs, metrics, and traces so you can see what’s happening in prod. If you commit 60–90 minutes a day for 8–10 weeks to these 5 areas, you’ll be far closer to a DevOps or platform engineer role than spending months just reading theory. What role are you aiming for: DevOps, SRE, Cloud Engineer, or Platform Engineer? #DevOps #CloudCareers #SRE #TechSkills #InfrastructureAsCode #CICD
English
1
10
42
2.3K
🐰DNA🐐 retweetledi
AtoZFitness
AtoZFitness@AtoZFitness·
Legs 9 Dumbbell Exercises 🔥
English
0
250
1.2K
53K
🐰DNA🐐 retweetledi
INTERIOR HUNT
INTERIOR HUNT@Interiorhunt11·
Perfect home
INTERIOR HUNT tweet media
English
5
161
2K
24.5K
🐰DNA🐐 retweetledi
AsyncTrix
AsyncTrix@asynctrix·
Kubernetes Simplified..! ☸️ A Kubernetes cluster has two main parts: 🧠 Control Plane • API Server • Scheduler • Controller Manager • etcd 🖥 Worker Nodes • Pods • Container Runtime • kubelet • kube-proxy InShort Simplified 👇 🧠 Control Plane API Server • Entry point of the Kubernetes cluster • All commands and requests go through it • Communicates with all components Scheduler • Watches for new Pods • Chooses the best worker node • Assigns Pods to nodes Controller Manager • Keeps cluster in the desired state • Detects failures • Recreates Pods if needed etcd • Distributed key-value database • Stores cluster configuration • Stores cluster state 🖥 Worker Nodes Pods • Smallest deployable unit • Runs one or more containers • Each Pod gets its own IP Container Runtime • Runs containers on the node • Pulls container images • Manages container lifecycle kubelet • Agent running on each node • Communicates with the API Server • Ensures containers run as expected kube-proxy • Handles network routing • Enables Pod-to-Pod communication • Manages service traffic
AsyncTrix tweet media
English
4
56
250
14.2K
🐰DNA🐐 retweetledi
freeCodeCamp.org
freeCodeCamp.org@freeCodeCamp·
Sales work can eat up hours that founders and developers would rather spend building. In this course, you'll learn how you can use Claude with Obsidian, Notion, Granola, and Hunter to automate daily tasks. You'll also learn how AI-powered workflows can summarize meeting info, reduce admin work, and make your team more efficient. freecodecamp.org/news/automate-…
freeCodeCamp.org tweet media
English
0
27
181
7.2K
🐰DNA🐐 retweetledi
Darcy
Darcy@ItsDarcy_AI·
6 Month Roadmap to AI Engineer 📚📘
Darcy tweet media
English
5
129
667
21.8K