geektech.codesThe terminal formatting library you need in 2022When designing CLI applications we always face challenges as python programmers when it comes to making the text/UI look good. But have you ever wondered if this tedious task could be abstracted behind a powerful terminal UI library, which is simple ...Feb 27, 2022路16 min read
geektech.codesFlask Blog Tutorial #2: User Registration and Interacting with MySQLHowdy Geeks! 馃憢 I am back again. In this article, we will create a database to save user information for registration and create forms for registration. We will use MySQL so you can use either APACHE or if you use Windows, you could download MySQL a...Feb 19, 2022路6 min read
geektech.codesEverything you need to know about Go-Lang - #2You probably have heard about Google's cool language called Golang. Golang is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is similar to C/C++, but with memory safety, garbag...Feb 13, 2022路15 min read
geektech.codesEverything you need to know about Go-Lang - #1You probably have heard about Google's cool language called Golang. Golang is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is similar to C/C++, but with memory safety, garb...Feb 4, 2022路9 min read
geektech.codesFlask Blog Tutorial #1: Getting StartedHowdy Geeks! 馃憢 I will build a web app alongside this article and this will act as a guide as I would share my struggles and we will debug as well. Let's git this shii! 馃殌 What is Flask? Flask is a python framework that is used to create microservic...Feb 1, 2022路7 min read