Giter Club home page Giter Club logo

Hey , Welcome to my GitHub 👨‍💻❤️

              

📖 📚 Skilled in 📕 🖥️

Languages:

Web Development (Full-stack):

Backend/Server:

•Micro-Services:

•Frontend/UI:

•Database:

Cloud/Dev-Ops:

Others:

Work Experience 🖱️ 🖥️ ⌨️

💼 Designation 🏢Organization ⏰Timeline
Associate Software Engineer @Red Hat June 2021 - Present
SDE Intern @Bajaj Finserv Health Sep 2020 - Jun 2021
Assistant Software Engineer @HoiChoi.tv May 2020 - Sep 2020
Technical Instructor @NiiT (Kolkata) Nov 2019 - May 2020
Java Developer-Trainee @InvigorateCloud Aug 2019 - Apr 2020
Technical Instructor @Team-Cognito May 2019 - July 2020
J2EE Web Developer Intern @Pro-Ace (USA) Jan 2019 - Apr 2019
J2EE Web Developer Intern @Aim-India Nov 2018 - Dev 2018
Software Developer Intern @Team-Cognito Aug 2018 - Oct 2018

Most Popular Open-Source Repositories🔺👑

🎁 Projects ⭐ Stars 📚 Forks 🛎 Issues
Java-JavaFx-Swing Projects Stars Forks Issues
Introduction to Python Stars Forks Issues
Object Oriented Programming Stars Forks Issues
Data Structrue Stars Forks Issues
Console Based Project C Stars Forks Issues
E Medical System-Spring Boot Stars Forks Issues
DBJ.jar Library Stars Forks Issues

Latest Blog Posts 💬 📋 ✒️

➡️ More blog posts

Achivements 🏆🏅🎉

🏆 Github Profile Trophy

Overall profile stats

profile views GitHub followers

Soumyadip Chowdhury's Projects

actuator-microservice-health-monitoring-using-spring-boot-rest-api icon actuator-microservice-health-monitoring-using-spring-boot-rest-api

Actuator is mainly used to expose operational information about the running application – health, metrics, info, dump, env, etc. It uses HTTP endpoints or JMX beans to enable us to interact with it. Once this dependency is on the classpath several endpoints are available for us out of the box.

alumni-management-system-spring-boot-mvc-security-jpa-hibernate-rest-aws-thyemeleaf icon alumni-management-system-spring-boot-mvc-security-jpa-hibernate-rest-aws-thyemeleaf

Creating an engaged,🏫 supportive 🎓Alumni network is crucial to an institution’s👨🏻‍🎓 success. If communication📞 stops once graduates leave an institution,💻 their understanding of the university will become stale. Instead, they should be kept informed so they can remain engaged ⏰and keep abreast on the progress of the university.

angular-8-authentication-and-authorization-json-jwt icon angular-8-authentication-and-authorization-json-jwt

In Angular 8 - a login page, a home page and an admin page. The example contains two users - a Normal User who has access to the home page, and an Admin User who has access to everything (home page and admin page).

angular-8-redux icon angular-8-redux

Redux is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Similar to Facebook's Flux architecture.

angular-curd-operation-with-spring-boot-microservices icon angular-curd-operation-with-spring-boot-microservices

Ceate, read, update, and delete are the four basic functions of persistent storage. Alternate words are sometimes used when defining the four basic functions of CRUD, such as retrieve instead of read, modify instead of update, or destroy instead of delete.

angular-firebase-curd icon angular-firebase-curd

Firebase is a mobile and web application development platform developed by Firebase, We used it as a backend api in our Angular8 project.

azure-fundamentals icon azure-fundamentals

Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers

blockchain-using-ethereum-solidity-smart-contract icon blockchain-using-ethereum-solidity-smart-contract

Ethereum is an open source, public, blockchain-based distributed computing platform and operating system featuring smart contract functionality. It supports a modified version of Nakamoto consensus via transaction-based state transitions.

blue-green-deployment-in-k8s-using-helm icon blue-green-deployment-in-k8s-using-helm

This repository provides a Helm chart and deployment scripts to facilitate Blue Green deployments in Kubernetes using Helm, a package manager for Kubernetes. Achieve seamless, zero-downtime deployments with our Helm chart & scripts. Easily manage two identical environments (blue & green) and gradually shift traffic for flawless updates.

chat-server-application-using-java-swing-socket icon chat-server-application-using-java-swing-socket

Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.

community-app icon community-app

This is the default web application built on top of the Apache Fineract platform. The Mifos X Web App (formerly called Community App) is maintained by the Mifos Initiative as a reference solution for the financial inclusion community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS 1.5, Bootstrap and Font Awesome

complete-data-structure-dsa-println icon complete-data-structure-dsa-println

A data structure is a particular way of organizing data in a computer so that it can be used effectively. For example, we can store a list of items having the same data-type using the array data structure. This page contains detailed tutorials on different data structures (DS) with topic-wise problems.

console-based-projects-c icon console-based-projects-c

All projects are console based💻 and developed using C📚.All projects are dynamic and developed with the concept of Advance data structure 📁(Dynamic memory allocation,Linkedlist,Stack,Queue,Tree)✏️

curd-application-using-node-express-mongo icon curd-application-using-node-express-mongo

In computer programming, create, read, update, and delete are the four basic functions of persistent storage. Alternate words are sometimes used when defining the four basic functions of CRUD, such as retrieve instead of read, modify instead of update, or destroy instead of delete.

data-science-using-python-university-course-module icon data-science-using-python-university-course-module

“Data science” is just about as broad of a term as they come. It may be easiest to describe what it is by listing its more concrete components: Data exploration & analysis. Included here: Pandas; NumPy; SciPy; a helping hand from Python's Standard Library.

data-structure-and-algorithm-using-python icon data-structure-and-algorithm-using-python

In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data. (Using Python 3)

dbj.jar icon dbj.jar

An Open-source Library for replacement of native JDBC protocol , DBJ.jar can easily connect to database with some Method, So user have to give the credentials and the parameter into the function ,DBJ will handle the rest part(Connection, Driver Manager, Prepared Statement, Resultset etc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.