Hugo 101
Hugo is an open source static site generator that is powered by Go - which makes it insanely fast to compile and run. What is a static site? Well it's the most basic website of…
Hugo is an open source static site generator that is powered by Go - which makes it insanely fast to compile and run. What is a static site? Well it's the most basic website of…
…
If you can keep your head when all about you Are losing theirs and blaming it on you, If you can trust yourself when all men doubt you, But make allowance for their doubting too;…
I'm running a Pixelbook with Crostini, and my MariaDB database sits in my linux instance. Sometimes, weird things happens and my root user loses the password and I can't access my database. So here is…
For a while I was sure that UNION ALL had better performance when dealing with multiple matches from SELECT * FROM table. But recently I revisited my code and the performance is negligible. My code is…
Docker has been around for a considerable time already, released on 2013, it aims to solve the problem of "But it works on my computer".…
Today we're going to look at a really powerful charting library that is really easy to use and set up. Plotly Open Source Graphing Library supports several programming languages, including Python, Matlab, R, and most importantly Javascript!…
AI is set to take over the world in a few years. Here are a few ideas how it will used to improve your life. Some are already being developed actively!…
The UX designer is usually an integral part of the agile development cycle between design and development, connecting good design, software development, and business goals into a wholesome and focused package.…
Good tools makes beginner programmers understand better what is going on, and makes seasoned developers fast and precise. Here are 6 tools that I use daily at work:…
AI now powers many of the technologies we love today, such as Netflix's recommendation queue, Google's natural language processing feature, and even Tesla's self driving cars. However, tech blogs and think tanks are warning that the fervor is dying down and the next AI winter is coming soon.…
The cold dark winters breeds some interesting flavors. Mostly potatoes and rye - Finnish staple ingredients. These are the 20 most interesting(weird) foods from Finland I've found (I'm gonna try them all some day).…
Ever need more words to describe how great that meal was? Try some of the examples below.…
Basic "good programming" paradigm are basic for a reason - it makes developers' life easy. Have good variables, have useful comments, prioritize code comprehension over performance.…
I thought the earth remembered me,she took me back so tenderly,arranging her dark skirts, her pockets full of lichens and seeds.…
First, you’ll need to create a new repository in Github following the formatusername.github.io. It’ll need at least an index.html, then you will be able to publish as a Github page.…