AWS IAM FAQ If you're not aware of AWS IAM Web Service, I'd suggest you to read What is AWS IAM? before going through the FAQ. You can... Archive 10/01/2019
Amazon EC2 FAQ If you're not aware of Amazon Elastic Compute Cloud Service, I'd suggest you to read What is Amazon EC2? before going through the FAQ. Starting... Archive 02/01/2019
Demystifying the Akka Actor Model What's an actor model? The actor model in computer science is a mathematical model of concurrent computation that treats "actors" as the universal primitives of... Akka Distributed Systems 20/06/2018
The Power of Callbacks in JavaScript Sure, here's the corrected and rewritten version of the text: Yo, listen up! When a function accepts another function as an argument, that contained function... Javascript Programming 30/01/2018
Step-by-Step Guide: Installing TensorFlow on Windows Hey there! Want to install Tensorflow on your Windows machine? No worries, I've got you covered! Just follow the steps mentioned below. First things first,... Artificial Intelligence Machine Learning 15/01/2018
A Guide to Understanding Order of Growth Psst, hey you. Yeah, you. Have you seen this chart? Every software engineer worth their salt should remember this bad boy. It's all about Big... Software Engineering 10/01/2018
Simplifying Javascript Techniques: A Guide to the Power of Hoisting Hoisting is a funky Javascript mechanism where variables and functions get moved around like they're playing a game of musical chairs. Here's the deal: Only... Javascript Programming 05/01/2018
Mastering Search Optimization: An Introduction to Iterative Deepening Depth-First Search (DFS) In DFS, we start from a node and go down a path until we reach a node that has no children. Whenever... Archive 10/11/2017
Breaking Down the Beats: A Comprehensive Guide to Using ML Pipelines to Predict Song Release Years Linear Regression is the most commonly used predictive analysis. It is used to model the relationship between a dependent variable and one or more independent... Artificial Intelligence Machine Learning 01/12/2016
Unlocking the Power of MapReduce: Using Python and Apache Spark for Enhanced Data Processing Hey there! So we decided to create a Word Count application - a classic MapReduce example. But what the heck is a Word Count application,... Artificial Intelligence Machine Learning 26/11/2016