Tech Stack or also known as solution stack is a set of software or components needed to create a complete platform such that no additional software is needed to support applications - Wikipedia
🤩 What's your current tech stack ?
📢 Let everyone know.. Comment below!
😎 I'll go first..
- Flutter
- Google Cloud
- GitHub
- Firebase
- Docker
- Kubernetes
Top comments (47)
professionally:
Java
Spring Boot
Mongo
Angular
Openshift
for personal projects:
React
Rust vs Go (haven't decided yet)
Rust vs Go for backend ?
Tough to decide... I can help you...
hey, I'm interested in hearing your take on this epic battle 😃
@heydrdev so any reply or not?
Sorry for the late reply...
I found this article very useful itnext.io/rust-vs-go-cc38b7048181
This make my mind to go with Go, because today all the major DevOps tools like Kubernetes, Docker, Consul, Vault, Terraform, Etcd, Grafana Istio, all are written in Go.
So probably working with Go would be good decisions for me.
But I am going to create a Poll for it. 😉
My upcoming tech stack:
That's amazing Jackson.. Literally it's awesome to see your tech stack..
By the way... what's your niche on the cloud side ?
I am currently on the container side on the cloud. Docker and Kubernetes are amazing...
Kubernetes :)
Great... Kubernetes is love
😂😂😂
Containerization is a key component to making your projects portable. This allows you to use whatever stack you want and be able to easily deploy it to any container-friendly host. I use Alpine as my base because it's extremely light, weighing in at only ~5mb.
RethinkDB is a highly underrated NoSQL database service with built in support for clustering and push notifications.
Web Sockets are absolutely essentially for dealing with real-time data synced across multiple clients.
Web Components are, simply put, the future of front-end web development. Being able to create self-contained, portable components with zero dependencies is a complete game changer. Forget bloated, inefficient libraries like React and learn this web standard.
*Me, when someone is talking about Web Sockets..
Any good resources to study about the Sockets ?
Here's a pretty decent tutorial that shows the basics of how to create a WebSocket server using Node and connect to it from a browser.
My go to tech stack
I recently played around with svelte using sveltekit and loving it so far. For my next project I might use that instead of React.
I am also planning to start using Redis and Nginx. They are
For Complex
Local environment: Laragon, vite
Projects: Laravel, inertia.js, Vue3
Deployment: Digital Ocean
POCs and small
back: firebase or supabase
front: vue3, vite, vitest, storybook
Deployment: Vercel or Netlify
Netlify is amazing 🔥🔥
Thanks for sharing ❤ Literally my networking concept is zero. I need to work upon it.
When my brain tries to understand networking protocols*
In my current job,
django-rest on the backend
vue-2 on the frontend
That's amazing guledali. What project are you working on ?
We building system for small clinics
What is Laravel used for ?
I am also a command line person... I rarely use the VS code extensions for git..
*Me: Feeling powerful when using command line to push changes...
Laravel provides excellent backbone MVC structure for your projects. They have lots of customization different frameworks such as lumen and nova to ease your development.
I completely agree with you on command line. My colleagues(non technical) always wonder what in the world Matrix(pun intended) is going on in my computer.😃
GraphQL and Rest for API are really important.. there are probably going to be my next target any tips or suggestions on How to start..