DEV Community

Cover image for Nov. 24, 2019: What did you learn this week?
Nick Taylor
Nick Taylor Subscriber

Posted on • Edited on

Nov. 24, 2019: What did you learn this week?

This is not a new concept for a post or Tweet. David Walsh usually posts one every week.

Having said that, I thought itโ€™d be fun to start a weekly series on DEV where people just comment with something they learnt this week. It could be programming tips, career advice etc.

Neo in the matrix having just learnt kungfu

And if something you learnt was a big win for you, then you know where to drop it as well.๐Ÿ‘‡๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿผ๐Ÿ‘‡๐Ÿฝ๐Ÿ‘‡๐Ÿพ๐Ÿ‘‡๐Ÿฟ

Obama drops the mic

Letโ€™s see how this goes. ๐Ÿ˜ธ

Latest comments (27)

Collapse
 
bugmagnet profile image
Bruce Axtens

I baked my first wild yeast bread.

Collapse
 
nickytonline profile image
Nick Taylor

Sounds yummy. Fresh hot bread is hard to resist. ๐Ÿ˜‰

Collapse
 
bugmagnet profile image
Bruce Axtens

It is yummy and very hard to resist, especially on my one-meal-a-day days. It's quite a change from the usual stuff I do, mostly biscuits (cookies), and the odd dessert (see cooking blog.)

Collapse
 
doylecodes profile image
Ryan Doyle

Learned how to set up and connect to a postgresql RDB on AWS. Lots of tiny steps and seemed to be nothing out there for a AWS newbie in terms of a tutorial in how to get up a simple RDB set up on AWS for a node project. (There are tons on mongodb out there). Looks like itโ€™s time to share what I learned with a post.

Collapse
 
hugoliconv profile image
Hugo

I learned to deploy to Elastic Beanstalk from a docker-compose file.

Collapse
 
peledzohar profile image
Zohar Peled

This week I've started to learn how to use DocFX to generate static HTML pages from xml documentation of an open source .Net project I've been working on as a side project.

Collapse
 
peterwitham profile image
Peter Witham

So this week I learned that SwiftUI multiline text fields are not something Apple thought would be obvious in the first release, the discovery and workaround continues :)

Thanks Apple!

Collapse
 
mjraadi profile image
Mohammadjavad Raadi

BE: Securing a GraphQL server
SysOps: proxmox

Collapse
 
andersonjoseph profile image
Anderson. J

I learned about the web share API and how it improve the experience for users in a PWA.

Also, I wrote about it ๐Ÿ˜‰

Collapse
 
nickytonline profile image
Nick Taylor • Edited

Nice! Care to share your post you wrote here in the comments?

Collapse
 
andersonjoseph profile image
Anderson. J

Sure! dev.to/andersonjoseph/presentando-...

(It is in spanish, btw)

Collapse
 
ronaldoperes profile image
Ronaldo Peres • Edited

Well, i work mainly with C# dotnet core.

I used specflow to do BDD in an webapi that i already made, had some problems with the installation to make it work.

At the same time, solved some issues with async and tasks.

And now i am studying and following tutorial to use Graphql in this webapi, also trying to continue my course of web development bootcamp.

Collapse
 
molly profile image
Molly Struve (she/her) • Edited

This was a small learning but this past week I learned about Rails reflect_on_all_associations method. You can use it to list out all related tables for an ActiveRecord::Model which is super helpful when you are trying to look at all related data for a single entry.

api.rubyonrails.org/classes/Active...

Collapse
 
danondso profile image
Dublin Anondson

I sat down and built a tiny web app using Vue. I was surprised how easy it was to pick up and figure out, so that felt pretty great ๐Ÿ˜„