Hello! In this article we will discuss how to quickly get started with Kafka and Kafka Connect to grab all the commits from a Github repository. This is a practical tutorial which saves you some time browsing the Kafka's documentation. Environment Kafka is bit difficult to setup, you will need Kafka, Zookeper and Kafka Connect … Continue reading Kafka Connect GitHub source connector part 1
Web Development
Firebase REST Authentication
Hello, In this article I will show you how to authenticate to Firebase and secure the databases with some simple security rules. I'm using this setup for my NucuCar project. Authentication The first step is to enable the Email/Password sign in method, by going to the Authentication and clicking the Sign-In Method tab: Next, we … Continue reading Firebase REST Authentication
Simple Dark Theme Switch with Vue.JS
Hello, In this post I'm going to show you how quickly you can add a dark theme switch to your Vue.JS application. We're going to start with a blank application. And then we're going to create a dark-theme CSS file which we're going to save in public/css/darktheme.css. This is how the application looks without any CSS. … Continue reading Simple Dark Theme Switch with Vue.JS
Adding PostgreSQL support to your ASP.Net Core application via Docker
I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: DockerDocker-Compose … Continue reading Adding PostgreSQL support to your ASP.Net Core application via Docker