AskMeCode
The Journal
Using Google Apps Sheets for HR organization
Google Apps Sheets is an HR application that can be used in many different ways. But as an HR manager I would like to highlight the most important one: as a tool to help you organize your team and make sure they are working together effectively. In this post I will show you how to […]
Generate an array of random numbers wwith speed and precision
If you need to generate random numbers in a game or a simulation, or you’re writing tests and need test data, there are a lot of ways to do it. Some of them are very simple, others involve advanced math. This tutorial will explain some ways to do it with a theoretical focus on speed […]
Top 5 Tips for Choosing a Python IDE
Not sure which Python IDE to use? Well, let us help you. We put together a list of the top 5 tips for choosing an IDE and how to find the one that’s right for you. 1. What do you need? Before you could choose the best Python IDE, it’s important to know what you […]
Want to Step Up Your Game? Try our new… Auto-generating game engine!
Want to Step Up Your Game? Try our new… Auto-generating game engine! When it comes to game development, the term “work smarter, not harder” gets thrown around a lot. Here at CodinGame, we really take that to heart. We’ve spent 4 years developing the most powerful and advanced auto-generating game engine in existence. The way […]
What’s the difference between Deferred and Immediate ?
What’s the difference between Deferred and Immediate ?: A blog about css3 and loading techniques.
5 Tools for a Better Coding Ground
A blog about the tools that people use to create, explore and communicate. 5 Tools for a Better Coding Ground A couple of years ago, I realized that the way I was managing my personal projects was too chaotic. I had many ideas, but when it came to finding a specific code or file, it […]
Which coding language should you learn to become a professional programmer? A blog where I conduct research and give suggestions.
The purpose of this blog is to answer a simple question: Which coding language should you learn to become a professional programmer? We all know that programming is huge right now. And we also know that there are many different programming languages to choose from. But which one do you choose in order to get […]
Markdown Quick Reference Guide
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). This article contains the basics you need to get started with Markdown syntax. It is based on the reference guide written by John Gruber, the […]
What’s New and Where To Find Them – Development News
Every year, we dedicate some time at GitHub to share what’s new and where to find them. For 2020, we’ve created a video recap of the latest products and features for your development news. We’re thrilled to continue to support open source projects, developers, and teams at every stage of their work with our latest […]
Why Every Developer Should Try JSHint
JSHint is a program that analyzes JavaScript code for common mistakes. It is a static analysis tool, which means that it analyzes your code without executing it. In this article I will show you how to integrate JSHint in to your development process and why you should be using it. Why Use JSHint? It’s simple, […]
Handy Minecraft Tips And Tricks That Are Helpful For New Players
There are a lot of Minecraft players who are new to the game. We have compiled some tips and tricks that may be helpful for these new players. These tips and tricks will help them get into the game quickly, without any real stress. If you are one of those players, then worry no more! […]
new code A blog about new coding languages and technology.
The latest new technology is always interesting. The youngest languages are often the most exciting. But not all of the technologies and languages are worth your time. We’ll help you to pick the right one for your project. Modern code is amazing. The best developers in the world can develop an application in just a […]