🚨Anthropic just showed a 24-minute workshop on how to actually do prompts for Claude.
Taught by the people who built it.
Free to watch. No signup. Pure gold
I've seen $300 courses that don't cover what they teach in the first 8 minutes.
Watch it and bookmark it now!
Adobe has officially dropped the passing score for the Master Architect exam (AD0-E718) to 58% (from 84%). This is a big deal for anyone looking to achieve this certification!
#magento#magentodeveloper#adobecommerce#swiftotter
🤓 TIL about the "ping" attribute on <a> tags, which will send a POST request to the given URLs when the anchor is clicked.
🔗 https://t.co/1BP30xMR1l
👏👏👏 #PWA Studio 7.0.0 is out! 👏👏👏
Check out this fancy Venia storefront: https://t.co/zcdE91G63h
And see what's new in this release in our docs: https://t.co/YXn4U2bzpO
(We made some cool updates to the PWA Studio fundamentals topic! https://t.co/n8EeaP431w)
I’ve decided to move all full time staff to a 4 day week until 8/31, following the example set by @dhh. These are not normal times and my staff need appropriate rest so they can focus more fully. I encourage other #tech leaders to do the same. #shopify#bigcommerce#magento
Documentation such as code comments, meaningful commit messages, module docs and projects docs make life so much easier in my opinion. Just write them ✍️
@max_pronko@LenaOrobei@magento Yes this was introduced with version 5, if you adding a doc block to your class you have add small description. If there is no doc block we don't get that error. Also use of package in doc block in now discouraged
Tip: target="_blank" on links to other sites can expose your site to performance and security issues. To fix, add rel="noopener" or rel="noreferrer" to these links: https://t.co/HdA7ooNzx5 ✅
JavaScript loading priorities in Chrome: https://t.co/O3Qg2eYROJ ~ how do <script>, <script defer>, <link rel=preload> + <script async> & friends load then execute? Useful table.