Technology as a service

Sharing our knowledge

Photo of somewhere
Introduction To Parallel ComputingParallel Computing

Computers have capabilities of executing instructions simultaneously.What are the basic behind it?

Photo of somewhere
Embedded KeycloakSpring Boot

You can always run keycloak on separate server. But some projects are small and you do not need to share the instance.Just run keycloak along Spring boot app.

Photo of somewhere
Android app securityAndroid

Most of the applications contains sensitive user details. How can we keep them safe? AndroidX have some tips and ticks that you can use to improve.

Photo of somewhere
Spring Data JDBC with PostgresqlSpring Boot

Access relational database with opinionated ORM. Focus on Domain Driven Design with simple and limited features. Let's setup PostgreSQL database and Spring HATEAOS.

Photo of somewhere
Test Driven Development (TDD)Android

With the release of Hilt dependency inject we will try to implement an architecture for Android applications withc is more testable.

Photo of somewhere
State management with NGXSAngular

Very simple state management for Angular. Yes there is Ngrx but Ngxs seems easy and simple.There are plugins to help with things like storage,dev tolls and more