Jun 3Reactive Programming with SpringWebFlux-WebClientIn this tutorial you are going to learn how to go Reactive with Spring Webflux and WebClient. 1a. Introduction Reactive Programming is a programming paradigm that centers around asynchronous data streams. This means that a system is reactive if it is responsive ,resilient , elastic and event driven. Spring Webflux is a…Spring7 min read
Jun 30, 2021Creating a Secure Django RestFUL APIIn this tutorial you are going to learn how you can create a secure Django API using djangorestframework and djangorestframework-simplejwt. You are also going to learn how to write unit tests for your Django API using APITestCase. Get Started This tutorial is divided it into three sections: CREATING THE REST API SECURING…Django13 min read
Dec 1, 2020Heroku Django Deploy Github Action CD CIA simple github action that automatically deploys Django app to heroku. The github action can be found on github market place here. The repo can be found here. I encourage and welcome all pull requests. *You can checkout a You-tube Video Full Course here(How i created the Heroku django Deploy…Django2 min read
Sep 18, 2020Spring boot and React js fullstack application Part 2Full stack application Part 2 with Spring boot and React js, with REACT REDUX , JEST Test Runner This is a continuation of a Part 1 full stack application with Spring boot and React js, with webpack and babel which the git repository can be found here. Lets go Before we move…React13 min read
Sep 8, 2020Spring Boot and React JS Fullstack Application.Full-stack application with Spring boot and React js, with WEBPACK & BABEL. JUNIT Tests , RESTful API. (You can checkout the youtube series here) 1. Spring Boot (Initializer) To start off with you can use Spring Initializer to get the Spring Boot project structure for you, and this can be found here Once you…Spring9 min read
Aug 17, 2020Simple Flutter State ManagementA Flutter package reactivestore which helps developers in managing the state of their apps and creating reactive components/widgets with less boiler plate code. Check it in pub.dev here.Flutter5 min read
Published in Analytics Vidhya·Jul 28, 2020Python Data Structure collectionA datastructure_collection written in Python which helps developers and big-data scientists in implementing fast and efficient algorithms. Package The Pypi datastructer_collection package can be found here. Getting Started The datastructure_collection has three data structure classes : BinarySearchTree HashMap LinkedList I Look forward to add more data-structures in the future. Installation Run the following to…Python4 min read
Jul 6, 2020Flutter Footer WidgetA new Flutter package which helps developers in creating Customizable Scrollable Footer for both Android and IOS Apps. See Package here on pub store.Flutter5 min read
Apr 1, 2020Dialog State Management Flutter — using Providers and Change NotifiersFlutter State Management can be somehow difficult to understand for a beginner and somewhat tiresome to learn as it has so many options to achieve the same thing. In this project i am going to show you how you can easily manage your states using Providers and ChangeNotifiers in flutter…Fluttter3 min read