Android Custom Toast With Example
Android Custom Toast With Example,Hello World, today we will be going to see how we can make custom toast and in this tutorial, we will see custom toast with an example. See below ...
ExecutorService in Java
ExecutorService in Java,ExecutorService ( Java's thread pool framework) - In java, its always being easy to run a method or a piece of code asynchronously. For Example - In java, t...
What is the Output of this
What is the Output of this,Find the output of this Java program This is very simple program. An JSONObject is created with key as key1 and value as value1. Then its passed to the m...
Beautiful World of Monads
Beautiful World of Monads,Let me start with a disclaimer. The explanation below in no way pretends to be precise or absolutely accurate from Functional Programming's perspective. I...
Building a Twitter Bot with Python and AWS Lambda
Building a Twitter Bot with Python and AWS Lambda,I think bots are neat. I really like the artwork on Pokémon trading cards. So I built a Twitter bot that tweets out two Pokémon ...
[CP] : Leetcode july 2020 challenge Solutions
[CP] : Leetcode july 2020 challenge Solutions,This leetcode challenge is beginner-friendly & consists of 31 daily problems over the month of July. A problem is added here each ...
Creating CI/CD pipeline using triggers of google cloud for web app written in Spring Boot(java) and React.js
Creating CI/CD pipeline using triggers of google cloud for web app written in Spring Boot(java) and React.js,Hello all This is my first post so bear with me. In this article, I am ...
Machine Learning in Backend
Machine Learning in Backend,Hello awesome devs, Ever wanted to run cool Machine Learning or Python Scripts in your Web Application's Backend ? I made a web application in Nodejs in...
Towards better functional programming in Java with Vavr
Towards better functional programming in Java with Vavr,The functional paradigm in programming is over 62 years old, first presented in the Lisp language in 19581. In the context o...
difference between function and Method in python
difference between function and Method in python,what is function: A function is a block of code to carry out a specific task, will contain its own scope and is called by name. All...
Hands on Machine Learning
Hands on Machine Learning,I know Machine Learning concepts in fair depth, but when I proceed for building models, I cannot descide what should be the flow, how should I process wit...