Different Open-source repository, books, blogs, forums, etc. on PyTorch

Different PyTorch open-source repository to play around. Pick up the open-source code on PyTorch understand it, play around with it, and build your own. | Continue reading


@devglan.com | 4 years ago

Different Machine Learning Open-source repository, books, blogs, forums, etc.

Different Machine Learning open-source repository to play around. Pick up the open-source code on Machine Learning understand it, play around with it, and build your own. | Continue reading


@devglan.com | 4 years ago

Spring WebFlux Reactive REST API

This tutorial is about creating REST API in Spring WebFlux - reactive programming support for Web applications in Spring Framework 5 which is built on a Reactive Streams API to run on non-blocking servers. We will perform different CRUD operations using annotated controllers with … | Continue reading


@devglan.com | 4 years ago

Spring Boot Redis Cache

In this tutorial, we will be discussing the integration of Redis cache with Spring Boot by developing a CRUD operation example using Jedis and spring boot starter data redis. First, we will be defining our custom RedisTemplate and use HashOperations to perform get and put operati … | Continue reading


@devglan.com | 4 years ago

Spring Cloud Gateway

We will discuss Spring Cloud Gateway - a reactive Gateway built upon Project Reactor, Spring WebFlux, and Spring Boot 2.0. We will look into the gateway flow with different examples of using predicates for routing, pre-filters, global filters to modify the request and response he … | Continue reading


@devglan.com | 4 years ago

AWS S3 Java

In this tutorial, we will discuss AWS S3 and create a sample java application to perform different operations such as folder create, read, write and delete files from an AWS S3 bucket. | Continue reading


@devglan.com | 5 years ago

Spring Boot OAUTH2 Role-Based Authorization

We will be securing REST APIs with role-based OAUTH2 implementation. We will be creating two custom roles as ADMIN and USER and we will use @secured annotation provided by spring security to secure our controller methods based on role. | Continue reading


@devglan.com | 5 years ago

Angular 7 CRUD Example

This article is about creating a full stack app with Angular 7 and spring boot. We will be performing a CRUD operation on a user entity. We will be using reactive forms module with routing, HTTP interceptor integrated in it. | Continue reading


@devglan.com | 5 years ago

Securing Messages with AES Encryption in Java

This post explains about AES(Advanced Encyption Standard) symmetric algorithm with implementation in java.The example shows AES encryption and decryption for CBC mode with sample program with 128 bit CBC encryption. | Continue reading


@devglan.com | 5 years ago

Building Angular 6 App Step by Step

This turorial is about building Angular 6 application step by step.We will be building a sample login application with CRUD operations post-login with sample REST APIs.We will be also integrating HttpClientModule and RouterModule. | Continue reading


@devglan.com | 5 years ago

JWT Role Based Authorization

This article is about creating REST CRUD APIs using spring boot 2 and provide JWT role-based authorization using spring security. We will be using custom UserDetailsService with user and roles mapping defined in a database. | Continue reading


@devglan.com | 5 years ago