Giter Club home page Giter Club logo

S Bera's Projects

devops-docker-jenkins-git-ci-pipeline-and-maven icon devops-docker-jenkins-git-ci-pipeline-and-maven

DevOps, the fast-growing field that bridges the gap between software developers and operations. This repository will discuss in the principles of continuous development and deployment, automation of configuration management, inter-team collaboration and IT service agility, using modern DevOps tools such as Git, Docker, Jenkins, Puppet.

digital-banktransactionlistapp icon digital-banktransactionlistapp

Simplified and consolidated digital bank transaction management application using Java 8, Spring Boot/Microservices/Spring 4, Rest API, Docker, AWS Lambda, Maven, Spring Data JPA, Junit, Mockito.

employeecrudapp icon employeecrudapp

Employee Management System :: Create/Read/Update/Delete Operations :: Spring Boot + MongoDB + Openshift + Git Webhooks

how-to-install-and-run-docker-successfully-on-windows-10-system icon how-to-install-and-run-docker-successfully-on-windows-10-system

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all the parts it needs, such as libraries and other dependencies, and ship it all out as one package. By doing so, thanks to the container, the developer can rest assured that the application will run on any other Linux machine regardless of any customized settings that machine might have that could differ from the machine used for writing and testing the code. In this article we will focus on Windows 10 machine.

https-certificate-example icon https-certificate-example

Create selfsign certificate using JKS keytool for HTTPS/TLS communication, Openssl to generate public key/private keypair certificate

integration-between-oracle-adf-and-oracle-e-business-suite icon integration-between-oracle-adf-and-oracle-e-business-suite

Integration of between Oracle ADF and Oracle E-Business Suite(Oracle Apps/EBS/EBiz) using ICX Session Sharing. The primary goal of this application is to provide the uniform security between ADF application and EBS application for seamless navigation between them.

java-sdk icon java-sdk

:1st_place_medal: Java SDK to use the IBM Watson services.

nodejs-all-code-explained-with-examples icon nodejs-all-code-explained-with-examples

Node.js uses JavaScript on the server. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

order-management-system-microservices icon order-management-system-microservices

Order Management Microservices using Saga Orchestration Design Pattern. Spring Boot, Spring Cloud - Netflix OSS, Eureka, Spring Admin, Maven, JUnit, Mockito, Sleuth Zipkin, Apache Kafka, MongoDB, Swagger, Docker.

python-all-file-handling-operations-explained icon python-all-file-handling-operations-explained

Python supports file handling and allows users to do various type of operation on files i.e. read, write, copy, delete files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but alike other concepts of Python, this concept here is also easy and short. Python treats file differently as text or binary and this is important. Each line of code includes a sequence of characters and they form text file. Each line of a file is terminated with a special character, called the EOL or End of Line characters like comma {,} or newline character. It ends the current line and tells the interpreter a new one has begun. Let’s start with Reading and Writing files.

rest-api-using-python icon rest-api-using-python

Python is a general-purpose programming language which can be used for a wide variety of applications. Here by using python language, we have created a rest service/api, which consists of all type of operations like date creation/deletion/update/fetch etc.

secure-rest-api-using-spring-basic-authentication icon secure-rest-api-using-spring-basic-authentication

Traditional authentication approaches like login pages or session identification are good for web based clients involving human interaction but this does not really fit well when communicating with [REST API] clients which may not even be a web application. Think of an API over a server which tries to communicate with another API on a totally different server or instances, without any human intervention. Basic Authentication provides a solution for this problem, although not very secure as other security features like OAuth2 etc. With Basic Authentication, clients send it’s Base64 encoded credentials with each request, using HTTP [Authorization] header . That means each request is independent of other request and server may/does not maintain any state information for the client, that is good for scalability point of view.

secure-rest-api-using-spring-boot-starter-security icon secure-rest-api-using-spring-boot-starter-security

Traditional authentication approaches like login pages or session identification are good for web based clients involving human interaction but this does not really fit well when communicating with [REST API] clients which may not even be a web application. Think of an API over a server which tries to communicate with another API on a totally different server or instances, without any human intervention. Basic Authentication provides a solution for this problem, although not very secure as other security features like OAuth2 etc. With Basic Authentication, clients send it’s Base64 encoded credentials with each request, using HTTP [Authorization] header . That means each request is independent of other request and server may/does not maintain any state information for the client, that is good for scalability point of view.

spawning-processes-and-signal-processing-and-parsing-using-go-language-ai-solutions icon spawning-processes-and-signal-processing-and-parsing-using-go-language-ai-solutions

Go is a programming language created at Google in 2009. Go is a statically typed compiled language in the tradition of C, with memory safety, garbage collection, structural typing, and CSP-style concurrent programming features added. Sometimes our Go programs need to spawn other, non-Go processes. For example, the syntax highlighting on this site is implemented by spawning a pygmentize process from a Go program. Let’s look at a few examples of spawning processes from Go. Basic sends and receives on channels are blocking. However, we can use select with a default clause to implement non-blocking sends, receives, and even non-blocking multi-way selects.

spring-cloud-gateway icon spring-cloud-gateway

A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.

spring-cloud-netflix-oss-microservices-eureka-zuul-ribbon-hystrix-feign-aws icon spring-cloud-netflix-oss-microservices-eureka-zuul-ribbon-hystrix-feign-aws

Spring Cloud Netflix provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with battle-tested Netflix components. The patterns provided include Service Discovery (Eureka), Circuit Breaker (Hystrix), Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon).

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.