StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Accenture
Accenture logo

Accenture

Verified

We help organizations share their technology strategies to take advantage of disruptive innovations, rather than being shaped by them.

San Diego, CAwww.accenture.com
273
Tools
4
Decisions
0
Followers

Tech Stack

Application & Data

74 tools

MySQL logo
MySQL
Vue.js logo
Vue.js
.NET Core logo
.NET Core
TypeScript logo
TypeScript
MaxCDN logo
MaxCDN
Bootstrap logo
Bootstrap
JavaScript logo
JavaScript
PHP logo
PHP
Node.js logo
Node.js
AngularJS logo
AngularJS
Rails logo
Rails
Amazon CloudFront logo
Amazon CloudFront
Python logo
Python
MongoDB logo
MongoDB
PostgreSQL logo
PostgreSQL
Java logo
Java
HTML5 logo
HTML5
.NET logo
.NET
Amazon EMR logo
Amazon EMR
EdgeCast logo
EdgeCast
Clojure logo
Clojure
Backbone.js logo
Backbone.js
Django logo
Django
Objective-C logo
Objective-C
CoffeeScript logo
CoffeeScript
Android SDK logo
Android SDK
ExpressJS logo
ExpressJS
Ionic logo
Ionic
C# logo
C#
Spring logo
Spring
Symfony logo
Symfony
Microsoft SQL Server logo
Microsoft SQL Server
Sinatra logo
Sinatra
Material Design for Angular logo
Material Design for Angular
MEAN logo
MEAN
Cassandra logo
Cassandra
C++ logo
C++
jQuery Mobile logo
jQuery Mobile
PhoneGap logo
PhoneGap
Semantic UI logo
Semantic UI
Fastly logo
Fastly
Mongoose logo
Mongoose
CodeIgniter logo
CodeIgniter
SQLite logo
SQLite
Hadoop logo
Hadoop
Play logo
Play
Foundation logo
Foundation
Swift logo
Swift
Scala logo
Scala
Ember.js logo
Ember.js
HAML logo
HAML
MariaDB logo
MariaDB
Ruby logo
Ruby
org.hamcrest:java-hamcrest logo
org.hamcrest:java-hamcrest
junit:junit logo
junit:junit
Snowflake logo
Snowflake
org.mockito:mockito-core logo
org.mockito:mockito-core
commons-io:commons-io logo
commons-io:commons-io
SQL logo
SQL
travis logo
travis
octokit logo
octokit
CSS 3 logo
CSS 3
Shell logo
Shell
C lang logo
C lang
com.googlecode.java-diff-utils:diffutils logo
com.googlecode.java-diff-utils:diffutils
net.javacrumbs.json-unit:json-unit logo
net.javacrumbs.json-unit:json-unit
org.apache.commons:commons-lang3 logo
org.apache.commons:commons-lang3
org.slf4j:slf4j-jdk14 logo
org.slf4j:slf4j-jdk14
org.hamcrest:hamcrest-all logo
org.hamcrest:hamcrest-all
org.json:json logo
org.json:json
org.apache.commons:commons-text logo
org.apache.commons:commons-text
org.slf4j:slf4j-api logo
org.slf4j:slf4j-api
org.htmlparser:htmlparser logo
org.htmlparser:htmlparser
Groovy logo
Groovy

Utilities

24 tools

Google Analytics logo
Google Analytics
Slack logo
Slack
Optimizely logo
Optimizely
Segment logo
Segment
Shopify logo
Shopify
Gitter logo
Gitter
Wistia logo
Wistia
Urban Airship logo
Urban Airship
Gusto logo
Gusto
Devise logo
Devise
Clicky logo
Clicky
Elasticsearch logo
Elasticsearch
HipChat logo
HipChat
PayPal logo
PayPal
Amazon ElastiCache logo
Amazon ElastiCache
Keen logo
Keen
Heap logo
Heap
Solr logo
Solr
KISSmetrics logo
KISSmetrics
Stripe logo
Stripe
Twilio logo
Twilio
Braintree logo
Braintree
Varnish logo
Varnish
Chartbeat logo
Chartbeat

DevOps

3 tools

Kibana logo
Kibana
Amazon CloudWatch logo
Amazon CloudWatch
StatusPage.io logo
StatusPage.io

Business Tools

4 tools

UXPin logo
UXPin
InVision logo
InVision
Salesforce Sales Cloud logo
Salesforce Sales Cloud
Balsamiq logo
Balsamiq

Team Members

vzule
vzuleDigital Commerce Delivery Lead
Kijo Kim
Kijo Kim
Simon Qi
Simon Qi
Leônidas Nascimento
Leônidas NascimentoEngineering Manager
Chandan Singh
Chandan Singh
sam mitchell
sam mitchellSoftware Engineer
David Freeman
David FreemanSenior Manager
Patricio Ezequiel Hondagneu Roig
Patricio Ezequiel Hondagneu RoigWeb developer
Roman Mitasov
Roman MitasovJava Developer
Aaron Brill
Aaron BrillManager
Jude Hansen
Jude HansenFront-end Developer
tlachmann
tlachmann

Engineering Blog

Stack Decisions

Daniel Sitnik
Daniel Sitnik

Apr 21, 2022

If your first goal is to learn the basics of developing a web app composed of a frontend that communicates with a backend through REST APIs, then I would go with the Angular + NestJS combo.

My reasoning is that they both use TypeScript (a superset of JavaScript) and the architecture of both frameworks follow the same patterns. Both applications (front and back) will be structured around Modules, Controllers and Services. You need to learn just one language, and since the frameworks are so similar, the concepts you learn from Angular can easily be related to Nest and vice-versa.

Once you learn the basics you can start switching frameworks and languages and going for something different.

28.6k views28.6k
Comments
Daniel Sitnik
Daniel Sitnik

Jan 19, 2022

Metabase is more user friendly and totally targeted at non technical people. Setup is super easy and it supports all of the most popular datasources.

You can give meaningful names and descriptions to your tables and columns. This helps the end users when they are creating the queries (called "questions" in Metabase). Question creation is all done visually, you can even join tables and do aggregations (group by) without coding any line of SQL, although SQL can be used for more complex cases.

32.8k views32.8k
Comments
Daniel Sitnik
Daniel Sitnik

Dec 6, 2021

If this data is being sent to a centralized database and the charts and diagrams you need to show are not very complicated, then I would go for something more like a BI solution.

These tools can connect directly to your database (and many other types of datasources) and they offer you a user friendly interface where you can build the queries to extract the data you need and show it in a variety of different charts.

There are some great free and open source alternatives like Metabase and Superset, and of course the commercial ones like Retool and PowerBI.

I would only go the React way if you need something very customized to your needs. Not only you're gonna have to build the full React frontend, you're also gonna need to build the backend to extract the data and provide the APIs for the frontend.

43.1k views43.1k
Comments
David Eddy
David Eddy

Apr 18, 2019

I use Jenkins because it can be a hosted solution OR on-prem, the community and feature set's are massive and now with the introduction of Jenkins X (for serverless) and declarative pipelines as code; Jenkins is a powerhouse like non-other.

41.6k views41.6k
Comments