Skip to content

Instantly share code, notes, and snippets.

View KhalidSaifullahFuad's full-sized avatar
🏠
Working from home

Khalid Saifullah Fuad KhalidSaifullahFuad

🏠
Working from home
View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#1478DB",
"foreground": "#000000",
"leading_diamond": "\ue0b6",
@KhalidSaifullahFuad
KhalidSaifullahFuad / fetch-file-from-url-spring-boot.java
Created September 29, 2022 16:28 — forked from balvinder294/fetch-file-from-url-spring-boot.java
Fetch Image from URL and save locally in Spring Boot(Java)
Url imageUrl = new Url("https://site.com/image.jpeg"); // Sample url, replace with yours
String destinationFile = "sample.jpg";
/*******************Multipart Upload Method*********************************
** To resources like minio or DB
***************************************************************************/
/********
* Step 1