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.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
#todayilearned
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Top comments (35)
I learned a nice trick.
I often store my scripts in package.json but when I need to add dynamism to my script such as.
package.json - old
You can use a node script to get the version and console log to get the output.
package.json - new
getNewVersion.js
Stdout in action using JavaScript, sweet.
Pair that with $npm_package package.json variables as stdin and you have a nice workflow.
Awesome!
I've learned how to install KVM in Ubuntu 18.04, CentOS 7 & 8.
And using KVM to define and create a VM via
libvirt
XML setting and raw image files.Here are my notes and some references (including troubleshooting):
Nice!
Looking for a job and learned how to take rejections. 😎👨💻
Yeah, don't take rejections personally. Keep at it and good luck!
I deployed my first Blob storage container using an ARM (Azure Resource Manager) Template to a dev environment at work. I've also been trying to learn as much as I can about Azure Pipelines because I will have to make my own very very soon.
Noice!
This week
Lately I have been trying to learn how to make an organizational chart using d3.js I have the nodes and paths along with the labels that store the information for those nodes. Feeling happy with my progress so far
This week I learned, that I'm not as strong in Javascript as I thought.
I had a mock technical interview this week as part of my Bootcamp and technically, scored 2/5 on Javascript fundamentals and 3/5 on current standards and frameworks.
It was humbling, but helped me to see that I need to circle back and refresh my knowledge of those core concepts. I know how to code, how to get done what I need to, but dictionary definitions and concepts I need to memorize / better understand for future technical interviews.
That's great that you had a mock technical interview though. Now you know what to work on.
Yup. Just need to fine or make the time. 😬
@shannon, i think we are in same boat. So would love to know from where you got the mock interview. I need to practice alot. Thanks.
I did my mock technical interview through skilled in. A no-cost-to-me interview was included as part of my boot camp. Had a good experience, me reviewer was great and I got a lot of detailed feedback, but I have heard mixed results from others that have used the platform.
Thank you 😊
This week I learned how CSS clip-path works while working on an unpublished post.
The following article was really of great help:
Edit July 20, 2020: I published the article.
Image manipulation with CSS
Habdul Hazeez ・ Jul 20 ・ 9 min read
This week I learned about Barrier, a software KVM. It allows me to control both my Windows 10 desktop and my Ubuntu laptop from the same keyboard and mouse. I also learned about VcXsrv, an X server for Windows that allows you to run Linux GUI applications from the Windows Subsystem for Linux v1.
All about Vue! Templating, components etc from Vue School.
Dont forget to learning nuxt, its more simple
It's in my wishlist!