Posted inArticles, Blender, Tutorials

VBO in Blender

Working with heavy topology and large projects with too much geometry can slow down your viewport, which might be pretty irritating, especially when you have too much geometry and have to fix minor issues. This can be avoided by enabling VBO (Vertex Buffer Object), which is a nice feature in Blender. To make things simple, […]

Posted inArticles, Linux, Tutorials

Gogs on CentOS

Gogs also known as Go Git Server is an open source cross-platform self-hosted Git server written in Golang, similar to the GitLab which is written in Ruby. It is easy to install and configure and offers a lot of customization options while installing, it lets you choose between MySQL, SQLite, and PostgreSQL as a Database […]

Posted inArticles, Tutorials

Good Bootstrap practices

Bootstrap is a CSS(Cascading Style Sheets) library developed by Twitter that lets you create responsive websites with easy to understand naming convention and well-designed grid system. It has gained popularity due to its easy of use and pre-processor support, here are some good practices that will make your Bootstrap powered environment clean and easy to […]

Posted inArticles, Tutorials

WordPress with SQLite

WordPress is a free open-source CMS (Content Management System) written in PHP and uses MySQL, WordPress is one of the most popular CMS, It does not support any other database other than MySQL, Due to a lack of support for any other Database, It sometimes turns into a problem when the user wants to have […]