Published inprobablysecurityDo you know about browser fingerprinting? This is useful, useful for whom?Browser fingerprinting is a powerful method/tools for tracking users around the Internet. It can capture data through a web user browsing…Dec 31, 2024Dec 31, 2024
Published inpengenpahamRuby Command-line options using OptionParser [With Use Case]Command-line application is simple application or script we executed in terminal. In most cases, when we use command-line application we…Jun 17, 2024Jun 17, 2024
Published inpengenpahamNow, I’m full time using VIM and it’s not bad at allA few months ago, jump into VIM from my prev code editor. In this article i write a quick recaps what i learn and my setup, hope it will…Mar 24, 2024Mar 24, 2024
Install Visual Studio Code in ArchLinuxIn this installation guide, we will try to install visual studio code from AUR package. https://aur.archlinux.orgJul 29, 2023Jul 29, 2023
Using Gnome Desktop Environment in Kali LinuxWhen we use Linux, sometimes we need to change DE, it’s possible in Kali Linux too.Jul 10, 20232Jul 10, 20232
Today, I’m back to Linux and some VSCode keyboard shortcut not workingToday, decided to back to Linux after using Mac for years , bring back Thinkpad laptop and install Linux distro on it. Btw, Thinkpad…Jun 9, 2023Jun 9, 2023
Published inpengenpahamMocking Repository with Golang GoMockGenerating mocks is common use case when we write unit testing. In this article, we will learn how to create mocks and use it for testing…Apr 24, 2023Apr 24, 2023
Published inpengenpahamPostgres database migration using golang-migrate, docker-compose and MakefileTracking database changes will be helpful when we develop application with database for storing data. Database migration will help us to…Mar 22, 2023Mar 22, 2023
Published inpengenpahamCustom Logging in Golang Gin using Logrus PackageIn this article we will explore basic logging implementation in Go-lang gin web framework, we will use Logrus package. We will implement…Mar 20, 2023Mar 20, 2023
Published inprobablysecurityBrakeman 101 : Static Analysis Security Tool for Ruby on Rails ApplicationBrakeman is a static analysis tool that checks Ruby on Rails applications for security vulnerabilities. With Brakeman, we can check for…Feb 23, 20231Feb 23, 20231