Github Dependabot Alerts
Github Dependabot alerts you for any security vulnerabilities that affects your repository.
Hi, I am Neenad, I am a full stack developer at Sezzle Gmbh. I currently work in Golang, React, AWS world :) and this is my blog to share information and connect with others.
Github Dependabot alerts you for any security vulnerabilities that affects your repository.
• 6 min readBad guys can't get in if they don't have a way. Github Code Scanning tools helps to find out any vulnerabilities or error in the code, that could provide potential access to application or causing runtime errors resulting in serious impact & million dollar loss to the business.
• 9 min readConfigure burp suite as a proxy for golang application
• 4 min readScala tests not providing faster feedback? Waiting hours for the testing suite to run? This post can help you to organize your scala test to get quicker feedback
• 6 min readHave your own Vagrant box setup of Oracle Database 12c, Golden Gate and Confluent for your next CDC project.
• 6 min readWorking On Change Data Capture Solution and want to try it on your local box? This post provides you with all the information you need to write your own CDC solution using Debezium and Kafka Streams
• 7 min readWant to try running apache spark on a kubernetes cluster? This blog post will help you to run apache spark on a kubernetes local cluster.
• 7 min readApache Kafka is a buzz word these days. Originally developed by LinkedIn in 2011 the project has been donated to Apache, many companies have successfully adopted the technology. But what is this buzz word all about, what does it do? Why does everyone these days talk about it? What was
• 10 min readIn this post, we will be using expressjs to create REST web services. We will also learn about what is ExpressJS, its features, and as we progress in the post we will build a rest based library app that will allow us to perform CRUD functionality using ExpressJS. RESTful web
• 13 min read1. Overview In this post, we will see how to use Google Protocol Buffers a language-neutral, platform-neutral, extensible and a popular data format to serialize data structure. We can define a protocol message in a .proto file and then using compiler we can generate code in languages like Java, Python,
• 5 min readSpring Container is core to Spring Framework. It manages the entire lifecycle of Spring Beans. A bean is nothing but an instance of a class right?. You can declare a bean definition either using XML based configuration or Annotation based configuration, Annotation based is my personal favorite. But, have you
• 6 min readWhen you start with programming someday you will come to hear the words Design Patterns. Design Patterns are solutions to commonly recurring problems in software designs. These are not the final solution but an actual description or template on how to solve the problem. Design Patterns are categorised into 3
• 4 min readThere is not a single application I have ever seen without logging. Logging is such an essential part of every application, it provides the necessary details regarding what's going inside the application, how the flow is progressing & in the case of exceptions details like the message & stack trace.
• 5 min readSubscribe to be notified of new content and support iamninad! You'll be a part of the community helping keep this site independent and ad-free.
This website uses cookies to ensure you get the best experience on our website