The International Battle Pass 2022

Borbot Venatus/ September 2, 2022/ Dota

Hey All, the long wait is over, The International Battle Pass for 2022 is now out and packed with good stuff. We’ll review and share here what we think of it. I feel excited after the hiatus brought about by the pandemic we are now back to experience the wild, fun and excitement of The International. All I can I

Read More

PHP Fatal error: Cannot declare class , because the name is already in use – Laravel Migrations

Vincent Paul/ May 23, 2022/ Laravel, PHP, Programming, Technology

Please read our Disclaimer Works with -Laravel Framework 8.83.11 In case you have encountered something similar: Try to do the following: On your terminal, run the following command: If that doesn’t fix it, try to do the following: Make sure there are no existing duplicate class names in your migrations, the names are case in-sensitive, so Roles and roles will

Read More

Off to Cebu and about NAIA Parking Rates

Paopatsin/ May 5, 2022/ General

Please read our Disclaimer Hello, Just recently, I’ve went on a business trip going to Cebu to visit one of our work sites. Preparing and packing stuff is plain and simple, scheduling a flight also went smooth, the only challenge was how do I get to the airport. I didn’t mean the how (direction) but the how (steps), Nowadays, we

Read More

MIR4 Map Hints

Borbot Venatus/ November 6, 2021/ Map Hints, MIR4

Please read our Disclaimer MIR4 is a free-to-play open world Asian-fantasy MMORPG that can be cross-played on both PC and mobile devices. MIR4 is full of action and features numerous large scale clan PVP battles Have you started playing this game already? If you haven’t yet, I suggest you give it a try, it is a step up to the usual MMORPG

Read More

Find any Text in any Stored Procedure

Paopatsin/ April 2, 2021/ Database, MS SQL, Technology

Please read our Disclaimer Works With-Microsoft SQL Server 2016 (RTM) – 13.0.1601.5 (X64)-Microsoft SQL Server 2014 (SP3-GDR) (KB4532095) – 12.0.6118.4 (X64) In case you need to find a certain text, a word or a string in your stored procedure assemblage, the following command will come in handy. Command: SELECT routine_name, routine_definition FROM INFORMATION_SCHEMA.ROUTINES WHERE routine_definition LIKE ‘%<replace with your text>%’

Read More

TypeError ReflectionFunction::__construct() expects parameter 1 to be string, array given

Paopatsin/ November 29, 2020/ Laravel, PHP, Programming, Technology

Please read our Disclaimer Works With-Laravel Framework 8.16.0 After a long hiatus, I’ve jumped from Laravel 5.8.30 to Laravel 8.16.0 to update my tools and that’s almost three (3) major versions I’ve missed. With a busy schedule I could not spare time to go through the change logs. And so it happens. Prior the 8.16.0 migration, I’ve used to create

Read More

Enable Shell Command in your Microsoft SQL Database Server

Paopatsin/ November 29, 2020/ Database, MS SQL, Technology

Please read our Disclaimer Works With-Microsoft SQL Server 2016 (RTM) – 13.0.1601.5 (X64)-Microsoft SQL Server 2008 (RTM) – 10.0.1600.22 (X64) As a Database Administrator, there are occasions that you would be needing to interact with the operating system from your SQL Management Studio such as running a dir check or you need to do a file import using the bcp utility

Read More

Count the Number of Records for each Database Tables in MS SQL

Paopatsin/ October 24, 2020/ Database, MS SQL, Technology

Please read our Disclaimer Works With-Microsoft SQL Server 2016 (RTM) – 13.0.1601.5 (X64)-Microsoft SQL Server 2008 (RTM) – 10.0.1600.22 (X64) In case you need a quick run of how many records (or rows) are there in your database tables. Command: Steps and Sample Usage: Open and log into your SQL Management Studio Open a New Query Windows or (CTRL+N) Copy

Read More