In Browser Code Editing
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore in-browser code editing techniques and advancements in this GOTO 2012 conference talk by Marijn Haverbeke, author of Eloquent JavaScript and main CodeMirror developer. Discover the possibilities of JavaScript-based text editors and learn how to embed powerful editors in web applications. Dive deep into the implementation details of CodeMirror, covering topics such as cursor handling, scrolling, efficient handling of large files using B-trees, code analysis, and mixed-mode HTML editing. Gain insights into mobile editing solutions and the Orion project. This 52-minute presentation provides a comprehensive overview of browser-based code editing, from introductory concepts to advanced techniques.
Syllabus
Intro
HTML
Project Overview
Slides
Cursor
Scrolling
Big files
Btree
Code Mirror
Code Analysis
Mixedmode HTML
CodeMirror
Mobile
Orion
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube