Are Visual Cues Hard For You To Process? You Need A Framework
You need a framework for your development. When you work in software, it’s easy to get lost in the code. I have to admit: I’m a hard-core developer. I live and breathe code. But that doesn’t mean it always comes easy. Some days, I feel like my mind is in a fog. My head is […]
How to write a python exit program
So, you want to write a python program that can exit on command. Well, you’ve come to the right blog! We’ll start by writing a python program that exits without command. This is the easiest part of exiting a python program. To do this, we use the sys module. Its pretty simple, just import it […]
10 Tips to Help You Become A Successful Programmer
The road to becoming a successful programmer is not easy. It takes dedication, hard work and commitment to achieve your goals as a programmer. You will straggle with your learning curve, you might get stuck in a situation where you don’t know how to solve a problem, you will probably be frustrated at times. If […]
Top 5 Markdown Editors for Visual Studio Code
A markdown editor facilitates the process of writing in markdown. So, let’s explore some options for the top 5 Markdown editors for Visual Studio Code. In this article we will look at the top 5 Markdown extensions for Visual Studio Code. We will also learn about how to use them to write in markdown in […]
Visual Studio Code Tips And Tricks
Visual Studio Code Tips And Tricks: A blog about a few easy tips and tricks you can use when working with Java on Visual Studio. The Problem I’m a Java developer who loves working in Visual Studio Code, and I was trying to find a way to get the best of both worlds when it […]
The Progression of a Website from Concept to Creation
The Progression of a Website from Concept to Creation: A blog about the process of creating a website and all the steps involved. So you want to create a successful website that draws traffic, but you donβt know where to start? Youβve taken the first step by recognizing there is more to building a website […]
How to Write a Bash Script
Hello world Welcome to my first blog post. I decided to write about bash scripting, as it is something that I am interested in, and I thought it would be a good way to get started. What is a Bash Script? A bash script is a text file containing a series of commands. It could […]
Hello World β What is Linux and how can I use it with Visual Studio Code? A blog around linux and visual studio code
Hello World β What is Linux and how can I use it with Visual Studio Code? A blog around linux and visual studio code When you say Linux, do you mean Ubuntu or Debian? What are their differences? Do they have the same advantages over Windows or macOS? These are some of the questions I […]
The Best Markdown Editor β VS Code or Notepad
[The Best Markdown Editor β VS Code or Notepad: a blog about markdown editors](https://medium.com/@HackySandy/the-best-markdown-editor-vs-code-or-notepad-e927dd5f7c13) – a great article on Medium A few days ago, I was searching for an editor to edit Markdown files with syntax highlighting and preview. I found many solutions, but the most popular one was Visual Studio Code (VS Code). Itβs […]
How to Make a Video Game, the Easier Way
If you’re looking for ways to make video games with your kids, this blog is a great place to start. It gives you step-by-step instructions on how to build several different games right inside the Scratch programming environment. Scratch is a service that’s built by MIT and it’s designed to help kids learn how to […]
