DEV Community

Cover image for Jan. 31, 2020: What did you learn this week?
Nick Taylor
Nick Taylor

Posted on

Jan. 31, 2020: 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.

Brain lifting weights saying knowledge is power

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.👇👇🏻👇🏼👇🏽👇🏾👇🏿

soccer player celebrating a goal

Oldest comments (29)

Collapse
 
joshuawoodsdev profile image
JoshuaWoods

Some Lua Language
Fin starting to understand how Middleman and Sinatra Work.
How to render in Blender 3d
I found out that Sonic PI uses a ver of Ruby

Collapse
 
learnwithparam profile image
Paramanantham Harrison • Edited

Working through my content for first workshop and regarding myself on how to explain the concepts simple way 😅

eventbrite.com/e/api-design-for-be...

Collapse
 
bimbimprasetyoafif profile image
Bimo Prasetyo Afif

just basic docker 😁 and deploy my app into it

Collapse
 
jinglescode profile image
Jingles (Hong Jing)

I attended a lecture, and the delivery was so bad that I learnt nothing about the content. But instead, I learnt so much about 3 things I shouldn't do when I am teaching in future.

Problem: The slides are unintelligible.
What I learnt: Slides are visual aids that can enhance our presentations; they can increase the audience's understanding of the topic, explain points, and make an impact. I can do a better explanation with an illustration or just simply a sequence of text description explaining how each step works.

Problem: My lecturer assumes we know everything that was taught in class. I am not sure about the other students; for some parts, I was lost, for some parts, I regarded it as not necessary.
What I learnt: If I were to teach, I need to prepare content that is relevant to my class. My students may not understand why they need to know this topic; I need to tell them and show them, why this is good for them to know. Other than for the purpose to pass the exam.

Problem: My lecturer asked the class “any questions?” And answered right away, “no, good.” And I see students in front of me, giving the “what?” hand gestures.
What I learnt: I want my class to understand. I have to set an environment that is safe for questions. I don't have to rush through the content. I can ask for a show of hands to check their understanding.

I wrote What I’ve learnt from a lecture today about teaching to serve as a reminder for myself and to share to anyone who is currently teaching.

Collapse
 
richardeschloss profile image
Richard Schloss • Edited

I learned a bit more about the mp4 atom structure. Even changing metadata is not such a trivial* task. (yeah, I know there's ffmpeg but...I'm a dev, I wanted to try what they do for various reasons)

  • Correction: it's trivial for people who are much smarter than me :). I'm going at Homer Simpson speed on this one.
Collapse
 
mmcbruno profile image
Marzia

Started experimenting with Jest to test React component.
I found it quite straight forward, now still need to practice. Any help on finding a nice blog on the argument is appreciated

Collapse
 
hyftar profile image
Simon Landry

Read the 2nd chapter of "clean code" and learned a lot about good naming practices.

Collapse
 
frogthanos profile image
Athanasios


git checkout -

checks you out on your previous branch 😁🥳

Collapse
 
marcinzogrodnik profile image
Marcin

Next.js headless e-commerce with BigCommerce. I am new to API and this week gone so quick with documentation :D

Collapse
 
ojay profile image
Ojay

Hey mate, I just found this while looking into next.js & BigCommerce... how did everything go? I'm looking to setup something similar. If there was anything you found helpful please feel free to share. Thanks!

Collapse
 
marcinzogrodnik profile image
Marcin

Well I am still learning, there was an update for next.js recently and they changes bits with getStaticProps so I had to rewrite a few things. Also I am using Redux and redux wrapper also has an update to version 6 so now I am trying to get it to work.
Fetching data is quite easy, I found an issue with product images because it's a separate API call and you have to merge it with products to show the images. If you have any specyfic question just ask and I may help you

Thread Thread
 
ojay profile image
Ojay

Thanks mate, I appreciate the offer. Still not 100% on what eCommerce platform we're going to use but if we go with BigCommerce you may hear from em again! Thanks again

Thread Thread
 
ringoma95 profile image
Stephen Ringoma

I'm starting out with next.js ecommerce and BigCommerce. I have deployed the storefront to Vercel and cloned the project to my computer. I'm trying to figure out what steps to take next from here. Any tips or advice on the route you used?

Collapse
 
jankapunkt profile image
Jan Küster

The critical users are the ones you may not like but you need them the most.

Collapse
 
adnanmohib profile image
Muhammad Adnan

AWS Cloud Practitioner Essentials (2nd Edition)
From APN Training Portal

Collapse
 
parulgu profile image
Parul

BOOTSTRAP

Collapse
 
ronaldoperes profile image
Ronaldo Peres

Hi everyone,

This week I'm migrating system with UI with HTML and JS to react.

Requisites: implement unit tests (TDD and BDD), keep the code clean.

I never developed anything in React, so it was kinda hard to do this task and I still have to implement the tests.

Collapse
 
mraubreycodes profile image
Aubrey Fletcher

I learned that there are no such things as Arrays in Dart. They use Arrays like lists.

Collapse
 
eddiehale3 profile image
Eddie Hale

With the help of our security team we deployed a Kubernetes service account that inherits access from an AWS IAM role. Instead of using static access/secret keys deployed to our secrets store we're able to allow temporary access to AWS resources.