Category
AskMeCode
jQuery Templates A Template-Driven Approach gives you smart tags and helpers to create awesome websites. Here’s Why it Rips Your Competitors a New One
jQuery Templates: A Template-Driven Approach gives you smart tags and helpers to create awesome websites. Here’s Why it Rips Your Competitors a New One: Need we say more? jQuery Templates: A Template-Driven Approach gives you smart tags and helpers to create awesome websites. Here’s Why it Rips Your Competitors a New One: Need we say […]
How To Write a Python Exit Program
In this article, I will talk about how to use exit(), a feature of python that allows the program to finish. Exit() is a built-in Python function that terminates the program immediately with an error. Its usage is simple and it does not require any additional arguments. You can use exit() for debugging or testing […]
Lorem Ipsum
A blog about Latex, the syntax and how to use it. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It […]
Installing Visual Studio Code on Linux
Installing Visual Studio Code on Linux: A tutorial about installing Visual Studio Code along with the very basics. Installing Visual Studio Code on Linux Visual Studio Code is a popular editor for editing code on all platforms. The editor is available for Linux, Windows, and macOS. On December 1st 2017 Microsoft released version 1.18 of […]
Vim is a great programmer editor…and you need to get it
You are a professional. Your work is your craft. And you should have the best tools available. Vim is a great programmer editor…and you need to get it: A blog raising awareness around this editor. Vim is a great programmer editor…and you need to get it. I know, I know, it’s not that easy. If […]
3 Ways to Get the Most out of GitHub
So you’ve made the jump to GitHub and are using it for version control. Great! But now what? Do you just push your code and forget about it? No, there’s a lot of ways to take advantage of GitHub to make your life easier. GitHub is a powerful tool for not only storing your code […]
How to Connect to a VM with SSH (Windows)
Some time ago I was working in a project that involved multiple Virtual Machines (VMs) and needed to access them via the ssh protocol. Before the beginning of the project, I never had done this kind of stuff, so I started to read about how to connect to a VM via ssh. The process is […]
How To Create A Factorial Program In Java
Factorial programs in java: Factorial of a number is the product of all the integers from 1 to that number. For example factorial of 4 is 24. Factorial of a number is calculated by multiplying it with all the numbers below it starting from 1. For example factorial of 4 is 4*3*2*1. Factorial of 0 […]
7 Low Code Platforms for App Developers
7 Low Code Platforms for App Developers: A blog about low code platforms and their functionality The low code platforms are relatively new, but they have a lot to offer app developers. They have the potential to make developing apps much easier and faster while ancillary benefits such as speed up the development process or […]
Are your paying the right price to rank higher in Google? Maybe not
No matter what business you’re in, exposure is the biggest goal when it comes to ranking higher on Google. The better your SEO, the higher up Google you’ll rank, and the more people will visit your website. SEO is how you get your website to show up at the top of a search on Google, […]
Alternatives To Meetings With Robots – Robotics News
Meetings are a necessary evil for many of us. They can be a great way to keep everyone on the same page, but they can also be a huge time-suck and an energy drain. Meetings with robots are not as scary as they sound. In fact, at times, it can be quite helpful, if not […]
A Geek’s Guide to Becoming a Linux Programmer
Here is a blog post series about getting into the Linux world and how one can learn more. This series is intended for beginning programmers who want to learn how to program on the Linux platform. You don’t need any programming experience or background at all but it will help if you do. If you […]