我本周在多伦多在Rebactor DX 2023进行。很多很棒的演讲,很高兴见到一些新旧面孔!
再过一周,另一个新闻通讯。让我们开始!
在网络周围
- Announcing Expo Router v2这使我的兴趣达到顶峰,因为下周我将与Ramãn一起潜入React Antive/Expo(见下文)
- 我本周在Refactor DX 2023到meet Stefan Judis in person。我还了解了他出色的网站Tiny Helpers,这是一个免费的单点在线工具的网络开发人员。检查一下!
- Understanding SVG Paths
有趣的东西
一周的智慧词
没人在乎您的技术堆栈
他们只希望解决问题
112
无耻的插头
本周没有抽搐流,因为我在Rebactor DX 2023中!但是我很高兴在下一周成为hanging with Ramón Huidobro,他们给我们介绍了React Native和Expo!
Graham Ritchie的流录制在YouTube上。我们讨论了可访问性,并对Opensaused Insights个人资料页面进行了迷你审核。
记住喜欢并订阅! ð
Devrel是我将来会在某个时候做的事情,因此在this week's issue of DevRel Weekly中出现真是太酷了!感谢您让我知道这个Lucia Cerchie!
最后插头...我保证。我正在cfe.dev YouTube频道上开始每月流。我对这项合作感到非常兴奋。
在第一集中,我们将通过JavaScript和Node.js。
进行调试基础。Click the Notify Me link on YouTube so you do not miss it! 我和其他所有其他内容都在iamdeveloper.com社区中发布工作。如果您正在寻找另一个互联网的友好角落,请前往discord.iamdeveloper.com。 如果您喜欢此新闻通讯,则可以subscribe或RSS是您的果酱,也可以subscribe via RSS。<! - 我的新闻通讯 - >
koude0
Full Stack Debugging / CFE.dev
In this episode, Nick Taylor explores debugging fundamentals and tips and tricks for full stack web application developers.
Outline
* Console.logging
* console.log
* log points
* Debugging frontend code in the browser
* navigating files in the DevTools
* breakpoints
* conditional breakpoints
* debugger keyword
* Debugging Node.js
* debug node process via node --inspect-brk and node --inspect
* Debugging in VS Code
* Attach to Process for Node.js
* Using VS Code’s JavaScript debug terminal
koude1
Jobs