Category
AskMeCode
Differences Between Python 2.7, 3.x, and PyPy
This blog will explain the differences between Python 2.7, Python 3.x, and PyPy. If you’re learning to program, you may have heard of Python, but what is it exactly? Python is an open source programming language. It’s relatively easy to learn, because of its simple syntax and readability. It is a general purpose high-level programming […]
Why and When You Should Embrace CSS Preprocessors
If you’re not familiar with css preprocessors, their main benefit is that they allow you to use the same stylesheet for multiple pages (think about repeating styles for headers and footers). They also let you use variables, mixins and functions. In this post, we’ll cover some of the benefits of using a css preprocessor and […]
Mobile Project Management
Mobile Project Management is a blog about project management for mobile apps. It features useful tips, tricks and insights on how to manage mobile projects, written by experienced mobile project managers from companies such as Google, Facebook and Twitter. We are not only writing about the latest mobile technologies and frameworks, but also about how […]
Top 6 Programming Languages You Should Learn in 2018
Today, the programming landscape is huge. There are hundreds of programming languages and new ones seem to be created every day. So, how do you choose what language to learn? Some programming languages are more popular than others, so it may make sense to learn one of them. Others are less popular but still in […]
8 Things That Make Someone Look Like a Master Programmer
I’ve been programming for a few years now and I’ve seen a lot of people come and go. Some were good, some were bad, and some were just awesome. When I say “awesome” I’m not talking about their technical skills or how good they are at programming. I’m talking about the characteristics that make them […]
Benefits of python vscode
Many developers are switching over to the vscode extension. The extension is a great help to developers as they write code. One of the benefits is: The extension has features like intelliSense which helps you autocomplete your code as you type. Another feature includes rerunning your code after making changes to see if it works. […]
Experience Code Simplicity with grey code
Welcome to grey code. Our goal is to make your experience coding as simple as possible. grey code was created by software engineers for software engineers with you in mind. We are not just a software company, we are a community of people who love and care about the evolution of code and simplifying it’s […]
An Introduction to The C Programming Language
The C programming language is a popular and widely used programming language for creating computer programs. Programmers around the world embrace C because it gives maximum control and efficiency to the programmer. C was originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs, and used to re-implement the Unix operating system. It […]
How to Install Visual Studio Code on Java
Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. It is also customizable, so users can change the editor’s theme, keyboard shortcuts, and preferences. It is free and open-source, […]
Best Coding Tools for Beginners
If you’re looking to improve your code, you’ve come to the right place! This post will be your guide to the best coding tools for beginners and advanced programmers alike. Most of these tools are free and open source. Let me know what you think about them in the comments below. When writing code, one […]
Introduction to PHP Beautifier
php-beautifier is a free and open source tool that aligns your code with new lines and indentation. It was created by the Creator of the php-beautifier project, “The Zend Group”. PHP Beautifier is a tool that allows you to easily write your code in a format that can be read easily by humans, and to […]
Hire A Programmer Who Gets Your Code 100% Right The First Time
Hire A Programmer Who Gets Your Code 100% Right The First Time JavaScript is also a very forgiving language; this flexibility can be both good and bad. It’s great that you can write code that works, get it out the door, and move on to the next thing. But this flexibility can also lead to […]