Category
AskMeCode
What Can You Do With a Computer Science Degree?A blog about Careers in Computer Science
In the old days, people would say “computer science” when they meant programming. These days, I think the opposite is true. When most people hear the term computer science, they think of people who spend their days hacking code in a dark basement somewhere. This is unfortunate because it’s not really accurate. Computer science is […]
On the Importance of a Healthy Work-Life Balance
The more time I spend on the internet, the more I’m convinced that there is no such thing as work-life balance. Work and life are not two separate things. You can’t have a balanced diet and then eat only food from one of the major food groups (dairy, meat, fruits, vegetables, etc.). And you can’t […]
Easy Steps To Business Marketing Success with our products
Easy Steps To Business Marketing Success with our products: A blog about the importance and success of marketing your company. As a business owner, you’re always looking for new ways to attract and retain customers. You need to know what the latest in business marketing is because the industry is always changing. This is a […]
How to Capture and Share the Meaning of your Designs
Figma to HTML is a blog that focuses on translating designs into prototype of website and mobile app. With Figma, you can now capture the meaning behind your design and share it with your team. The blog started off with how to easily translate Figma designs into HTML, CSS and JavaScript. As it grew popular, […]
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 […]
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 […]
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? […]
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 […]
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 […]
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 […]
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 […]
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 […]