đź“” Twitter/X Hiring, Force Multipliers & Review Sidebar Update
đź’ˇ Discoveries
Twitter/X for Developer Hiring
- Researched whether recruiters hire through Twitter/X.
- Conclusion: They do.
- Sharing technical work regularly can improve personal branding.
- A strong profile can lead to inbound recruiter opportunities.
Force Multiplier
- Learned the meaning of “force multiplier”.
- It means building things that create impact beyond the feature itself.
- This can be better architecture.
- It can be improving developer productivity.
- It can be solving problems that benefit the whole product.
- Realized this matches the way I already work.
- I usually think from a business impact perspective instead of only completing tasks.
- Need to highlight these impacts more clearly in my resume and interviews.
OpenWiki
- Explored OpenWiki and Google’s Open Knowledge Format.
- It would be great if OpenWiki supported the Open Knowledge Format.
- Left a LinkedIn comment about the Open Knowledge Format.
DNS Records
- Learned how A, AAAA and CNAME records work.
- Needed this knowledge while deploying my portfolio.
- A points a domain to an IPv4 address.
- AAAA points a domain to an IPv6 address.
- CNAME points one domain to another domain.
🚀 Shipped Today
Review Sidebar
- Finished the pending mixed note indicator.
- Refactored the implementation.
- Updated the PR description.
- Left a review comment.
Image Evolution
- Reviewed my old Processing project based on a genetic algorithm.
- Refreshed my understanding of how it works.
- Still looking for the solution to the issue I was investigating.