silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • Unsupervised Learning classify a given silhouette as one of three types of vehicle

    calendar Nov 10, 2019 · 9 min read · aiml unsupervised-learning jupyter-notebook pandas PCA  ·
    Share on: twitter facebook linkedin copy

    Overview The data contains features extracted from the silhouette of vehicles in different angles. The purpose is to classify a given silhouette as one of three types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles. Solution Import Necessary …


    Read More
  • Supervised Learning Thera Bank case study

    calendar Nov 7, 2019 · 23 min read · aiml supervised-learning jupyter-notebook pandas Logistic Regression  ·
    Share on: twitter facebook linkedin copy

    Overview The classification goal is to predict the likelihood of a liability customer buying personal loans. Solution 1#Import Necessary Libraries 2 3# NumPy: For mathematical funcations, array, matrices operations 4import numpy as np 5 6# Graph: Plotting graphs and other visula tools 7import pandas as pd 8import …


    Read More
  • Custom Userinfo in spring boot resource server

    calendar Nov 5, 2019 · 3 min read · spring-boot spring-security user-info oauth2 resource-server auth  ·
    Share on: twitter facebook linkedin copy

    Spring Resource Server When implementing a standalone Resource Application server, we do not store any information related to user. We heavily rely on third party auth service providers to give such information on user's consent and update it. This can give rise to implement OncePerRequestFilter where in we get bearer …


    Read More
  • Apache Kafka Simple Producer And Consumer

    calendar Oct 16, 2019 · 7 min read · apache-kafka distributed-systems java  ·
    Share on: twitter facebook linkedin copy

    Introduction Hello, now that you know how to use Apache Kafka Buzz Words in a technical discussion, it is also necessary to know how to write a plain system and understand its working. Before that, a small theory, why do we even need apache kafka when our system is highly available on a perfect hardware across multiple …


    Read More
  • Apache Kafka Buzz Words

    calendar Oct 8, 2019 · 2 min read · apache-kafka distributed-systems  ·
    Share on: twitter facebook linkedin copy

    Introduction Hello everyone, in our academics we have read a lot about distributed system taking over the future. Apache kafka is one such distributed system. Few buzz words associated with apache kafka are topics, records, partitions, replications, cluster, broker, logs and not to metion the most widely used terms …


    Read More
  • Creating Row hash in SQL for Relational Data

    calendar Oct 5, 2019 · 2 min read · sql hash  ·
    Share on: twitter facebook linkedin copy

    Introduction How to create row hash for columns from multiple table in sql. There exists a lot of excryption and compression function in mysql https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html. We shall use https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html#function_md5 in this example. …


    Read More
  • Connection refused in Angular Docker App

    calendar Sep 24, 2019 · 1 min read · angular docker gotchas  ·
    Share on: twitter facebook linkedin copy

    Overview Let's say you have created a beautiful looking Angular App which works well on local host. You now are planning to dockerize it. At very basic, you would create Dockerfile and follow these steps: Extend from node image Create new app directory inside the container Copy package.json to this new place Install …


    Read More
  • HLS & DASH Video Streaming

    calendar Sep 23, 2019 · 6 min read · streaming video hls dash ffmpeg micronaut  ·
    Share on: twitter facebook linkedin copy

    Overview We all have used media platforms likes YouTube, Netflix, PrimeVideo, DailyMotion etc. Multi-media industry has evolved over the period of time and has been one of the main area of technical advancement. Multi-media solutions, platforms and technology has moved at rapid pace in last decade or so. Considering …


    Read More
  • Micronaut Basic Authentication

    calendar Sep 18, 2019 · 3 min read · micronaut auth  ·
    Share on: twitter facebook linkedin copy

    Create a project Run mn create-app basic-auth to create a new project from scratch. Add Security module to project Head over to basic-auth project and open build.gradle file. Add following code snippet in build.gradle file dependencies 1implementation "io.micronaut:micronaut-security" Implement AuthenticationProvider …


    Read More
  • Simple threads in Java

    calendar Sep 11, 2012 · 2 min read · java  ·
    Share on: twitter facebook linkedin copy

    In Java, a thread is a separate path of execution within a program. A java application always starts with the main-thread. There are two most common ways to create simple threads in java By extending java.lang.Thread class or By implementing java.lang.Runnable interface In both cases, we have to provide the code block …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Ashish Agre

Hands-On Mobile & Backend Engineer
Read More

Featured Posts

  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1
  • Create ndjson logging for spring boot applications
  • Simple Social networking app with Node, Angular & MongoDB

Recent Posts

  • Fetch Current Logged In User in Controller
  • My zsh setup
  • Managing Multiple Docker Compose Apps as Systemd Services on Ubuntu
  • Setting Up Docker with Nvidia GPU
  • Expose data using Spring Boot and Spring AI framework

Categories

AIML 5 APACHE-NIFI 5 PYTHON 5 SPRING-BOOT 5 ELK 4 WEB-FRAMEWORK-JAVA 4 JSON 3 JAVA 2 DATABASE 1

Series

VECTOR SEARCH USING ELASTIC SEARCH 4 APACHE NIFI 2 1 CONCURRENCY IN JAVA 1

Tags

SPRING-BOOT 10 AIML 5 APACHE-NIFI-2 5 ELASTIC-SEARCH 5 PYTHON 5 ANGULAR 4 BOOTSTRAP 4 DATA-INGESTION 4 JUPYTER-NOTEBOOK 4 KNN 4 PANDAS 4 VECTOR-SEARCH 4 APACHE-KAFKA 3 AUTH 3
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 APACHE-NIFI-25 AUTH3 BAGGINGCLASSIFIER1 BOOTSTRAP4 CITY1 COMMANDS1 COUNTRY1 DASH1 DATA-INGESTION4 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER3 ELASTIC-SEARCH5 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FEATURE-ENGINEERING1 FFMPEG1 GOTCHAS3 GPU1 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 KNN4 LASSO1 LINEARREGRESSION1 LOGGING1 LOGISTIC REGRESSION1 LOGSTASH3 MICRONAUT2 MICROSERVICES1 MONGODB1 MONITORING1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 OLLAMA2 PANDAS4 PCA1 POSTGRES1 PYTHON5 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 REDIS1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-BOOT10 SPRING-CLOUD-STREAM1 SPRING-SECURITY2 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 SYSTEMD1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UNSUPERVISED-LEARNING1 USER-INFO1 VECTOR-SEARCH4 VIDEO1 VIDEOJS1 ZSH1
[A~Z][0~9]
- By silentsudo

Copyright 2012-  - BY SILENTSUDO. All Rights Reserved

to-top