DEV Community

Cover image for November 25th, 2021: What did you learn this week?
Nick Taylor
Nick Taylor

Posted on • Updated on

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

It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.

![Yoda wooping someone's butt](https://media.giphy.com/media/yDYAHbqe5DfyM/giphy.gif)

Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.

#todayilearned

Summarize a concept that is new to you.

And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿

![Little kid making a fist as if to say "Yes!"](https://media.giphy.com/media/6brH8dM3zeMyA/giphy.gif)

Latest comments (12)

Collapse
 
santosh profile image
Santosh Kumar

I learned how to get a HTTPS certificate for all the subdomains on my website and documented it on my blog.
To be specific, I manage my DNS with Route53, website is powered by nginx hosted on EC2, and certificate I got from was Let's Encrypt.

Collapse
 
nickytonline profile image
Nick Taylor

Jean-Luc Picard from Star Trek TNG saying Well done!

Collapse
 
santosh profile image
Santosh Kumar

Yeah! But I don't get much people to read my blog. :(

Collapse
 
gaitandrums profile image
David Gaitan

I learned Python Pandas

Collapse
 
nickytonline profile image
Nick Taylor

Stephen Colbert saying Awesome Sauce

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

I setup a new Gatsby project with the minimal blog template and deployed it in minutes!!

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

Nice

Collapse
 
bugb profile image
bugb

learn to stop learning anything this week :p

Collapse
 
nickytonline profile image
Nick Taylor

Hot Rod saying Cool beans!

Collapse
 
adiatiayu profile image
Ayu Adiati

React bootstrap 😊

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.