Sohag Hossain

@sh6210

187 Points 0 Followers

7 Posts

0 Answers

Hey i'm sohag, currently i'm working as a software engineer.

Sohag Hossain · 4 months ago

Testing HttpCalloutMock In Apex

Testing Single HttpCalloutMock in Apex is pretty straightforward which is described in official docs. If you want to test multiple callout then here is the official docs. So You need to pre...

Sohag Hossain · 2 years ago

MySql: with recursive

In MySql, It wasn't easy enough to get all the children's for specific nodes till now. Yes, I'm talking about MySql 8's "with recursive CTE". Let me explain a scenario, consider th...

Sohag Hossain · 2 years ago

Ubuntu, Switching PHP version

It's quite natural for a developer that you need to work on different projects which don't have the same language version. For me, most of the time I work on PHP and I need to work on a coup...

Sohag Hossain · 2 years ago

MacOS, Prepare Dev Machine After Fresh Installation

Hello, from a developer's view, It's quite common that after a fresh installation of OS (in this case MacOS) we need some time to remember what things i need to install. We install some nece...

Sohag Hossain · 2 years ago

Did you know, blade template can also show the suggestion

Hello, recently I found that you can make a way where blade template will show you the code completion suggestion. Here's the code snippets how I've done this.

Sohag Hossain · 2 years ago

Create virtual host in one go

Creating a virtual host is simple but it takes some effort and it's common to forget to do an entry to a specific place or misspelled somewhere and now I can't find out where I've done wrong...

Sohag Hossain · 2 years ago

Blade Component

Hello everyone, i'm a fan of component philosophy as like many others. I've seen some guys want to start using the blade component but they get stack at some point. So here I'm sharing some...
1

Loading More Content