Tired of rebuilding your Spring Boot web application every time you change your HTML markup or Java class? Thanks to IntelliJ IDEA and SpringBoot DevTools, you can easily code and debug faster without wasting time rebuilding your application over and over again. The solution discussed here would run your project as soon as your codeContinue reading “SpringBoot: Debug faster”
AngularJS Tools
According to a sendesignz.com post Sublime Plugin WebStorm Plugin Visual Studio Extension Eclipse Plugin Netbeans Plugin
[3/4] Docker: SpringBoot, Hibernate & Web API
In previous episodes (Part1, Part2) we saw how to create Java Maven project from scratch using SpringBoot – followed by how to deploy the application to docker and then I also demonstrated how can you set up MySQL database server, with automated initialization of a fresh database instance. Now, let’s see how to set upContinue reading “[3/4] Docker: SpringBoot, Hibernate & Web API”
[2/4] Docker: Setting up MySQL
Previously, in this series we talked about getting started with docker and performing some elementary operations. In this episode, we’d dive deeper into docker, and then we’d swing by some of the commands you could use to follow along, and perform some common tasks in a terminal window. Docker command line: Getting started If youContinue reading “[2/4] Docker: Setting up MySQL”
[1/4] Docker: Java, SpringBoot, MySQL & docker-compose
I created a video, for a web conference for my school. In this video I talk about how to perform initial groundwork to perform initial set-up. In the 2nd episode, I would talk more about the docker-compose v2, v 2.1 and v2.3.
Screen Recording: Ubuntu
I have used CamStudio in Windows, and I am happy with it but, there are times when we have to make the most of what is available.This time, I needed to record screen-cast in Ubuntu. # add-apt-repository ppa:maarten-baert/simplescreenrecorder # apt update # apt install simplescreenrecorder Despite of being simple, it has all essential features ofContinue reading “Screen Recording: Ubuntu”
Install OpenCV: ~10 min!
Disclaimers Tested on: Windows 7, Windows 10 There could be other ways to get Open CV working on your Windows computer Before installation Find you OS architecture Decide the Python version (e.g. 2.7 or 3.x) Install Anaconda, open terminal as administrator and ,
IsClose() in python
This post tries to answer whether given numbers are comparatively close to each other. This can help if you are using Python for data science or in the area of computer vision doing computing with images. A quick stack-overflow search shows discussion around finding “nearest” value from a set of given values for any givenContinue reading “IsClose() in python”