AskMeCode
The Journal
10 Linux Distros You Should Check Out Today
10 Linux Distros You Should Check Out Today Ubuntu is a well-known Linux distribution. It has helped Linux to gain popularity among people who have never used it before. However, there are many other Linux distributions out there that you might want to try. Here are 10 distributions you should check out today. 1. Ubuntu […]
3 ways to use appsheet
Google appsheet is a powerful way to build applications on google sheets. Think of it like being able to use the same scripting language with spreadsheets, but your app is automatically live and hosted on google’s servers. You can share it with anyone by sending them a link. This is an exciting time to be […]
The Best Tutorials We Could Find
The Best Tutorials We Could Find: A blog about taking your design from Figma to HTML. This blog a compilation of tutorials I’ve found online that I think are the best for learning how to take your design from Figma to code. 1. Designing Simple Weather App in Figma This is a very simple, but […]
7 Reasons to Use the php beautifier over the palindrome
The color coded beautifier is a great way to organize your code. It allows you to organize your code in a logical and easy to read manner. I am going to go over the reasons why you should be using the php beautifier over the palindrome: 1. The color coded beautifier allows you to easily […]
Git and Github Cheat Sheet for Visual Studio Code
Git and Github Cheat Sheet for Visual Studio Code: A blog about other code editors available and why code editors like Visual Studio Code are worth checking out. When I started learning more about programming, I started to hear a lot about Git. It seemed like an overwhelming amount of information to take in at […]
How to work with Github
Github Codespace is an advanced feature on Github that allows you to run your code or start a project straight from the browser. The feature is in beta and only available for some features but it is a great way for developers to get started with Github as well as to see how it works. […]
Finding The Best Code School
Finding The Best Code School: From Scratch On To Web Development. A blog about choosing the right code school to help you get a job as a developer after you graduate. Choosing the best code school for you is a difficult choice when there are so many options out there. In this article I outline […]
12 Awesome Java Libraries for your next work
12 Awesome Java Libraries for your next work! The programming world is always changing. New tools are being built, the old ones are being updated, the old ones are being depreciated. The main goal of a programmer is to write code that works, and to do it well and fast. But why spend time reinventing […]
Coding Isn’t Just For Coders Anymore
Coding Isn’t Just For Coders Anymore: A blog around the accessible nature of coding for non-coders. When you think of coding, you think of developers. You think of engineers or programmers. You think of people who are obsessed with computers and technology and seem to speak a different language. This group of people is called […]
Using Apartment Complex Management Software to Improve the Efficiency of Your Buildings
If you have several apartment buildings, then you know that property management is a time consuming process. It can be difficult to keep track of the needs of each building and ensure that those needs are properly addressed. If you want to improve the efficiency of your apartment buildings, then investing in apartment complex management […]
4 Tips For Faster C++ Compilation Times
4 Tips For Faster C++ Compilation Times: This post is about some techniques I have used to improve compilation times. This might be useful to you, if your compile times are long. In this post, I will talk about some techniques and tools that I use to reduce C++ compile time on Linux, including ccache […]
Java Factorial Program – Java Sorting Examples
Java Factorial Program – Java Sorting Examples: a helpful blog for those learning about the factorial function. Factorial of a Number Using Recursion In this program, we will learn how to find the factorial of a number using recursion in Java. Recursion is the process of defining something in terms of itself. A method that […]