DEV Community

Discussion on: November 25th, 2021: What did you learn this week?

Collapse
 
nickytonline profile image
Nick Taylor

A crab dancing

Collapse
 
lexiebkm profile image
Alexander B.K.

Yeah... crab Ferris. It exactly refers to what programming language I got started on this week.

  • In parallel, I tried to learn how to connect to MySQL/MariaDb from C/C++ app using traditional MySQL C API via libmysqlclient/libmariadbclient on Windows.

  • I also tried to learn how to use GTK (GTK binding) for building a simple desktop GUI app using Rust and C++ and compared the results.

  • Early this week, I continued on learning Go aka Golang, because I wanted to use it as another option for web backend beside PHP+Laravel and Node.js.