AskMeCode
The Journal
The Presentation of Animated Code Elements
The Presentation of Animated Code Elements A blog about creating fancy code animations and placement. honeycode Welcome to the honeycode blog. This is where I share my experience with code elements such as canvas, text and images. The content may also include CSS & CSS3 elements as well. You can find all the posts here […]
We’re Hiring! Become a Member of Our Team
We’re Hiring! Become a Member of Our Team: A blog about our startup company and the benefits of working here. Looking for a great place to work that offers a flexible schedule, a fun environment and plenty of learning opportunities? Then join the team here at CodingGame.com! We’re one of the most popular sites on […]
SSH on the fly with Portable Apps + vscode-remoted
This is a quick blog about using portable apps to help connect to your development environment. The Problem I find myself working on different computers quite often. Sometimes I’m at my desktop, sometimes I’m on my laptop, sometimes I have access to a computer in an office. So when I need to do some coding, […]
How To Make Sure You Don’t Lose Any Work
The essay “How To Make Sure You Don’t Lose Any Work” by David Walsh is a blog around the importance of backups and how version backup software. The main argument of this essay is that you lose a lot of work if you don’t back up your files, especially if you are a web developer. […]
5 Tips For Choosing a Web Application Security Solution
5 Tips For Choosing a Web Application Security Solution: A blog about choosing a web hosting security provider. You need to be sure that your web hosting provider is able to keep up with the latest security trends and that they can provide you with the protection you need. With the ever increasing concern around […]
We are the most advanced PHP formatter in the market today. We have quickly become the standard in code formatter tools
We are the most advanced PHP formatter in the market today. We have quickly become the standard in code formatter tools. We give you flexibility and control over how your code is formatted, without compromising on speed or quality. Our software has been used by thousands of developers and software houses around the world and […]
A Beginner’s Guide to GitHub
This article is all about getting you started, so we won’t talk much about topics like version control, pull requests, and branching. We’re going to focus on getting you signed up and ready to go. Signing Up Signing up is incredibly easy. Navigate to github.com and click on “Sign Up” at the top right of […]
Effective Version Control with Git and GitHub
Effective Version Control with Git and GitHub A blog about version control and git/github. Git/Github stuff: 2016-01-28 Some Observations About Git Submodules 2015-08-13 Using Git Rebase to Keep Your Branches In Sync 2015-06-26 Using Git Bisect To Track Down Bugs 2015-05-14 Learning Git Branching 2014-12-19 Solving the Git Merge Conflict in the Develop Branch 2014-11-28 […]
factorial.py A Python Function to Calculate the Factorial of a Given Number
The factorial is a basic operation in mathematics, and it’s also used frequently in Computer Science for many reasons. In this article, I’ll show you how to create a simple Python function that calculates the factorial of any given number (but only positive numbers). What is the Factorial of a Number? The factorial of the […]
TypeScript TodoMVC
TypeScript TodoMVC: An introduction to developing applications using PrismJS and TypeScript. This sample application is a port of the TodoMVC template using PrismJS and TypeScript. This is the official TypeScript TodoMVC application. It is built with PrismJS and TypeScript. This app demonstrates how to use PrismJS in a TypeScript application. The PrismJS supports TypeScript, a […]
Why You Should Get Started with GitHub
I have been using GitHub for years and highly recommend it to anyone who wants to develop software in a team environment. This is the first in a series of blogs around using GitHub and why it is important within the development community. What is GitHub? GitHub is an open source project that has a […]
Introducing Google Codell – A new framework for 3D graphics on the web
As more and more devices ship with GPU acceleration, the capabilities of web browsers have increased dramatically. With that, we have seen an increasing number of games and applications become possible in the browser. WebGL brings OpenGL ES to the web, providing a 3D API for web applications. While it’s fairly low level, WebGL is […]