All things that you must learn about it to run on the road into the front-end world. - GitHub - thuongtruong1009/frontend-master: All things that you must learn about it to run on the road into the...
Today, I’m just testing out a few new Hugo shortcodes I added to the site. I’ve culled these from around the internet, and hacked together some of my own. You might find them useful, if you’re doing static blogging yourself. You can find all the code on the repo for this site, found here. As I do more and more blogging from the static site generator, this sort of thing will be more and more useful to me, at least.
What's the difference between using "let" and "var"?
ECMAScript 6 introduced the let statement.
I've heard that it's described as a local variable, but I'm still not quite sure how it behaves differently than the var keyword.
What are the differences...
How to remap or swap special keyboard keys in Linux?
Remapping keyboard keys in Linux can be performed by following two methods. If a key is broken or you need to change the functionality of certain key, keyboard remapping is necessary. You can tweak the keys to function differently with following command.
Ctrl + Alt + key doesn't work on non-US (f.x. German, Danish) keyboard layout
I have just recently moved from MS windows to Linux, and it is great; but there is one thing that really bugs me, and that is the use of Ctrl+Alt+key instead of using Alt Gr+key.
When I program, it
I'm using Ubuntu on a Samsung Chromebook. As some of you may know, the keyboard used in ChromeOS based netbooks is a bit awkward: amongst other things, it doesn't have a Del key*. If I were going t...
by Gowtham Venkatesan Learn the Basics of Git in Under 10 Minutes Yes, the title is a clickbait. There is no way you can understand the basics of git technology in just 10 minutes. But you can get pretty close in about 25 minutes. And that is the purpose of
One-page guide to Vim: usage, examples, and more. Vim is a very efficient text editor. This reference was made for Vim 8.0. For shortcut notation, see :help key-notation.
How To Use Display Flex In CSS, Flexbox Working With Example
Understand the working of Flexbox Containers and Items with interactive demos. Flexbox Terminology and Properties Explained. Learn about Compatible Flex values.
Sooner or later you will have to compile some software from sources. This article guides you through that (not so) epic journey by showing you how to compile and install NodeJS from scratch on Debian and Red-Hat/CentOS based systems.
A Letter to Discord for not Supporting the Linux Desktop | TheEvilSkeleton
Discord is popular among the Linux desktop community. Thanks to Electron, the framework that Discord uses, it was possible for Discord to port the client over to Linux very easily. Electron facilitates deploying the same application in different desktop platforms.