We will be using JBot––a tiny Java Framework––to develop a Slack Bot within minutes.
A feature-rich, mobile friendly open-source wedding website.
For those who may not know Stripe, it is a complete payments platform. It provides a suite of payments API that powers commerce for online businesses of all sizes.
Adblocker detection is a nice feature to have, given that around 47% of the users now use ad blockers according to GlobalWebIndex.
Jekyll is a static website generator that takes your plain text files and converts them to a beautiful website/blog.
Before I begin, let me tell you that my interview with Spotify was one of the best experiences I’ve had. Ergo, I am writing this post first and would be writing my other interview experiences later.
I made this website for my wedding in November 2017 and thought of open-sourcing it on my 1st anniversary. I honestly had put a good amount of time developing it so reckoned this effort may help others save some of their time. Hope you guys like it.
We will be using JBot––a tiny Java Framework––to develop a Facebook Bot.
I made this blog using JAMStack. J stands for Javascript, A for APIs, and M for Markups. So, in short, a website built using HTML, CSS, and Javascript only and maybe accessing some APIs over HTTP can be said to be built with JAMStack and are generally called Static Websites.
Is your project solving a pain point that no other project is solving or is it solving a problem in a way better than others? If the answer is yes then read on.
A class inside another class is called a Nested Class. In other words, as a class has member variables and member methods it can also have member classes.
Static is one of the non-access modifier which has a huge role in Java. It can be usedwith both variables and methods. It is used when we want some variable or method not to be a part of any specific objectof a class rather common for all objects of the class.
Objects are constructed. You can never make a new object without invoking a constructor (and not just theconstructor of the object’s actual class type, but also the constructor of each of its superclasses).