Tech Stack

Tech Stack

In the following I am presenting you my Tech Stack which I all learned by videos & courses on the internet. Youtube & Udemy are your best friends when it comes to learn new skills.

NextJs, React & React Native


NextJS Frontend FrameworkA frontend framework that enables developers to build web applications with React by adding server-side rendering, static site generation, routing, data fetching, image optimization, and more.
Professional
NextJs Logo
ReactJS Frontend FrameworkA JavaScript library for building user interfaces.
Intermediate
ReactJS Logo
React Native Mobile Framework & ExpoA framework for building native applications using React. In the past we built the NexosSolutions App for Android and iOS with React Native.
Intermediate

Python


Python LanguageUsed for web scraping and data analysis in past projects. The University of Munich hired me for a project to scrape data from the web for their research and study purposes.
Basic

Golang


Golang LanguageExtremely fast and efficient language. In some projects we used Golang for the backend to deliver the data to the frontend and to handle the API requests.
Basic

Typescript


Typescript LanguageTypesafety used in almost all projects. Typescript is a superset of JavaScript that adds type definitions to the language.
Intermediate
ReactJS Logo

Javascript & NodeJS


Javscript LanguageUsed for web development and browser extensions in the past. NexosSolutions is a browser extension that automates the process of purchasing limited items. Based on web-requests it automated the process of selecting, purchasing and submitting the order.
Professional
Chrome Extensions & WebpackUsed to deliver react chrome extensions for the browser such as automated buying software, scrapers and helpful tools.
Intermediate
NodeJS Backend FrameworkThe backend framework for the NexosSolutions Extension and App. Our API is built with NodeJS and ExpressJS to deliver the data to the frontend.
Professional
NodeJS Logo

MongoDB & PostgreSQL


MongoDBA NoSQL database program, which uses JSON-like documents with optional schemas. Used for the NexosSolutions Extension and App to store user data and product information.
Intermediate
MongoDB Logo
PostgreSQLA powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
Intermediate
PostgreSQL Logo