Java Spring Boot: Uploading and download a file from GCP Storage (Google Cloud Storage) Hello fellow developer, if you have landed on this page by search that means my SEO is working and google official documentation is not yet updated for the new approach.
Android How to write custom reusable `App Bar` Widget in Flutter I have a habit of developing utility apps for my own use, And I was old school so preferred jQuery and Bootstrap for developing until flutter came along, So I
Android Install Flutter on Windows 10 Flutter is a hybrid application development framework developed and maintained by Google. Last time when I wrote an installation guide, Flutter only supported iOS and Android application. But now Flutter
Java Ehcache: Java Based Cache in Spring Boot Most of the time, when we need to retrieve the same piece of data repeatedly from a data store, we generally try to cache the data to an in-memory cache.
Flutter A simple way to upload a file to server from the flutter web app. There might be a lot of articles about the same topic of uploading the file to a server from a flutter web app. But the approach I am taking is
Spring Boot Spring boot: uploading and downloading file Azure Blob Store using rest API If you have landed on this page means either your working with spring boot and trying to upload a file to Azure blob storage. so we know spring boot has
Technology The Brief Opinion on Using Android Apps with windows `Your phone` app Maybe everyone was excited to see running android apps on windows. The first thing that came to my mind was the baby step towards forming an ecosystem with pc and
Spring Boot Continuous deployment of spring boot Apps on Azure App service using GIT lab CI Continuous deployment is an automated process of releasing production code to the desired infrastructure, Only after Continuous Integration pipelines are satisfied. CI (Continuous Integration) is making sure every piece of
How to avoid CRUD operations for every service in spring boot As an API developer, we write the CRUD API majorly, but writing CRUD operations is easy and straightforward which practically takes seconds to copy-paste and refactoring the copied across services,
Scala Factory Pattern In Scala A Factory pattern or Factory method pattern is very common design pattern used in software development,its is classified as creational pattern. which solves the problem of creating the instance
Scala Scala build tools (sbt) : Getting started for testing and building As we know Scala as language is getting popular in data science or general programming field, for its functional programming traits as well object oriented behaviour also Scala runs on
Big Data POS tagging a sentence in Scala using Spark NLP. POS tagging is the process of marking up a word in a corpus to a corresponding part of a speech tag, based on its context and definition. This task is
Scala Difference between object and class in Scala. Objectso in scala object is a singleton instance of the class, lets explain with small snippet. object test { def addPlusOne(a:Int) = a+1; } So when your calling the function
Big Data Basic encoding : label encoding and one hot encoding in Scala with Apache Spark If your starting with machine learning, after cleaning the data you end up with Normalising data, this is where encoding techniques comes in handy. there are lot of data encoding
Java Spring boot: uploading and downloading file from Minio object store If you have landed on this page means either your working with spring boot and trying to upload an file to a privately hosted minio object store server. so we
Big Data MINIO: Getting Started With Ubuntu 18.04 Minio is another object store just like AWS S3, This is self hosted so easily can be used in private cloud. and it is open source so its absolute free
Tutorial Flyweight Pattern in java. Flyweight pattern is categorised as structural pattern,Which is used to reduce number of object creations by using existing similar objects which in turn helps in reducing the memory foot
Java Standardise the response of REST API in spring boot (Spring boot's ResponseBodyAdvice) As we know know Just like Captain america's Civil War fight, so in development war between front end developers vs back end is hard to explain, usual complaint for any
Data Structure Single Linked List implementation in Scala Linked list is linear data structure where elements are not sorted and there memory locations are not in sequence.So liked list has Struct called Node which hold data and
Data Science Install `jupyter` Note book for Scala on ubuntu 18.04 LTS So If you're a data scientist or an enthusiast you might have come across jupyter Note book, so juypter is an open source web application which helps you to run
Apache Spark 4 Moments : Skew,Kurtosis,Mean,Variance in Scala and Apache Spark Moments is specific quantitative measure of the shape of the data. In statistics, moments are used to understand the various characteristics of a probability distribution. usually we use moments to
Apache Spark Basic statistics concepts for machine learning in Scala spark Before applying some distribution algorithm or probability density function or probability mass function, we need to understand some basic concepts of statistics these concepts might be though in our school
Big Data Identifying 3 basic Flavours of data for processing. Before stepping into data processing we have to identify the what's flavour of the data. before applying fancy algorithm or basic statistics like mean median or mode, so our results
Big Data JSOUP for web scraping in java The Web Scraping is process of harvesting the the content from website's URL, As we are in world of Data driven decision making web scraping plays major role collecting data
Android Link Note TTS (Text to speech) Flutter's Read It later App As i was learning flutter and wanted to write some useful App, So i came with idea of Read it later app, What is read it later app?. Assume your