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
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.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Photo by Rainier Ridao on Unsplash
Oldest comments (37)
I did a deep dive into workings of
tr
andsed
commands for my submission related to the GitHub Actions Hackathon! It's a fun one 😜Awesome!
I had my first tango with $emit in Vue this week!
I'd read about it in the docs and seen it mentioned around the twittersphere - but after having use it in a real-world application, I have a much better understanding of what, how, and why it's used.
Learned basic TypeScript
I learned about the Elevation helpers in Angular Material. I'll be using them in my revamped portfolio (sneak peek).
I designed Backend in Express and MongoDB
The backend is designed for a E-commerce store, and working on frontend, which will be designed on ReactJs;
Previously I made a full stack e-commerce store in MERN stack but with Redux and a bad css, but this time I am focused on creating a strong backend with validation etc etc...
🙆♂️, And hopefull will finish the react part next aur next next weak☺️..
That's awesome! 🔥
Yo😁.
Awsome bro. If u nedd any help u can ask me
Yo, For sure
Thanks @puranjayyadav
I learn how to present a 10 minutes talk on Nomad PHP.
It's about the Green Button, PHP and JavaScript :). Check following tweet:
twitter.com/peter279k/status/12966...
I've been building gRPC microservices in golang for my raspberry pis.
Learning and understanding what it MEANS that everything is a file in Linux has been awesome and I'm starting to appreciate it.
Golang is really great, channels are cool, and everyone should include arm32 as a target for everything!
After 3 AWS certifications, started preparing for the 4th one: AWS SysOps Administrator.
Taking the exam on the 7th of September!
Noice!
My first React frontend project is done. I'm gonna connect it to my first GraphQL back end project, which I'll start working on today ISA
it might sound silly but it was a huge win for me: I finally managed to start my first docker container and connected it to DBeaver and my Laravel project! :D after sooooooo many tries and conflicts and outdated guides hahahaha
all this pain in a single line:
docker run --name mysql-container -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_ROOT_HOST=% -d mysql/mysql-server:latest