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.👇👇🏻👇🏼👇🏽👇🏾👇🏿
What was your win this week?
Gracie Gregory (she/her) for The DEV Team ・ Feb 19 '21
#discuss
#weeklyretro
Top comments (48)
I used GitHub Actions for the first time - sooo easy and good! Why have I not used this before?!
not easy , it's powerfull but not easy
I guess what I meant is I was able to get 2 GH actions up and running successfully in far less time than if I were to have set up Jenkins from scratch with auto scaling nodes etc etc - certainly I’m sure it gets complicated the deeper you go!
In any case you are right as it’s a poor choice of words - what I found easy, others might not (and vice versa). We are all at different stages in this life long journey called software development :)
I’ve played with ClickHouse — it’s a fast open-source analytical column-based database, and by fast I mean BLAZINGLY FAST. It’s also very developer-friendly: for example, It has something like REPL on its website that you can instantly try and use. And I actually wrote a guide about building an analytical dashboard with ClickHouse! Here it is:
Building ClickHouse Dashboard and crunching WallStreetBets data 💸🤑
Igor Lukanin ・ Feb 19 ・ 13 min read
My Twitter thread about ClickHouse quirks and features: twitter.com/igorlukanin/status/136...
I've been playing around with repl.it since I found out you can use it to deploy web servers. This means that is basically like a "full stack codepen".
I learned how to setup a tiny web server with 6 lines of code*.
(*) not counting the dependencies.
And 1 command.
Ok, technically you need to install things first. That'll be 2 commands.
There you have it a (useless) web server with a fully functional router and capable of handling static assets. Here's a more exciting example in repl.it: micro-quote-machine.
I'm slowly but surely getting my head around WebGL. I've been using 2d context for a while but needed to do some equirectangular projection maths, which was painful on the cpu, and foolishly thought, 'how hard can it be?'.
use cloud for simulation as virtuzl mation or whatever
something cloud subscription is free
Nice!
I had used location service in my own Android app using Java.
And I had completed 100 Problem solved in LeetCode and I'm really happy for that :)
I did my first Dockerfile 👌💪
I've converted existing VueJS SPA into Android apps with CapacitorJS. The guides was easy to follow and the application is working good. Just need to change the icons and enable camera for file upload.
How to create buffers and splits in Vim. I made some notes on my findings in my TIL repository here.
#vim
Noice!
I learned how to do manage files with Flask and also how to use some JS APIs.
My two completed projects are:
code-crystals.tk
irisor.cf
Heh, thanks. You're so good at picking the perfect GIFs LOL.
Learning vuex and socket.io #todayilearn
Some comments may only be visible to logged-in visitors. Sign in to view all comments.