Squash.io (@labssquash) 's Twitter Profile
Squash.io

@labssquash

Daily programming and DevOps resources.

πŸŽ“ Tutorials
🌐 JavaScript
🐍 Python
πŸ•ΈοΈ Node.js
πŸ—„οΈ Databases
🎑 PHP
βš›οΈ ReactJS
🐳 Docker
🐧 Linux
and more.

ID: 1054435882420264960

linkhttps://www.squash.io calendar_today22-10-2018 18:14:39

543 Tweet

6,6K Followers

758 Following

Squash.io (@labssquash) 's Twitter Profile Photo

Some handy HTML5 features: β€’ Color widget 🎨 β€’ Date widget πŸ“… β€’ Search queries πŸ” β€’ URL validation πŸ”— Follow us for more.

Some handy HTML5 features:

β€’  Color widget 🎨
β€’  Date widget πŸ“…
β€’  Search queries πŸ”
β€’  URL validation πŸ”— 

Follow us for more.
Squash.io (@labssquash) 's Twitter Profile Photo

Javascript Debouncing Function Calls: Delay function execution until a specified time after the last call. Great for event handlers (e.g., resizing, scrolling). πŸ•°οΈ

Javascript Debouncing Function Calls: Delay function execution until a specified time after the last call. Great for event handlers (e.g., resizing, scrolling). πŸ•°οΈ
Squash.io (@labssquash) 's Twitter Profile Photo

Docker Security Tip: To avoid potential security risks, always use the 'no-new-privileges' flag when running containers. This ensures that processes inside the container cannot gain additional privileges, keeping your system safer from possible exploits.

Docker Security Tip: To avoid potential security risks, always use the 'no-new-privileges' flag when running containers. This ensures that processes inside the container cannot gain additional privileges, keeping your system safer from possible exploits.
Squash.io (@labssquash) 's Twitter Profile Photo

Python code snippet: Safe Dictionary Access with Default Value. The" safe_dict_access" function allows you to access nested dictionary keys safely and return a default value if the key is not found. This snippet helps you write cleaner and more robust code.

Python code snippet: Safe Dictionary Access with Default Value.

The" safe_dict_access" function allows you to access nested dictionary keys safely and return a default value if the key is not found. This snippet helps you write cleaner and more robust code.
Squash.io (@labssquash) 's Twitter Profile Photo

Docker and containers, a brief intro: 🎁 Benefits πŸ“š Terminology πŸ”§ Installation πŸ”„ Workflow ⌨️ Commands πŸš€ Deployment

Docker and containers, a brief intro:

🎁 Benefits
πŸ“š Terminology 
πŸ”§ Installation
πŸ”„ Workflow
⌨️ Commands 
πŸš€ Deployment
Squash.io (@labssquash) 's Twitter Profile Photo

CSS Tip: try the "object-fit" property! Control how an image or video fits within its container. It helps maintain the aspect ratio of the media while fitting it perfectly within the container. Experiment with "object-fit" values like "cover," "contain," or "fill".

CSS Tip: try the "object-fit" property! Control how an image or video fits within its container. It helps maintain the aspect ratio of the media while fitting it perfectly within the container. Experiment with "object-fit" values like "cover," "contain," or "fill".
Squash.io (@labssquash) 's Twitter Profile Photo

HTML5 features you should know: ⬇️ Download Attribute: easy file downloading ✍️ ContentEditable Attribute: makes the content editable πŸ”– Datalist Tag: autocomplete functionality β˜‘οΈ Select Multiple Values: multiple values selection in a file input or select list.

HTML5 features you should know:

⬇️ Download Attribute: easy file downloading
✍️ ContentEditable Attribute: makes the content editable
πŸ”– Datalist Tag: autocomplete functionality
β˜‘οΈ Select Multiple Values: multiple values selection in a file input or select list.
Squash.io (@labssquash) 's Twitter Profile Photo

There are 3 types of Bugs in Software Development: 1️⃣ The ones you catch 🎣🐞 2️⃣ The sneaky ones that slip by πŸ•΅οΈπŸž 3️⃣ The veteran tenants paying rent in your code 🏑🐞

There are 3 types of Bugs in Software Development:

1️⃣ The ones you catch 🎣🐞
2️⃣ The sneaky ones that slip by πŸ•΅οΈπŸž
3️⃣ The veteran tenants paying rent in your code 🏑🐞
Squash.io (@labssquash) 's Twitter Profile Photo

Docker isn't the same as containers! Docker builds container images, interacts with registries, and acts as one of many runtimes. It can even create container processes, but don't forget, Linux is still the king! 🐧πŸ’ͺ

Docker isn't the same as containers!  Docker builds container images, interacts with registries, and acts as one of many runtimes. It can even create container processes, but don't forget, Linux is still the king! 🐧πŸ’ͺ
Squash.io (@labssquash) 's Twitter Profile Photo

🌐HTML5 features you can try in your next project: ⬇️ "download" attribute: quick download ✍️ Content Editable: edit text directly on the page ⌨️ Regular Expressions: restrictions on what users can enter πŸ”’ "multiple" attribute: upload multiple files / select multiple options

🌐HTML5 features you can try in your next project:

⬇️ "download" attribute: quick download
✍️ Content Editable: edit text directly on the page
⌨️ Regular Expressions: restrictions on what users can enter
πŸ”’ "multiple" attribute: upload multiple files / select multiple options