Mastering the Art of Decompilation

Mastering the Art of Decompilation When writing code, it is often extremely useful to understand how things work under the hood. It helps you debug your code, write more efficient…

Read More →

Immutable File Patterns in vscode git

Immutable File Patterns in vscode git: a blog to introduce patterns for file organization. An immutable file is a file that never gets modified. My experience using immutable files was…

Read More →

Python Snippets for VSCode

Python Snippets for VSCode: A blog about what Python snippets you can use in Vim and PyCharm. Python is a high-level, general purpose programming language that has become very popular…

Read More →

How to run Python code under TypeScript

How to run Python code under TypeScript: a blog demonstrating how to run Python code from vscode in different ways. See: https://www.youtube.com/watch?v=p1rNgDxlhPQ THIS BLOG IS OUT OF DATE, SEE: https://code.visualstudio.com/docs/languages/python…

Read More →

Java Minor Updates and Predictions

Java Minor Updates and Predictions: A blog on Java minor updates and predictions regarding new features and changes. The JCP has released the agenda for the upcoming Java Community Process…

Read More →

Want to Code? You Need These Ten Tips

If you’re interested in coding and are looking for a place to start, you’re in luck! As the world’s leading nonprofit educational organization, Khan Academy has many online resources to…

Read More →