Deploy React Apps for Free with Firebase
With the rise of cloud computing, hosting web apps on services like Heroku, AWS, Azure, and many more has been on the rise. Amidst all these options, Firebase has emerged ...
39 seconds
-
Day 12 of 30 – Ruby Coding Challenge – Repdigit Number Algorithm in a more Ruby Way
Hey! This is the blog post version of the Youtube video from the 30 Ruby Coding Challenges in 30 Days series Hey! This is the blog post version of the ...
11 seconds
-
Discussing State Management in Angular and Vue
State management is a management pattern of how a website interacts with users. For example, when you watch a Youtube video and resume it from the same point of time. ...
1 minute 2 seconds
-
Day 10 of 30 Ruby Coding Challenge: Recursive Factorial Numbers
Hey! Today, we’re going to solve the previous Factorial problem using recursion in Ruby. This is the written version of the Youtube video :). Hey! Today, we’re going to solve ...
15 seconds
-
Sending Pandas DataFrame as JSON to CoreUI/React template
Tutorial Objective By the end of this tutorial, you will be able to do the following: Core UI React Template Python with Flask RESTful API Using Pandas module to read ...
38 seconds
-
C++ Template Story So Far (C++11 to C++20)
I know, it’s been a while since the last time I published something newbies-friendly on my blog. The main reason is that most of my readers are either experienced devs ...
1 minute 39 seconds
-
The Quickest Way to Give Your SPA an API
I’ve been working with low-code tools for years, building automations, integrations, and APIs. Recently, I’ve wondered whether we’ve advanced far enough to use a low-code platform as the back-end for ...
1 minute 2 seconds
-
Understanding Important Concepts in JavaScript
If you ask, what is Java Script? The answer is: Java Script is a Single threaded, non-blocking asynchronous concurrent language. Now it is important to understand these characteristic of Java ...
28 seconds
-
How to Properly Dispose of Resources In .NET Core
The .NET garbage collector (GC) does an excellent job of cleaning up unused resources and reclaiming memory once it is no longer needed. Unfortunately, it can only determine when a ...
1 minute 7 seconds
-
Python Web Development: Time to REST Again
There’s a bunch of things that I love that I don’t talk about: The IQueryable  vs IEnumerable, Code-First vs Database-First, ORM vs Raw SQL or who is the most powerful Avenger ...
1 minute 7 seconds
-