Vasilij Duško’s Post
More Relevant Posts
-
🚀 Introducing db-syncer: Sync your remote PostgreSQL databases locally with ease using Docker Compose! No more manual dumps — just clone, set up your environment, and run the script. It’s that simple. Check out the GitHub repo to get started: https://lnkd.in/dWDGuWHM #PostgreSQL #Docker #DevOps #OpenSource
GitHub - pinkynrg/db-syncer: Automates PostgreSQL database syncs from remote instances to local using Docker Compose. Perfect for development, testing, and backups.
github.com
To view or add a comment, sign in
-
Happy to share a new GitHub repository that I've been working on, a Node.js express server designed to streamline user authentication and management with robust security and scalability! 🚀 Key Features: Signup/Signin: Implements JWT for session management, securely registering users with email and password by encrypting the password using bcrypt with salting, ensuring data protection in the backend MongoDB database. Signout: A simple, effective signout process that removes the session cookie, safeguarding user sessions. Get User Information: Easy retrieval of the currently signed-in user's information, enhancing user experience. Built for scalability, this repository is containerized with Docker and orchestrated using Kubernetes, ready to handle growth seamlessly. Excited for you to check it out and contribute to its evolution! https://lnkd.in/gtREPTPi #DevOps #Kubernetes #Docker #MongoDB #Security #Scalability #OpenSource
GitHub - thenaseemahmad/node_auth_backend
github.com
To view or add a comment, sign in
-
I have published my first public Helm Chart of Haproxy in Kubernetes for Postgres Patroni cluster. Check it out 😎 #kubernetes #k8s #helm #helmchart #patroni #haproxy #postgres #devops #sre
GitHub - ivanov-danil/haproxy: Helm Chart of Haproxy in K8S (for Postgres Patroni cluster)
github.com
To view or add a comment, sign in
-
Hi, everyone. I'm developing services that process tax calculations from various sources and feed different systems within a business organization. I'm using Go and Fiber and this application will have support for Docker and Postgres DB. See my GitHub repository: #go #restapi #fiber #postgres #docker
GitHub - LesterCerioli/DFe-Go
github.com
To view or add a comment, sign in
-
In this Live episode, I will create a set of CRUD Rest API in Go, using Mux, Postgres as a Database and Docker. #go https://lnkd.in/dqWBu232
Build a CRUD Rest API in Go using Mux, Postgres, Docker and Docker Compose #golang #docker
https://www.youtube.com/
To view or add a comment, sign in
-
🚀 New Video Alert: Mastering Kubernetes ConfigMaps & Secrets with Spring Boot and MySQL 🚀 I'm excited to share my latest tutorial on integrating Kubernetes ConfigMaps and Secrets into real-world projects using Spring Boot and MySQL. In this video, I walk you through best practices for managing non-sensitive configuration data and securely handling sensitive credentials in Kubernetes deployments. Whether you're a DevOps engineer, a cloud-native developer, or just getting started with Kubernetes, this tutorial covers it all: 🔍 Key Takeaways: 1️⃣ How to create and use ConfigMaps in Kubernetes for dynamic configuration management. 2️⃣ How to securely manage sensitive data with Kubernetes Secrets. 3️⃣ Best practices for integrating Spring Boot with MySQL in a Kubernetes environment. 4️⃣ Real-world use cases with step-by-step deployment instructions. 🎥 Watch the full tutorial here: https://lnkd.in/g3dBb4V2 📖 Dive deeper with my blog on Hashnode: If you prefer reading or want additional code examples and advanced tips, check out my latest blog post that complements the video! ✨ Read More on Hashnode: 🔗 https://lnkd.in/gynkUju9 Don’t forget to like, comment, and share if you find this helpful! 💡 Let’s keep learning and growing together. 💻🔧 #Kubernetes #SpringBoot #ConfigMaps #Secrets #DevOps #CloudNative #KubernetesTutorial #KubernetesDeployment #LearningJourney #TechCommunity
Mastering Kubernetes ConfigMaps and Secrets: Integrating Spring Boot and MySQL
https://www.youtube.com/
To view or add a comment, sign in
-
🌟 Building Scalable Solutions with Kubernetes! Excited to share my latest project: Flask API with PostgreSQL on Kubernetes 🚀 ✅ Flask REST API + PostgreSQL backend ✅ Containerized with Docker ✅ Deployed on Kubernetes for scalability ✅ Production-ready configurations Quick, scalable, and ready for real-world use! Testing the API gives responses like: [ {"student_id": 1, "student_name": "Student 1"}, {"student_id": 2, "student_name": "Student 2"} ] 💡 Let’s connect and collaborate on modern web solutions! #Kubernetes #Docker #Flask #PostgreSQL #DevOps
GitHub - pratham7289/Flask-API-with-PostgreSQL-on-Kubernetes
github.com
To view or add a comment, sign in
-
New Post: Automatically Create a Database Schema With Spring Boot
Automatically Create a Database Schema With Spring Boot | Baeldung
baeldung.com
To view or add a comment, sign in
-
Hello Connections, Let's continue our learning on Kubernetes! Today we are at Day 35 Challenge of #90daysofdevops where we will learn about ConfigMap and Secrets in Kubernetes. #kubernetes #container #orchestration #cluster #devopscommunity #devopstools #devopsjourney #devopstraining #linkdinfamily #90daysofdevops #90daysofdevopschallenge #trainwithshubham #githubproject #git #github #cluster #deployment #loadbalancing #service #networking Do read out the below blog to read about it in detail 👇
Day 35: 90DaysOfChallenge
shilpi-ekta.hashnode.dev
To view or add a comment, sign in
-
🦀 Scaling File Uploads with Microservices and Rust 🦀 I'm excited to share my latest project on GitHub: File Uploads Using Multi-Threads in Rust! 📂⚙️ In this project, I built a microservice for efficient file uploads, utilizing multi-threading and chunking techniques. By breaking down files into manageable parts, we can easily store them in a PostgreSQL database and handle large uploads seamlessly. The service is Dockerized 🐳 for easy deployment and integrates with Postman for API testing. 🎯 Key Highlights: Designed with Rust for memory safety and concurrency. Utilizes Docker to create isolated and scalable environments. Chunk-based file uploads ensure reliable data handling, even for large files. Microservice architecture that can be integrated into larger systems. 💡 Why Microservices? In modern applications, microservices allow us to break complex processes into independent, lightweight services that can scale individually. This makes systems more flexible and resilient — exactly what we need for handling unpredictable workloads like large file uploads. You can check out the project here: 👉 GitHub Repo - https://lnkd.in/gWaGyemt Looking forward to hearing your thoughts on Rust, multi-threading, and microservice architecture! Let's connect and discuss how to build scalable and efficient systems together! 💬 #RustLang #Microservices #Docker #Concurrency #PostgreSQL #ScalableArchitecture #SoftwareDevelopment
GitHub - enosuity/file_uploads_using_multi_threads
github.com
To view or add a comment, sign in