podcast Episode 5! This week we speak with Adack Rackis! I ask him about what he is currently working on and what excites him about the future of front end development. Apple Podcast: ‎weekend dev on Apple PodcastsWeekend dev is a podcast featuring weekly updates about software
virtual-list What are Virtual Lists? Here we will jump in and start dissecting the the problem of large lists of data what we need to render to the screen
javascript Do you know what a virtual list is? Hey weekenders, One of first learning segments I am working on is about virtual lists, what they are, why we use them, and how to create your own from scratch!
javascript Towards a safer JavaScript As programs become large, their complexity also grows. Bugs become harder to track down, mistakes easier to make. What if we could make small parts of our application more predictable?