Photo courtesy of Flickr user kreturn
I came across this post from @ben today while I was doing some daily reading on dev.to.
It got me wondering what other peoples' stacks look like. Here's pretty much what our tech stack is where I currently work. What's your tech stack look like?
Front-End:
Back-end:
Deployments and Infrastructure
- Deployments via Jenkins
- Docker
- Infrastructure as a service (iaas) via Google Cloud and Kubernetes.
Top comments (56)
Backend
Frontend
Deployments and Infrastructure
There's tools like BuiltWith which are a good way to explore what other sites use. Although it can only use information that can be gleaned from the web responses, it can provide a surprising amount of insight into the stacks others use, especially on the front-end.
stackshare.io/ is also very useful
Siftery should also help as Stackshare tends to miss out on certain organizations.
The catch? On siftery, you can only view content on sign-up which needs a work email ID, i.e: Gmail / Hotmail / Yahoo won't work. A workaround I use is to create an account using email ID(s) via Temp-Mail
the only useful website i think is disposable mail its useful becaause its help you to reduce spam
Wappalizer Chrome extension is what I use. Been addicted to looking up other people's tech stack
That does look pretty neat. Link for the lazy: wappalyzer.com/download
Cool stuff. Thanks for sharing Scott!
Basics
Languages
Frontend
Assets / Packaging
Backend
Persistence
Ops
Testing
Misc
Frontend:
Mobile:
Backend:
Infrastructure:
Others:
It's all open source as well here
Primarily Microsoft .NET platform doing a little bit of everything from Windows services to WinForms to WPF to WCF to Web API to MVC (with some JQuery). Backends, mostly SQL Server and Oracle.
I've dabbled a bit in PHP, MySQL and Java but they have never been my primary focus.
Probably feels good to move over to Web API from WCF I imagine? 😉. Thanks for sharing.
It is, although I'm currently dealing with a mixture of legacy WCF and new Web API.
Front-End: RiotJS or VueJS
Back-End : ArangoDB + Foxx and Foxxy
Sometimes I use Ruby on Rails also but softly moving to 100% JS stack
Also moving to Crystal Lang when speed is needed.
Whats your feedback on ArangoDB for high traffic applications?
Thank you for posting this! I know this is a few months old and I'm late to the party. Just want to say thanks for everyone to place more context outside of a simple
builtwith
query. We're dabbling in posting our tech stack and more in a dev blog. This thread is helping give more validation to posting a tech stack.Glad to hear it's helping you out @bzdata .
Working at Fewlines, we're huge fan of functional programming and we build API-first softwares.
We use Elm for most of our front-end and we build the back-end with Elixir (OTP/Plug/Poison/Cowboy and sometimes Phoenix). PostgreSQL handle our data, RabbitMQ manage our events and ELK for logs related stuff.
Our server infrastructure is mostly "cloud agnostic" and based on Kubernetes (with Helm) & Docker.
Front-end:
Back-end:
Heroku, a bit of AWS (mostly S3 and Simple Notification Service), no Docker for now
Thanks for sharing rhymes.
We have a few products, so the bird's eye view of our tech stack looks like this:
Backend
Frontend
Deployment
Some comments may only be visible to logged-in visitors. Sign in to view all comments.