29 items with this tag.

Quote Hi @all, how are your weekend ? Stay tune okay, and this week topic will take around wrapper, what is this and what we can deal with warpper to push efficiency for your work with them.

Quote So hi @all, It’s me again and long time no see, just have a quick break for vacation on last week. Back to back, today I will provide you the way to deploy your application, how the fast way the cloud service can help you serve this problems ? Let digest about ☕☕ Problems and role of Cloud Question I know when you want to perform or release your application, sometime you will meet some problems on knowledge when you do not have experience with Virtual machine (Azure), EC2 (AWS), or droplet (Digital Ocean) to setup and operation your application on these one But don’t worry, because of with the growth of containerization technologies, you will easily resolve that with your own application work like container, for example docker or podman.
Quote Hi @all, Turn back to work in provisioning Infrastructure. You know about Infrastructure as Code is truly insane, in currently situation, DevOps must be known about once of tools for doing stuff, with me, I totally repeat time to time about Terraform.

Utilities 🧰 Books Data Engineers Books & Papers Collection - Xeus Nguyen IT eBooks: The ecosystem downloading the IT Book for free 🌟 (Recommended) IT Ebooks Search: IT eBooks Info Search Engine IT Ebooks Dev: Free & Open IT Books Library Libgen: For finding and downloading the technology book 🌟 (Recommended) MLOps Books & Papers Collection - Xeus Nguyen System Architecture Books & Papers Collection - Xeus Nguyen DevSecOps Books & Papers Collection - Xeus Nguyen Kubernetes Books & Papers Collections - Xeus Nguyen Converter & Downloader 1001 Fonts - Free Fonts Convertio - File Converter 🌟 (Recommended) En - Savefrom or Vi - Savefrom - Free Online Video Downloader 🌟 (Recommended) Slidesgo - Free Google Slides themes and Powerpoint templates Driver Nvidia Graphic Card Driver: Search and download driver for NVIDIA 🌟 (Recommended) AMD Driver: Search and download driver for AMD Icons Dashboard Icon: A collection of 5976 curated icons & logos for services, applications and tools, designed specifically for dashboards and app directories.
VirtualBox Error in Ubuntu Error when setup virtualbox in Ubuntu Info That issue come from when you install the virtualbox in OS with enable secure boot in the BIOS, usually come from individual machine, I thinks.
Info Powershell Powershell, bring more helpful and memorable command which can reuse on next time 😅😅😅 Extract zip file You can use Expand-Archive for extract ZIP file, for example Expand-Archive .

Info All eyes for OS with Linux, Windows and moreover. Practice and learn new thing 🤭🤭🤭 Handheld notebook Cheatsheet SS64: Command line reference 🌟 (Recommended) Nano cheatsheet : Overview of nano’s shortcuts 🌟 (Recommended) Cheatsheet.

Abstract This is about some configuration to make your effective when work with powershell. This will collection from multiple source, check it out and let’s create your favorite shell Autocomplete in PowerShell Fish-like Autosuggestion in Powershell Oh-my-posh Documentation Oh my posh - Nerdfonts Powershell Gallery Chocolatey Package Unikey winget tool Font-installing.
Info Place to archive and snapshot the incredible command or pipe command with Linux OS platform such as Debian, Ubuntu, CentOS, … If you want to check the command with cheatsheet on your terminal, I recommend you to double-check at website cheat.

Info This place store script of mine to solve couple of problems, fun stuff and be able to reuse for multiple reason. Double-check if you concern For more explore, you can read to understand more way to improve shell script Internet - Practical Shell Patterns I Actually Use StackOverFlow -Assigning default values to shell variables with a single command in bash Blog - Using Nested Default Variable Values in a Shell Script Internet - If Statements - Bash Scripting Tutorial Baeldung - Differences Between Single and Double Brackets in Bash Blue Green Deployment Docker for Zero Downtime Abstract Zero Downtime and Automation CD for raw machine with Nginx configuration (Using the combination with GLAB for example - Add another if you do customize) Purpose: Create a platform specific the non’t downtime when deploying.
Documentation and Articles Awesome Repositories awesome-postgres: A curated list of awesome PostgreSQL software, libraries, tools and resources PostgreSQL Wiki: Contains user documentation, how-tos, and tips ‘n’ tricks related to PostgreSQL Cheatsheet Github Gist - psql-with-gzip-cheatsheet.

General Awesome Repository 30-seconds-of-code: Short code snippets for all your development needs project-based-learning: Curated list of project-based tutorials 🌟 (Recommended) API-mega-list: A powerhouse collection of APIs you can start using immediately to build everything from simple automations to full-scale applications Blog Pages Dev: DEV Community is a community of 2,027,354 amazing developers 🌟 (Recommended) Medium - Denys Poltorak: Super cool stuff take around developer pattern Medium - Dev Genius: Coding, Tutorials, News, UX, UI and much more related to development 🌟 (Recommended) Medium - FAUN — Developer Community 🐾: Learn and grow by keeping them up with what matters.
Squash commit Info Purpose: Combine N commit into one, and make it for new message Reference resource Git squash rebase - Vietnamese StackOverFlow - How do I squash my last N commits together? Method 1: rebase with -i flag git rebase -i <hash-id-you-want-to-squash> Tip Change the secondary commit from pick to squash, save and continue for set new message for commit Method 2: reset with --soft flag git reset --soft <hash-id-you-want-to-squash git commit -m "New message represent for twice or N commit" Delete branch Info Follow the article to understand how we can remove the branch in local and remote, use -d flag at: Git Delete Remote Branch – How to Remove a Remote Branch in Git For locally You can use -d with command git branch # e.

Quote Hi @all, very new one from me about React content LOL 😄. Today, I will talk about the problems occur when i try to build container for React project and release application to Production, your environments secrets actually expose on bundle code 😱, so how the heck way to protect these ? Sorry if my knowledge about React does actually that mean or not.
Quote For purpose when meet the problems when we setup and provide the environment for build android with no need to use or install android studio. That reason why i write about this, let’s digest What we need when build the android Quote As my knowledge, you have multiple way to build and assemble anything of mobile, and last progress, you will have apk file and easily to delivery to another platform to test and use.

Sumarry This is about some configuration to make your effective when work with linux shell, Oh-My-Zsh. It will collection from multiple source, and process will describe on the following page, check it 😄 First of all, you need to install ZSH and Oh-my-zsh for your shell Vietnamese - Cách cài đặt zsh và zsh-autosuggestions trên Ubuntu How to Install Zsh in Ubuntu 22.

General Repositories and Articles General Medium - 15 Databases, 15 Use Cases — The Ultimate Guide That No One Asked For (But Everyone Needs) 🌟 (Recommended) Medium - 11 Data Structures Powering Database 🌟 (Recommended) Dev.
Installing You can try install docker compose in two method, apt package managing or manually. Read more at Install the Compose plugin (Recommended) Install Compose standalone Use apt package sudo apt install docker-compose-plugin -y Manually download To download and install the Compose CLI plugin, run DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.
Quote Hi @all, as you can see Kubernetes is becoming the potential technology in the world in couple recently year. The knowledge about Kubernetes honestly to say It’s really huge, so today we can learn a bit about once of tools to maintain and deploy the workload inside Kubernetes Cluster, Helm.
Info Small script and take a note to interact between kubectl and your kubernetes cluster. You can explore command with kubectl in some place, including kubectl Quick Reference kubectl reference A couple of aliases for kubectl profile export KUBE_EDITOR="nano" # Kube edit will use nano for default editor alias k="kubectl" alias kgp="kubectl get pods" alias kn="kubectl config set-context --current --namespace" alias kaf="kubectl apply -f " alias kr="kubectl run --dry-run=client -o yaml " alias krcp="k resource-capacity -p --util" alias krca="k resource-capacity -a" alias kgsecret="k get secret -o go-template='{{range \$k,\$v := .
To find more information and example, you can double-check a some manifest collection at Kubernetes API Reference (1.34): Retrieve the api for double-check the manifest definition 🌟 (Recommended) Kubernetes Examples: About whole manifest of any types in Kubernetes 🌟 (Recommended) Kubernetes Lab of Collabnix: Ultimate Hands-on Labs and Tutorials 🌟 (Recommended) Kubernetes Manifests: A collection of K8s manifests to deploy common applications K8s Deployment Strategies: About setup deployment strategies of Kubernetes Medium - 24 Kubernetes Masters’ Configurations Medium - Zero-Downtime Deployments with Kubernetes CRDs-catalog: CRDs-catalog - used with kubeconform doc.

Info This page is place where I store command, configuration and moreover around information security. Nuclei Info Fast and customizable vulnerability scanner based on simple YAML based DSL.
Which reason do you concern about AWS ? Quote The primary reason I choose AWS is the unique philosophy that AWS maintainers and developers embed within their services.
The reason why I choose Azure Quote To be honest, although I have explored various cloud platforms ranging from basic to complex, Azure remains my priority for compute resources.

Quote Hi @all, how is your week? Do you find new thing? I hope all of you have feel well, and happy with your life. This week is a certain sticky week, I have not much time to do anything, but little bit about my research about quotas and limits of cloud services, maybe it’s pleasant.
Installing The default installation (via APT) # Apply with Debian, Ubuntu or Kali sudo apt update && sudo apt install docker.io docker-compose -y # Enable and add permission (Usually: You terminal is not root, if root you can escape) sudo usermod -aG docker $USER sudo systemctl enable docker.
General Articles Nanonets - Tesseract OCR in Python with Pytesseract & OpenCV Medium - Understanding Milvus: Key Concepts and Potential Applications Medium - Why You Shouldn’t Invest In Vector Databases? Datacamp - The Top 7 Vector Databases in 2025 Medium - 30+ MCP Ideas with Complete Source Code Medium - The Open-Source Stack for AI Agents Ngrok - Prompt caching: 10x cheaper LLM tokens, but how? AIME - PyTorch 2 GPU Performance Benchmarks (Update) General Medium - Agentic AI Knowledge Hub: Everything You Need to Know in One Place 🌟 (Recommended) Azure - AI agent orchestration patterns Awesome Repositories applied-ml: 📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production awesome-agentic-ai: A curated list of principles and technologies related to Agentic AI systems.

Data Engineer Articles Medium - Data Pipeline Development with MinIO, Iceberg, Nessie, Polars, StarRocks, Mage, and Docker Medium - ETL and ELT 🌟 (Recommended) Medium - ELT with Fabric, Azure and Databricks Medium - The Change Data Capture (CDC) Design Pattern 🌟 (Recommended) Medium - Apache Airflow Overview Blog - Data Lake vs Data Warehouse 🌟 (Recommended) ML4Devs - Scalable Efficient Big Data Pipeline Architecture MonteCarlo - Data Pipeline Architecture Explained: 6 Diagrams and Best Practices 🌟 (Recommended) Medium - Data Engineering Best Practices: How Big Tech & FAANG Firms Manage and Optimize Apache Kafka Medium - 5 Steps to Build Efficient Data Pipelines with Apache Airflow Blog - A Primer on Data Warehouses 🌟 (Recommended) Blog - Data Industry Primer 🌟 (Recommended) Onehouse - Comprehensive Data Catalog Comparison 🌟 (Recommended) Awesome Repositories awesome-apache-airflow: Curated list of resources about Apache Airflow awesome-bigdata: A curated list of awesome big data frameworks, resources and other awesomeness.
Generals Articles Neptune.ai - MLOps Landscape in 2024: Top Tools and Platforms 🌟 (Recommended) Neptune.ai - MLOps Principles and How to Implement Them 🌟 (Recommended) Google Cloud - MLOps: Continuous delivery and automation pipelines in machine learning Datacamp - 25 Top MLOps Tools You Need to Know in 2025 Youtube - GPU Instance Selection: AI & LLM Inference Benchmarking 🌟 (Recommended) Blog - LLM Inference Speed Benchmarks Awesome Repositories awesome-mlops: A curated list of references for MLOps AI-Infra: init to record my learning path of AI Infra, especially on inference.