ylliX - Online Advertising Network

7 Things to Include in a Professional PowerPoint Presentation

Whether you’re creating an attractive business presentation, an engaging college lesson, or an online quiz, PowerPoint’s tools can help you make your slides look the part. Regardless of their purpose, professionally designed PowerPoint presentations increase the impact of whatever you’re delivering. Here are the top tips for making the best impression through Microsoft’s slideshow program. […]

Best Practices to Secure Web Applications

Transcript Groner: We’re going to talk a little bit about API security. Before we get started, we have to understand why we have to do this. For application security, how many companies are handling this today is, you do your planning, development. Developers will push the PRs, going to do the build. There’s usually a […]

Jesse’s Presentations

This is a running archive of my technical presentations. I’ve also posted about my process, and I also follow Jake’s advice on conference talks. GC You Later, Allocator (recording not yet posted) Nerding Out on Okio Dynamic Code With Zipline JSON Explained HTTP in a Hostile World Ok Multiplatform! Writing Code That Lasts Forever Coordinating […]

GC You Later, Allocator

I presented this at Droidcon NYC on September 19, 2024. Available as code, video, slides, Droidtube, & Speaker Deck. Memory management on Android is easy: the garbage collector does almost everything and LeakCanary handles the rest! But Kotlin/Multiplatform brings new challenges. Your new features could be blocked if Kotlin/Native leaks memory. In this talk you’ll […]

Concerning Jetpack Compose

Jetpack Compose is an intriguing library but is not without concerns. The Jetpack Compose library provides the ability to create declarative and reactive UIs written in Kotlin for Android. It’s another attempt to avoid XML layout files by allowing the creation of layouts in a DSL-esque manner. The library borrows heavily from cross-platform application frameworks […]