Pinned Repositories
-Data-Stream-Development-with-Apache-Spark-Kafka-and-Spring-Boot
Data Stream Development with Apache Spark, Kafka and Spring Boot by Packt Publishing
100-words-design-patterns-java
GoF Design Patterns, each pattern described with story from real life.
2024-yazilim-sektoru-maaslari
2024 Yazılım Sektörü Maaşları
2024_DevoxxBE-Amber-lab-JosePaumard
2024_DevoxxFR-Amber-lab
cs-video-courses
List of Computer Science courses with video lectures.
openproject-api
TUG Open-project Api
Spring-Boot-Kafka-Producer-and-Consumer-Example
Spring Boot Kafka Producer and Consumer Example
murodin's Repositories
murodin/java8-the-missing-tutorial
Java 8 for all of us
murodin/dsalgo
www.dsalgo.com Data structure and algorithms interview questions and answers with complete java code for top level companies like google, microsoft, amazon and Facebook.
murodin/SOLID_Principle
SOLID Principle in Golang
murodin/sentiment-analysis-twitter-microservices-example
A sample application that demonstrates how to build a graph processing platform to analyze sources of emotional influence on Twitter.
murodin/oauth2-blog
REST service to present Spring Boot and OAuth2 integration.
murodin/icafe
Java library for reading, writing, converting and manipulating images and metadata
murodin/SOLID-principles-in-Golang
S.O.L.I.D Principles in go
murodin/spring-boot-mongodb-example
Spring Boot Using Spring Data MongoDB Example
murodin/functionalJavaCodeExamples
code examples of my talk
murodin/learning-spring-boot-2nd-edition-code
Source code for Learning Spring Boot 2nd Edition
murodin/java11-lambda-patterns-mtumilowicz
Functional programming patterns in java.
murodin/ResourceAllocationReinforcementLearning
intial version
murodin/pyshmht
Shared memory based Hash Table extension for Python
murodin/awesome-libs
Collections of some common useful java libs including utils, spring support and so on.
murodin/dlcheck
Potential deadlocks checker
murodin/SensorsToInfluxDB
murodin/effectivejava_hoca
murodin/design-patterns
Examples illustrating implementation of different design patterns (mostly with GOF patterns) in Java.
murodin/encog-java-core
murodin/spring-boot-microservices-1
Spring Boot Template for Micro services Architecture - Show cases how to use Zuul for API Gateway, Spring OAuth 2.0 as Auth Server, Multiple Resource (Web Services) Servers, Angular Web App, Eureka dor registration and Discover and Hystrix for circuit breaker
murodin/java-concurrency
Java concurrency examples
murodin/django-daiquiri-tap
A tiny wrapper for astroquery.utils.tap, adding support for token authorization.
murodin/aifh
Artificial Intelligence for Humans
murodin/Java-Data-Structures
Collection of data structures examples via Java
murodin/bootstrap-sweetalert
:cake: A beautiful "replacement" for JavaScript's alert ⛺
murodin/spring-security-jwt
In this article, we will be creating a sample REST CRUD APIs and provide JWT role based authorization using spring security to these APIs. We will be using spring boot 2.0 and JWT 0.9.0. In the DB, we will have two roles defined as ADMIN and USER with custom UserDetailsService implemented and based on these roles the authorization will be decided. We will be using spring data to perform our CRUD operations and spring provided annotations such as @PreAuthorize, @Secured and @EnableGlobalMethodSecurity for authorization.
murodin/ts_ocs_executive
murodin/Hungarian-Method
The repo consist of a implementation of Hungarian method for resource allocation.
murodin/service-pattern-go
Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.
murodin/SpringBoot-Prometheus-Grafana
Spring Boot & Prometheus & Grafana integration