Coding 101

  • Privacy Policy

Kafka Windowed Streams

12 December 202412 December 2024 adminUncategorized

This is how windowing is done on a Kafka stream – basically calculates maximum of some value in the last five minutes and generates a record with it.

Kafka Stateless Streams

10 December 202412 December 2024 adminUncategorized

This is a sample of an application with kafka streams stateless.

Controller Advice SpringBoot

5 December 20245 December 2024 adminUncategorized

Here is how to implement ControllerAdvice in SpringBoot

RestTemplate Example

5 December 20245 December 2024 adminUncategorized

This is a rest template example – how to exchange with a REST web service to get a certain type of data back.

Docker Login AWS

4 August 20244 August 2024 adminUncategorized

Docker Login Many projects keep the docker images on registries hosted by providers like AWS. This article talks about how to login to the registry so that you can pull images either with docker pull command or from within Kubernetes.

S3 Access Typescript

5 May 20245 May 2024 adminUncategorized

This is about how operations are performed using AWS JavaScript libraries to access AWS S3 or similar services.

Access AWS S3 with Go

7 April 202416 July 2024 adminUncategorized

Packages The following packages are needed; there are currently two versions, if you write new code you should use the second version, as the first one will no longer be supported shortly

Putty Reverse SSH

30 January 202430 January 2024 adminUncategorized

This shows how to configure reverse SSH having a linux machine on the cloud, exposing a port on that one that is forwarded on your home machine at a specified port.

Gitlab CI/CD Primer

29 December 202331 December 2023 adminUncategorized

Sample JPA Spring Boot

4 December 20236 December 2023 adminUncategorized

This is a sample of how to access the database from spring boot using JPA.

Posts pagination

1 2 Next
Copyright © All rights reserved.
Blog Kit by WP Charms