DEV Community

0 seconds of 17 minutes, 20 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
17:20
 
Lu-Vuong Le πŸš€
Lu-Vuong Le πŸš€

Posted on

1 2

Building a Code Editor for the Web - Redefining the Console

In order to output to our custom console, we'll need some way to store the logs that usually get logged in the dev tools that are also formatted as we want so that we can display them all at once later on

Find the code for this video in this branch:
https://github.com/luvuong-le/code-editor-tutorial/tree/redefine-console

Check out the previous part to this video here!

Stay tuned for the final video 😁

Follow and connect with me on:

πŸ“Ή Youtube: https://www.youtube.com/channel/UCWaB4SBBUCvhYb91fz5Vidg
🐦 Twitter: https://twitter.com/coderarchive
πŸ“š Github: https://github.com/luvuong-le
πŸ’Ό LinkedIn: https://www.linkedin.com/in/lu-vuongle/
πŸ“· Instagram: https://www.instagram.com/coderarchive/
πŸ“ Dev.to: https://dev.to/coderarchive

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video