No it's not an April Fool's joke folks.
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.
Top comments (24)
Thanks to a bug on my blog, I learned that Facebook ignores the
og:image
for aog:url
that it "knows" (at least until refreshed). So when sharing a link to my blog on Facebook, the image was always incorrect because I had the incorrectog:url
... I didn't realize earlier because I mainly share on Twitter and Linkedin and they respect theog:image
independently of the providedog:url
....maybe I should write a short post about it...
Good to know. And that blog post...
Recently I've been learning Quill, which is a great WYSIWYG rich text editor for the web.
It's API-driven, has a very concise but expressive data model, and has a set of extensible content and module mechanisms that you can use to create your own powerful rich text editor.
I have written two posts documenting my learning of Quill, and I will continue to publish more in-depth articles on the principles of Quill, hoping to enlighten beginners in rich text editor.
How Quill module works?
How does Quill describe editor content?
I've started read the Refactoring, M. Fowler, finished the 25% of it and figure out that I was wright when ague with colleage that
Nice!
This week I‘ve’ started an open-source-project in github: deduplicate. This project aims to provide a component that prevents repeated attacks and facilitates my work. I will continue coding afterwards and perfect this project.
Nice!
Nice! @5t3ph has tonnes of really great resource on Eleventy. Definitely give her a follow.
i've got a test task to land a job and failed :c
See what you can take away from that whole interview process and keep at it! Interviewing itself is a skill.
I have created an open-source portfolio template and shared my learnings and resources in this DEV post
Open Source portfolio template 🔥
Atul Prajapati ・ Mar 31 ・ 1 min read
I received this morning my ever first royalties for my first book and it feels great!
Happy Friday!
Noice!
For a current client project, I have immersed myself into Advanced Custom Fields (WP plugin) and working with field data in PHP.
Awesome!
I learnt the distinct differences between req.params, req.body and req.query
I guess should write about it. To make life easier for others too.