begoingtox's profile picture. DevOps  Engineer🧑🏻‍💻❤️

BeGoingTo

@begoingtox

DevOps Engineer🧑🏻‍💻❤️

BeGoingTo reposted

𝗔𝗣𝗜 𝗣𝗿𝗼𝘁𝗼𝗰𝗼𝗹𝘀 An application programming interface (API) is a mediator that enables applications to communicate with each other. Yet, many API protocols can be grouped into four groups: 𝟭. 𝗪𝗲𝗯 𝗔𝗣𝗜𝘀 - are the most common type, facilitating communication…

milan_milanovic's tweet image. 𝗔𝗣𝗜 𝗣𝗿𝗼𝘁𝗼𝗰𝗼𝗹𝘀

An application programming interface (API) is a mediator that enables applications to communicate with each other. Yet, many API protocols can be grouped into four groups:

𝟭. 𝗪𝗲𝗯 𝗔𝗣𝗜𝘀 - are the most common type, facilitating communication…

BeGoingTo reposted

25 Blogs to Learn 25 DevOps Concepts 👇 1) Terraform Project Structure: techopsexamples.com/p/guide-to-a-w… 2) Terraform State: techopsexamples.com/p/steps-to-pre… 3) Terraform Graphs: techopsexamples.com/p/terraform-gr… 4) Terraform Dynamic Blocks: techopsexamples.com/p/the-problem-… 5) Crossplane with ArgoCD:…

govardhana_mk's tweet image. 25 Blogs to Learn 25 DevOps Concepts 👇

1) Terraform Project Structure: techopsexamples.com/p/guide-to-a-w…
2) Terraform State: techopsexamples.com/p/steps-to-pre…
3) Terraform Graphs: techopsexamples.com/p/terraform-gr…
4) Terraform Dynamic Blocks: techopsexamples.com/p/the-problem-…
5) Crossplane with ArgoCD:…

BeGoingTo reposted

Cloud Deployment Strategies 👇 1. 𝗥𝗼𝗹𝗹𝗶𝗻𝗴 𝗗𝗲𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁 gradually updates application instances in small batches. While some are upgraded to the new version, others still serve the current version. This continues until all instances are running the latest version.…

govardhana_mk's tweet image. Cloud Deployment Strategies 👇

1. 𝗥𝗼𝗹𝗹𝗶𝗻𝗴 𝗗𝗲𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁 gradually updates application instances in small batches. While some are upgraded to the new version, others still serve the current version.

This continues until all instances are running the latest version.…

BeGoingTo reposted

If you are looking for a great fullstack solution, I would like to recommend @nuxt_js and @supabase 🚀 The integration module comes with great Developer Experience allowing you to develop fast! 🎉 Check out the module supabase.nuxtjs.org


BeGoingTo reposted

𝗛𝗼𝘄 𝘁𝗼 𝗶𝗺𝗽𝗿𝗼𝘃𝗲 𝗱𝗮𝘁𝗮𝗯𝗮𝘀𝗲 𝗽𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲? Here are the most important ways to improve your database performance: 𝟭. 𝗜𝗻𝗱𝗲𝘅𝗶𝗻𝗴 Add indexes to columns you frequently search, filter, or join. Think of indexes as the book's table of contents -…

milan_milanovic's tweet image. 𝗛𝗼𝘄 𝘁𝗼 𝗶𝗺𝗽𝗿𝗼𝘃𝗲 𝗱𝗮𝘁𝗮𝗯𝗮𝘀𝗲 𝗽𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲?

Here are the most important ways to improve your database performance:

𝟭. 𝗜𝗻𝗱𝗲𝘅𝗶𝗻𝗴

Add indexes to columns you frequently search, filter, or join. Think of indexes as the book's table of contents -…

BeGoingTo reposted

Many Cloud Engineers don’t fully understand AWS Transit Gateway. Without AWS Transit Gateway, You need to: - Peer every VPC with every other - Manually update all route tables - Handle VPN connections for on-prem teams - Recreate all this again in a second region The worst…

govardhana_mk's tweet image. Many Cloud Engineers don’t fully understand AWS Transit Gateway.

Without AWS Transit Gateway, You need to:

- Peer every VPC with every other
- Manually update all route tables
- Handle VPN connections for on-prem teams
- Recreate all this again in a second region

The worst…

BeGoingTo reposted

How to set goals

Book_therapy223's tweet image. How to set goals

BeGoingTo reposted

How to Build Good Node.js Container Images (continued) 🔽 Different Node.js frameworks require (slightly) different tricks. Learn more about them by solving these 3 challenges: - Next.js labs.iximiuz.com/challenges/doc… - Nuxt labs.iximiuz.com/challenges/doc… - SvelteKit labs.iximiuz.com/challenges/doc…

iximiuz's tweet image. How to Build Good Node.js Container Images (continued) 🔽

Different Node.js frameworks require (slightly) different tricks. Learn more about them by solving these 3 challenges:

- Next.js labs.iximiuz.com/challenges/doc…
- Nuxt labs.iximiuz.com/challenges/doc…
- SvelteKit labs.iximiuz.com/challenges/doc…

BeGoingTo reposted

Docker components explained

thatstraw's tweet image. Docker components explained

BeGoingTo reposted

How WAF Works


BeGoingTo reposted
ScholarshipfPhd's tweet image.

BeGoingTo reposted

WhisperX: speech recognition with word timestamps and speaker diarization

tom_doerr's tweet image. WhisperX: speech recognition with word timestamps and speaker diarization

BeGoingTo reposted

Terminal-based PostgreSQL database management tool with vim-like navigation

tom_doerr's tweet image. Terminal-based PostgreSQL database management tool with vim-like navigation

BeGoingTo reposted

i hope you get some value from this

MuthaNagavamsi's tweet image. i hope you get some value from this

BeGoingTo reposted

Docker Security Mistake That Even Senior Developers Overlook: 🔒 Not adding a .dockerignore file containing .env is a huge risk. When you don’t exclude .env from the Docker build process, your environment variables including API keys, DB creds, and secrets get baked into the…

nilotpaul_n's tweet image. Docker Security Mistake That Even Senior Developers Overlook:

🔒 Not adding a .dockerignore file containing .env is a huge risk.

When you don’t exclude .env from the Docker build process, your environment variables including API keys, DB creds, and secrets get baked into the…

BeGoingTo reposted

🔥 It's here: NativePHP for Mobile has officially launched. Build native Android & iOS apps with just @LaravelPHP, a ton of coffee and a bit of magic. 📱 Android support just landed! 📚 Docs are live and production-ready ⚡️ Start shipping today! nativephp.com/mobile


BeGoingTo reposted

🚀 Infrastructure Engineer vs DevOps vs SRE vs Cloud Engineer Do you agree with this comparison, or would you like to add or modify anything?

devops_tech's tweet image. 🚀 Infrastructure Engineer vs DevOps vs SRE vs Cloud Engineer 

Do you agree with this comparison, or would you like to add or modify anything?

Loading...

Something went wrong.


Something went wrong.