How to Build a Spying Tool Using Java Today we are going to build a spying tool using Java. In order to spy on a victim’s computer, we will use two things. Screenshot and voice recording from his microphone. Our basic idea is to capture the screen and voice. And we can inject this malware inside any game or custom software as a […] Written by Farhat Shahir October 2, 2020October 2, 2020 Saving Bookmark this article Bookmarked
How to make Service & Repository Class generator for Laravel Using Controller -> Service -> Repository -> Model pattern, we need to use custom service & repository class. By default Laravel included make:model & make:controller command. But to generate Service & Repository class, we need to create custom commands to generate these classes. So Let’s start. Service Class generator command 1st we need to generate […] Written by Ashiqur Rahman October 28, 2020October 28, 2020 Saving Bookmark this article Bookmarked
How to Build a Spying Tool Using Java Today we are going to build a spying tool using Java. In order to spy on a victim’s computer, we will use two things. Screenshot and voice recording from his microphone. Our basic idea is to capture the screen and voice. And we can inject this malware inside any game or custom software as a […] Written by Farhat Shahir October 2, 2020October 2, 2020 Saving Bookmark this article Bookmarked
Laravel How to make Service & Repository Class generator for Laravel Using Controller -> Service -> Repository -> Model pattern, we need to use custom service & repository class. By default Laravel included make:model & make:controller command. But to generate Service & Repository class, we need to create custom commands to generate these classes. So Let’s start. Service Class generator command 1st we need to generate […] Written by Ashiqur Rahman October 28, 2020October 28, 2020 Saving Bookmark this article Bookmarked
Ethical Hacking Java How to Build a Spying Tool Using Java Today we are going to build a spying tool using Java. In order to spy on a victim’s computer, we will use two things. Screenshot and voice recording from his microphone. Our basic idea is to capture the screen and voice. And we can inject this malware inside any game or custom software as a […] Written by Farhat Shahir October 2, 2020October 2, 2020 Saving Bookmark this article Bookmarked
Deployment Deploy scalable Laravel app in AWS Written by Ashiqur Rahman July 16, 2020July 16, 2020 Saving Bookmark this article Bookmarked
Laravel Laravel playground Today I will introduce you with a great day-to-day used tool for quick code testing in the online environment. Introducing Laravel Playground. You can do anything as you want in a Laravel project. A Great tool indeed to grow your productivity. What is Laravel Playground? Laravel Playground is a sandbox for your Laravel code and […] Written by Ashiqur Rahman July 13, 2020July 13, 2020 Saving Bookmark this article Bookmarked
git Remove local tracking branch that not exists on remote When a feature branch finished using git flow then it may still in the local branch on another developer machine. So to keep updated your local branches with remote branches you need to clean up your local branches that aren’t on the remote. Follow this to clean up & get synced with the remote origin […] Written by Ashiqur Rahman July 13, 2020July 13, 2020 Saving Bookmark this article Bookmarked
git git case-insensitive issue on mac By default – Windows has a case-sensitive file system. Mac has a case-insensitive file system. That’s why in mac, FileName.ext -> changes to -> Filename.ext will not show as changes in git status Rename the file like this to fix this problem – Hope this helps. Show some love by like this post. Written by Ashiqur Rahman June 29, 2020June 29, 2020 Saving Bookmark this article Bookmarked
Ethical Hacking Java How to Build a Spying Tool Using Java Written by Farhat Shahir October 2, 2020October 2, 2020 Saving Bookmark this article Bookmarked
Laravel How to make Service & Repository Class generator for Laravel Using Controller -> Service -> Repository -> Model pattern, we need to use custom service & repository class. By default Laravel included make:model & make:controller command. But to generate Service & Repository class, we need to create custom commands to generate these classes. So Let’s start. Service Class generator command 1st we need to generate […] Written by Ashiqur Rahman October 28, 2020October 28, 2020 Saving Bookmark this article Bookmarked
Ethical Hacking Java How to Build a Spying Tool Using Java Today we are going to build a spying tool using Java. In order to spy on a victim’s computer, we will use two things. Screenshot and voice recording from his microphone. Our basic idea is to capture the screen and voice. And we can inject this malware inside any game or custom software as a […] Written by Farhat Shahir October 2, 2020October 2, 2020 Saving Bookmark this article Bookmarked
Laravel Laravel playground Today I will introduce you with a great day-to-day used tool for quick code testing in the online environment. Introducing Laravel Playground. You can do anything as you want in a Laravel project. A Great tool indeed to grow your productivity. What is Laravel Playground? Laravel Playground is a sandbox for your Laravel code and […] Written by Ashiqur Rahman July 13, 2020July 13, 2020 Saving Bookmark this article Bookmarked
git git case-insensitive issue on mac By default – Windows has a case-sensitive file system. Mac has a case-insensitive file system. That’s why in mac, FileName.ext -> changes to -> Filename.ext will not show as changes in git status Rename the file like this to fix this problem – Hope this helps. Show some love by like this post. Written by Ashiqur Rahman June 29, 2020June 29, 2020 Saving Bookmark this article Bookmarked