barneymorris
Senior Fullstack Developer Writing fullstack apps using Javascript + React, Java, Golang Currently working in Lognex, LLC
Lognex, LLCMoscow
Pinned Repositories
about-me
Personal website
cocktails-recipes
Cocktails recipes site using React and Go
directives-playground-angular
Just getting learn Angular directives
golang-auth
Learning authentication using JWT, Mysql and React
golang-elk
Just experimenting with ELK stack
golang-fibbonachi-calculation-redis-cache
Playing aroung with Redis: cache fibbonachi number calculation
golang-hotel-reservation
Simple golang project for hotel reservation
golang-image-to-ascii
Turn image in pure ASCII!
golang-jaeger
Just playing around with Jaeger
golang-microservices
Just practicing in writing own microservices
barneymorris's Repositories
barneymorris/mfe-example
The demonstration of how Microfrontends with Webpack5 Module Federation can work together
barneymorris/java-ecomm-ms-app
Java Ecomm App with Spring Cloud
barneymorris/openvpn-install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
barneymorris/simple-grpc
Simple GRPC server example
barneymorris/simple-http
Golang simple http client-server example
barneymorris/production-grade-spring-microservices
Production grande Spring microservices with Kafka and Clould
barneymorris/nestjs-microservices
Practice with NestJS microservices creation
barneymorris/spring-production-grade-microservices
Trying myself to create production grade microservices using Java and Spring Framework
barneymorris/microservices-with-spring-sectionwise-code
Microservices With Spring, Docker, Kubernetes - Code Examples
barneymorris/nx-micro
Playing around with microfrontends with Nx
barneymorris/golang-jaeger
Just playing around with Jaeger
barneymorris/golang-prometheus-grafana
Just playing around with Prometheus and Grafana
barneymorris/golang-elk
Just experimenting with ELK stack
barneymorris/nodejs-simple-microservices-example
Simple example of nodejs microservices
barneymorris/golang-fibbonachi-calculation-redis-cache
Playing aroung with Redis: cache fibbonachi number calculation
barneymorris/golang-moovie-creator
Golang movie simple api example
barneymorris/golang-toll-calculator
Microservice example project
barneymorris/golang-hotel-reservation
Simple golang project for hotel reservation
barneymorris/spring-cloud-microservices-example
Simple example of using Spring Cloud with Spring Security and Spring Service Discovery
barneymorris/spring-security-simple-jwt-authenticator
Learning myself how to authenticate in Spring Security viw JWT
barneymorris/spring-todo-app
Spring boot REST app with Spring Security and React frontend
barneymorris/spring-simple-web-app
spring-simple-web-app
barneymorris/about-me
Personal website
barneymorris/golang-snake
Simple game written on Go
barneymorris/golang-rabbitmq-summator
Simple summator written in Go and RabbitMQ
barneymorris/golang-image-to-ascii
Turn image in pure ASCII!
barneymorris/golang-port-scanner
Simple CLI program that show opened and listen ports and which allow to kill some app that executes on that port.
barneymorris/golang-auth
Learning authentication using JWT, Mysql and React
barneymorris/cocktails-recipes
Cocktails recipes site using React and Go
barneymorris/grpc-client-server-echo
Simple Client-Server gRPC pet-project app for studing