Open in app
Home
Notifications
Lists
Stories

Write
theoneamin
theoneamin

Home
About

Pinned

How to Upload to S3 — Spring Boot tutorial

With the growing use of media content such as images, videos, and audio files on websites and applications, there comes the need to seek alternative storage for these files. Amazon S3 or Amazon Simple Storage Service provides that. In this article, we are going to look at how we can…

Java

4 min read

How to Upload to S3 — Spring Boot tutorial
How to Upload to S3 — Spring Boot tutorial

2 days ago

IntelliJ shortcuts you should know

The following commands are from a Windows user’s perspective. Similar commands exist for other operating systems. 1. Go to the previous/next cursor point If you’re file line 33, then you go to line 129 of another file. To go back to line 33, click Ctrl+ Alt+ right arrow. To back use the left arrow key instead. 2. Rename anything To…

Intellij

1 min read

IntelliJ shortcuts you should know
IntelliJ shortcuts you should know

5 days ago

Vuex crash course

VUEX is a state management library for Vue js. Its purpose is to provide centralized access to data across multiple components. You’ll often hear “single source of truth” when discussing state management and that just means we’ll have one place where all components can get the data from. Why do we need VUEX If you’re…

Vuejs

4 min read

Vuex crash course
Vuex crash course

6 days ago

No more mongo repositories

When working with MongoDB, to interact with a collection, a lot of the time you’ll be creating interfaces that extend mongo repository. …

Spring Boot

2 min read

No more mongo repositories
No more mongo repositories

May 9

Launch Spring Batch job from a REST endpoint 🚀

In this article, we’ll take a look at how to launch a spring batch job from a REST endpoint. We’ll do this by first disabling jobs from running automatically and then using a job launcher to start the job whenever we hit an endpoint. We will not go into details…

Spring

2 min read

Launch Spring Batch job from a REST endpoint 🚀
Launch Spring Batch job from a REST endpoint 🚀

May 7

Useful Java Streams

In this article, we’ll take a look at some useful ways you can use Java Streams to work with different data. 1. Comma-separated string to List. Let’s say we have a comma-separated string of numbers. Without having to write many lines of code, we can get a list of numbers as per our example. …

Java

2 min read

Useful Java Streams
Useful Java Streams

Apr 23

How to setup Kubernetes dashboard in minikube

To use Kubernetes dashboard in minikube you can easily run: after you have run “minikube start” and verified that it is running. However, in this article, we’ll take a look at how to deploy Kubernetes dashboard so that it is always available on dashboard.com.

Minikube

3 min read

How to setup Kubernetes dashboard in minikube
How to setup Kubernetes dashboard in minikube

Jan 22

Developer portfolio: things you should consider

In the current times, a digital portfolio is a must-have for anyone looking to work as a software developer. Regardless of whether you’re a front-end or backend developer, you need to have a portfolio to show that you have the skills you put on your CV. Not only is it…

Portfolio

3 min read


Jan 8

How to send bulk emails using Spring Batch

Imagine you had an e-commerce application where you’re implementing microservices architecture. Well, one of those microservices could be an email sending application where its only role is to send emails to the customers. In this example, we’ll be sending emails to all customers who have placed an order which…

Spring Batch

4 min read

How to send bulk emails using Spring Batch
How to send bulk emails using Spring Batch

Sep 11, 2021

Running spring boot application in a docker container and connecting it to a containerized MySQL server

First, create a MySQL container in docker create a common network so that spring boot and can also be added add MySQL container to the network

Spring Boot

2 min read

Running spring boot application in a docker container and connecting it to a containerized MySQL…
Running spring boot application in a docker container and connecting it to a containerized MySQL…

Running spring boot application in a docker container and connecting it to a containerized MySQL server

  • First, create a MySQL container in docker
  • create a common network so that spring boot and can also be added
command to create a network called my_network
  • add MySQL container to the network

--

--

theoneamin

theoneamin

Software Engineer, London

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable