4 followers
I'm a senior full-stack software engineer, and I love software development, from ideation to procedural design, development, and testing. I'm almost always open to discussing ideas and collaboration.
While conventional equality operators like == and inequalities like < or > are the main actors in comparison operations, techniques behind how to use...
Introduction In the world of Python programming, optimizing the performance of computationally intensive tasks is a pursuit shared by developers and...
Understanding Methods, Strengths, and Limitations · Introduction Machine learning encompasses a wide range of techniques and algorithms that enable...
In a previous article basic concepts of SDLC (Software Development Life Cycle) were introduced. Now we're going to examine some of the most...
Overview In today's fast-paced technological landscape, maximizing performance and efficiency is a top priority for developers. One powerful technique...
Let's use graph concepts to solve a difficult programming challenge, by Depth First Searching (DFS) in a recursive manner. · Overview Graphs are powerful...