Useful MySQL Commands

Reading Time: < 1 minuteBelow is a list of very common MySQL/MariaDB commands that any developer should know by heart. Export MySQL Database mysqldump -u username -p database_name > dump.sql Import MySQL Database mysql -u username -p -h servername database-name < data.sql Login MySQL Database mysql -uusername -p Create MySQL Users CREATE USER ‘username’@’localhost’ IDENTIFIED BY ‘password’; GRANT ALL PRIVILEGES ON database . tablename […]

Useful MySQL Commands Read More »

What is Thousand Year Old Vampire?

Reading Time: < 1 minuteThousand Year Old Vampire is a solo roleplaying game of memory, loss, and vampires. In Thousand Year Old Vampire you chronicle the many centuries of a vampire’s existence, beginning with the loss of mortality and ending with inevitable destruction. Prompt-driven play and simple resource tracking provide easy rules for exploring your character’s human failings, villainous

What is Thousand Year Old Vampire? Read More »

How to Play RPGs via Twitter

Reading Time: 5 minutesTwitter is a great platform to run a realtime, texted based, adventure using pretty much any system. In this example I’ll be talking about D&D specifically, but you can easily change it for any RPG system. What is a text based adventure? Text-based adventures or Play-by-Post (PbP) games are comprised of posting a situation via

How to Play RPGs via Twitter Read More »

What I Use 2021

Reading Time: 2 minutesThe updated 2021 list of my gadgets, computers and software I use on a daily basis. Computer: MacBook Pro I continue to use my Mid 2014 MacBook Pro 13″ with an attached 23″ monitor. It’s fast, has crazy long battery life, and works perfectly for doing coding or layout on my book. I have a newer

What I Use 2021 Read More »

Speaking at Laracon EU

Reading Time: < 1 minuteI’m very excited to share that I will be speaking at Laracon EU 2021 from January 18th-22nd, 2021 and cannot wait to (virtually) see everyone at the event.  I will be discussing Choreography vs Orchestration in serverless microservices using Laravel. About Laracon EU Laracon EU hosts multiple annual conferences which are the main gathering of

Speaking at Laracon EU Read More »