prism.js | Ajax for the Rest of Us
Ajax has been around for a long time now. I remember using it way back in 2004 when I was building interactive websites. Back then it was still kind of cutting edge and I remember being really excited to use it. It was the first time that I really felt like I didn’t need to […]
Top 10 Reasons to Use vscode vim
I am a Software Engineer working at Shopify. I have been using Vim since 2009 (thanks, Google). Recently, I discovered vscode vim and it has changed the way I use Vim. Here are the top 10 reasons to use VSCodeVim: 1. VSCode is cross platform – you can use it on Windows, Mac OSX, and […]
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 […]
