mnaeem95
A problem is either already solved or is a combination of smaller problems.
Delivery HeroBerlin, Germany
Pinned Repositories
0x4447-article-how-to-think-about-the-AWS-infrastructure
🤔 A way of understanding all the AWS lies.
100-go-mistakes
Source code of 100 Go Mistakes 📖
33-js-concepts
📜 33 concepts every JavaScript developer should know.
36-graphql-concepts
📜 36 concepts every GraphQL developer should know.
algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
applied-reinforcement-learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
AutoWebPerf
AutoWebPerf provides a flexible and scalable framework for running web performance audits with arbitrary audit tools including PageSpeedInsights, WebPageTest and more.
awesome-cheatsheets
📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
quokka-plugin-expect
mnaeem95's Repositories
mnaeem95/100-go-mistakes
Source code of 100 Go Mistakes 📖
mnaeem95/algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
mnaeem95/AutoWebPerf
AutoWebPerf provides a flexible and scalable framework for running web performance audits with arbitrary audit tools including PageSpeedInsights, WebPageTest and more.
mnaeem95/backendlore
How I write backends
mnaeem95/cassandra-workshop-series
All materials for the Cassandra Workshop Series in a single place
mnaeem95/commerce
Next.js Commerce
mnaeem95/config-server
mnaeem95/ddd-cqrs-es-aws-sam
Comprehensive Domain Driven Design, CQRS, and Event Sourcing example utilizing AWS SAM.
mnaeem95/demo-v-microfronted-html-entrypoint
Demo project to build Micro Frontends with a Team-Based Vertical Architecture using html as entry point
mnaeem95/educative.io_courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
mnaeem95/example-consumer
An example of a consumer that uses Pact+Pactflow to create a consumer driven contract with its provider
mnaeem95/example-provider
An example of a provider that uses Pact+Pactflow to honour a consumer driven contract with its consumer
mnaeem95/greenlight
mnaeem95/just-react
React技术揭秘
mnaeem95/learn-istio
⛵️ Istio resources 🕸
mnaeem95/low-level-design-primer
mnaeem95/machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
mnaeem95/next-lhci-example
mnaeem95/react-native-web-monorepo
Code sharing between iOS, Android & Web using monorepo
mnaeem95/sabbar-take-home-challenge
Sabbar Take Home Challenge
mnaeem95/solution-architecture-patterns
Reusable, vendor-neutral, industry-specific, vendor-specific solution architecture patterns for enterprise
mnaeem95/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
mnaeem95/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
mnaeem95/strong-node
:heavy_check_mark: More than 100 security checks for your Node.js API
mnaeem95/talent-plan
open source training courses about distributed database and distributed systemes
mnaeem95/type-challenges
Collection of TypeScript type challenges with online judge
mnaeem95/typescript-event-sourcing
Domain Driven Design, Event Sourcing & Command Query Responsibility Segregation with Typescript
mnaeem95/ultimate-backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
mnaeem95/v8-perf
⏱️ Notes and resources related to v8 and thus Node.js performance
mnaeem95/zlick-take-home-challenge