saadnoor salehin

saadnoor salehin @saadnoorsalehin

About: Full-stack engineer(NodeJS | .NET core & Angular | React) | Android Developer | DevOps Hobbyist

Location:
Dhaka bangladesh
Joined:
Nov 14, 2019

saadnoor salehin
articles - 8 total

I Wore the Same Outfit for 1 year and Here is What I’ve Learned

It started 365 days ago when I was maintaining a full-time job at Jeeon, a part-time job at Digitruck...

Learn More 3 6Aug 23 '20

GCC vs. Clang: How to use bits/stdc++ header in MacOS

GCC vs CLANG: how to include bits/stdc++.h For compiling c++, there are many compilers in...

Learn More 5 1Aug 18 '20

Coding Interview Question: Kadane algorithm(maximum subarray sum) explained in 3 min

Problem: We have to find the maximum subarray sum. Eg: Lets consider this array ⇒ [-10, 5, -9, 1, 3...

Learn More 6 0Aug 11 '20

Server Side Rendering Visualized

Lets take a look, nowadays, how a modern web app is displayed in browser. A typical response sent by...

Learn More 7 0Jul 28 '20

Introduction To Unit Test in .NET Core Applications By Xunit And Moq

Let’s assume, I have written some introductory sentences about what is unit testing and why it’s impo...

Learn More 6 0May 20 '20

All You Need to Know About Browser's User Agent String

At Cefalo, I needed to develop a feature which required me to detect browser first. I thought it was...

Learn More 8 3May 8 '20

Iterm2 Alternative for Windows

For a long time, I used macOS for software development. I used Iterm2 as my terminal. The most import...

Learn More 27 2Apr 26 '20

Groovy 101: How To Create Custom Gradle Tasks In Android Studio

For automating the build process, Android Studio uses Gradle, which is a build tool. Gradle uses Groo...

Learn More 18 2Nov 16 '19