Syed Mohammad Ibrahim

Syed Mohammad Ibrahim @iamibi

About: Trying to solve real-world issues with lazy coding and some info-sec skills

Joined:
Mar 8, 2022

Syed Mohammad Ibrahim
articles - 10 total

Code Review Exercises That Actually Work: Python Edition (Junior to Senior)

In the last post, we focused on Java and how to evaluate code review skills across different levels...

Learn More 1 0May 8

Code Review Exercises That Actually Work: Java Edition (Junior to Senior)

In Part 1 of this series, we explored a practical, respectful approach to engineering interviews -...

Learn More 4 1May 6

Rethinking Tech Interviews: Real Skills, Real Projects, No Bullshit

Introduction Let’s be honest — most software engineering interviews suck. They’re filled...

Learn More 0 2May 4

02. Software Engineering Design & Security Principles

This is the continuation of the course Secure Coding in Software Engineering. Go to Home. Go to...

Learn More 0 0Mar 9

01. Introduction

This is the continuation of the course Secure Coding in Software Engineering. Go to Home. Go to...

Learn More 0 0Mar 9

Secure Coding in Software Engineering

Welcome to Secure Coding in Software Engineering, a comprehensive course designed to equip you with...

Learn More 0 0Mar 9

Credentials substitution at runtime in Python

Introduction Often we hear that credentials should not be hardcoded in the code or Version...

Learn More 2 0Apr 1 '23

How to handle different application environments like Prod, Dev, Test, etc.?

Introduction There are times when we are in a dilemma as to how to properly use...

Learn More 7 1Apr 1 '23

Add coverage report with pytest and Gitlab CI

Introduction In this blog, I am going to cover the integration of Pytest with Poetry and...

Learn More 17 0Mar 16 '23

Mocking AWS Dynamo Db calls during testing

Introduction It is always a good idea to write test cases for your application when you...

Learn More 13 0Apr 24 '22