Remote Commands with vscode ssh

One thing I found myself missing from VS-Code was the ability to run SSH commands from within the editor. I know this works on Windows, but since I primarily use MacOS and Linux, this means that I would always have to open a terminal, switch to my project directory and then run the commands. But […]

Read Full Article β†’

We Code Complete

“This is what we do. We code complete.” In the United States, the mid-1980s television series Miami Vice was something of a phenomenon. Its “MTV” style and colorful characters captivated many viewers and made it a favorite. The series was broadcast in over 100 countries and watched by an estimated one billion people worldwide. One […]

Read Full Article β†’

Do You Need Code? We Can Help. Learn What We Do

Do You Need Code? We Can Help. Learn What We Do: an informative blog about our services. Do You Need Code? We Can Help. Learn What We Do: an informative blog about our services. Do You Need Code? We Can Help. Learn What We Do: an informative blog about our services. Do You Need Code? […]

Read Full Article β†’

How to Beautify PHP Code with php-beautifier

How to Beautify PHP Code with php-beautifier: A blog on the benefits of using a beautifier. Any web developer that is working with PHP code knows how difficult it can be to read code that has not been properly formatted. Whether it was written by you or someone else, without proper formatting, the code becomes […]

Read Full Article β†’

What’s New in the Visual Studio Code April Update

Visual Studio Code, Microsoft’s free cross-platform lightweight code editor, has received a new update. The April Update of Visual Studio Code introduces a number of improvements including a new β€œRun on Click” feature for the Python extension and an update to the C/C++ extension which brings improved IntelliSense performance and configuration. First up, Python users […]

Read Full Article β†’

Quickest Way to Get Python Programming Skills

A student recently asked me the following question: What is the quickest way to get Python programming skills? I have worked with many students in the past and for those who are beginners, it can be tempting to try to learn to do everything right away. This mindset can cause a lot of frustration. What’s […]

Read Full Article β†’

Does Coding Bootcamp as a Beginner Make Sense? A blog about the pros and cons of learning to code as a beginner.

The idea of attending coding bootcamp can be a little intimidating as a beginner, especially if you know nothing about programming. It’s easy to get caught up on the β€œI’m not good enough for this” mindset and think you need to learn something first before you go. But does coding bootcamp as a beginner make […]

Read Full Article β†’

How To Format Your Code (c

To make code easier to read and understand, it’s important to format it properly. In actuality, the only reason I’m writing this is because I’ve seen some pretty bad C // Formatting your code makes it easier to read and understand. // There are many opinions about what exactly constitutes // clean code, but everyone […]

Read Full Article β†’

A Beginner’s Guide to Python Exit Codes

A Beginner’s Guide to Python Exit Codes: a blog around the exit codes in python. Python is one of the most popular programming languages that developers use to build different kinds of applications. It was first released in 1991 and has since become an integral part of the software development world. One of the main […]

Read Full Article β†’

The DevGuide to Code Analytics

The DevGuide to Code Analytics is a blog about the code analytics tool by your code and how it can help you improve your code. The blog posts here are intended for developers to get a better understanding of the tools and techniques involved in code analytics, as well as their various use cases. Your […]

Read Full Article β†’