I created a sexy voice assistant in 180 lines of code
The helper app is going to listen to your voice and turn it into plain text. After all that it will open up a new tab page of Google Search with the text recorded.
The helper app is going to listen to your voice and turn it into plain text. After all that it will open up a new tab page of Google Search with the text recorded.
From the mouth of Ward Cunningham, he first used the technical complexity ratio as a liability, referred to as technical debt (technical debt).
Recently, I started drilling down to the bottom of those tools and frameworks' source code in order to enlighten me on software/system design... react router link | react router redirect | react router switch
In this article, I'll show you how to handle Javascript key value data type with its special Array.
In this article, you will learn about the usage of document location object in javascript.
This article is going to uncover the usage of Javascript in operator. in operator is one of the keywords in Javascript. We use it very often in loops or if conditions
This article will help you fully understand the javascript this object. With some "pain-in-the-ass" examples, I'll show you how to turn this from a "headache" into a real helper.
You may heard of SSR (server-side rendering) or have already been using it in your project. I believe that there are still many questions about when we need it and how we are going to implement it in our project.
Our target in this article here is to let you know how to deploy the application to Heroku cloud with Dockerhub and Travis CI. The code example is uploaded to Github repository my-springboot-helloworld.
The article is going to cover the following Git commands that will likely make you more efficient on using Git. git show | git rev-parse | git rebase | git cherry | git cherry-pick | git diff | git stash list | git checkout