tech.csv 2.38 KB
"name","ring","quadrant","isNew","description"
"PostgresSQL","adopt","Datastore","false","PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance. "
"Microsoft SQL Server","trial","Datastore","false","Microsoft SQL Server is a relational database management system developed by Microsoft."
"IBM Informix","trial","Datastore","false","IBM® Informix® is an embeddable, high-performance database for integrating SQL, NoSQL, JSON, time-series and spatial data."
"Oracle Database","trial","Datastore","false","Oracle Database is a multi-model database management system produced and marketed by Oracle Corporation. It is a database commonly used for running online transaction processing, data warehousing and mixed database workloads."
"CSS 3","adopt","Languages and Frameworks","false","Defacto styling standard"
"HTML 5","adopt","Languages and Frameworks","false","Defacto web styling standard"
"JavaScript","adopt","Languages and Frameworks","false","JavaScript is our main programming langauge for FrontEnd"
"JSON","adopt","Languages and Frameworks","false","Standard data structure"
"Kotlin","hold","Languages and Frameworks","true","A modern programming language that makes developers happier"
"TypeScript","adopt","Languages and Frameworks","true","TypeScript helps to abstract our development"
"Angular","adopt","Languages and Frameworks","false","Old JS framework. This is the first Angular. We used in old blibli.com UI. Hard to improve performance and very old in technology features"
"Python","adopt","Languages and Frameworks","false","Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation."
"PHP","adopt","Languages and Frameworks","false","PHP is a general-purpose scripting language geared toward web development."
"JQuery","hold","Library","false","Old-school coding. This library is not used anymore. All functionalities in JQuery are available in ES6+ and native browser APIs"
"NGINX","adopt","Techniques and Platforms","false","Default UI server. We use a lightweight http-server to serve our static content. We do some routing, rate-limiting and other simple logic here also using openresty and sub_filter plugin"
"NPM","adopt","Tools","false","Defacto package manager. We will use it as default package manager for Frontend projects."