Category
AskMeCode
How to Set up google spreadsheet for business use
Google Spreadsheets are one of the most powerful tools of Google Apps, but most people only use 10% of its features. In this blog we will learn how to make the most out of spreadsheet for business use. Let’s dive into the features! Tutorial: How to set up Google Spreadsheet for business use Google spreadsheets […]
How To Learn Code? Basic Tips And Advice For the Different Learning Styles
How do you learn code? In this blog post I would like to share a few tips and advice that I found useful when learning how to program. The best part is, you can apply these tips regardless of your learning style. The thing about coding is that there are many different approaches and ways […]
Why You Should Write Code in a High-Level Language
You should write code in a high-level programming language because it is the best way to express your ideas. If you can express your ideas in a high-level programming language, and you have any choice about what language to use, you should use that high-level language. Why? Because: 1. It’s easier to read and understand […]
How to Increase Code Sizes
I recently read an article that discussed how to increase code sizes. There are many different ways of doing this, and much of it depends on the programming language and development environment you are using. Here is a list of things to avoid when growing your code base: A. Not using functions. B. Not commenting […]
Will Open AI Change The World?
Will Open AI Change The World? This is a good question. Open AI is an artificial intelligence research company with a different approach to artificial intelligence research. It was founded by Elon Musk, Sam Altman, Ilya Sutskever, Greg Brockman and Wojciech Zaremba. The goal of it is to build safe AI and to keep it […]
Coding Town
Coding Town is a new site that aims to help you learn how to code. By providing you with a library of free coding courses, Coding Town makes getting into programming easier than ever before. You can pick a course that suits your interests, and start learning straight away. Our courses don’t just include videos […]
So you want to learn about pencil code? Start here
So you want to learn about Pencil Code? Start here: a blog that explains how to use Pencil Code. Pencil Code is a programming language for making drawings, 2D and 3D animations, games, and simulations. You can write programs on the web or from your desktop. You can create drawings using code and share them […]
Tips for Building Your First Website on a Low Budget
Whether you are just starting out or have been in business for a while, creating your first website can be a daunting task that requires a lot of work and can involve a hefty price tag. Fortunately, there are now many options available to get your business online that won’t put such a strain on […]
The 10-second Guide to JSLint (Or, What’s the Difference Between ‘ == ‘ and ‘ === ‘?)
10-second guide to JSLint No semicolons. Use === instead of == . No ++ or — . Use /*global*/ to declare variables, like this: /*global foo, bar */ . Use /*globals*/ to declare a bunch of variables at once. These are things you use but do not define. For example, if you use the window […]
Visual Studio Code Java – Top Features
Visual Studio Code Java – Top Features: A blog with tips and tricks for Java Developers using Visual Studio Code. Java is a general purpose, high-level programming language developed by Sun Microsystems. Similar to C/C++, Java is a strongly typed language. It can be used to develop mobile applications, web applications, desktop applications, games and […]
Top Three Reasons To Attend A New Hackathon
Hackathons are becoming increasingly popular in the technology scene. If you have been living under a rock, a hackathon is an event where people come together to build something using technology. Some people refer to them as computer programming marathons because they are typically long events, lasting 24-48 hours or even longer. People come with […]
Git is the Best Version Control System
Git is the Best Version Control System: A blog about git and why it’s the best version control system. The goal of this blog is to show you how to create a complete git repository using command line tools only. This way, you will understand what’s going on under the hood when you are using […]