Natural Language Generation: An IntroductionNatural language generation (NLG) is a subfield of artificial intelligence (AI) that focuses on generating human-like text from structured…Mar 8, 2023Mar 8, 2023
Artificial Intelligence: some recent research that could change the way we workArtificial intelligence (AI) is one of the most exciting and rapidly evolving fields of technology today. AI refers to the ability of…Mar 8, 2023Mar 8, 2023
Write Bubble Sort Algorithm in JavascriptThere are many sorting algorithms out there, and one of the simplest sorting algorithms is Bubble Sort. This algorithm works by swapping…Apr 16, 2022Apr 16, 2022
Simple Javascript code: Transform string of numbers into an arrayAt the moment, I’m focusing to learn more about Javascript and NodeJS. I usually use JS for creating API services and some frontend…Oct 6, 2021Oct 6, 2021
Fix rbenv or ruby command not found after changing from bash to zshAfter changing my existing shell console to zsh, I cannot run rbenv or ruby commands. But I already installed both of them.May 21, 20212May 21, 20212
Create a Rock-Paper-Scissors game with ChatbotIf you ever feel bored and don’t know what to do, then I recommend you to play a Rock-Paper-Scissors game. But how if your friends are so…Apr 15, 2020Apr 15, 2020
How to Dockerize your Rails 6 App from ScratchBy the end of this tutorial, a new rails 6 app with PostgreSQL will be created without installing Ruby language & PostgreSQL to our system.Apr 7, 2020Apr 7, 2020
Short introduction to multi-tenancy database architectureEver thinking of using multiple databases into our application? Well, it is a good practice to maintain our application scalable. Here is…Oct 27, 2019Oct 27, 2019
How I Enhance WSL for Development (Personal Approach)Windows Subsystem for Linux (WSL) right now is taking more attention among developers, especially for those who are in love with Windows…Oct 23, 2019Oct 23, 2019