September 12, 2018https://www.dotnetconf.net/agenda
A group of people who deal with .Net regularly will be meeting in the room next to the usual meeting room at Raven Industries to watch some of the streamed sessions throughout the day.Read more →about .NET Conf Live Day 1
March 13, 2018What is Apache Mesos? What is Mesosphere’s Marathon? How do they work and work together? As a developer, how can I wire these up in order to execute applications in a compute environment?
Mesos is a cluster manager that abstracts computing resources away from machines enabling both fault tolerance …Read more →about Mesos, Marathon, and Docker
January 30, 2018What is blockchain technology?How does it work and what applications exist?As a developer, how do I get started implementing my own blockchain?
Blockchain, the underlying technology in cryptocurrency is all the hype right now with some cryptocurrency values skyrocketing over 1500% last year! …Read more →about Learn About Blockchains
June 27, 2017What’s Docker? How does it differ from a VM? How does this differ from a process manager? In this talk we’ll cover: what Docker is, how it differs in given environments, and how you can benefit from containers today. I’ll briefly touch on docker-compose to prepare you for a talk on …Read more →about Hypervisors, VMs, and containers oh my!
May 30, 2017Progressive web apps (PWAs) close the gap and blur the lines between native apps and web apps. Daniel will introduce PWAs, including service workers, push notifications, app icons, offline capabilities, the app manifest, and browser support. He will also discuss practical applications and case …Read more →about Progressive Web Apps with Daniel Black
April 18, 2017Production can be a scary environment. Sometimes things are working great and sometimes they’re a complete dumpster fire. How do you know your current status? How do you know where your problem is or which server is causing the degradation? In this talk we’ll discuss a journey from no …Read more →about Knowing things work instead of thinking things work
March 21, 2017As web development grows in popularity and the proliferation of JavaScript tools and frameworks continues, it is easier to produce large applications filled with unreadable or unmaintainable JavaScript. In this talk, Kevin Logan will draw on his years of experience working on a large …Read more →about From JavaScript Mess to Cleaner Code with Kevin Logan
December 13, 2016Learn a new way to create native, cross-platform mobile apps using the web-development tools you already know. These are not hybrid apps, or web-view apps. These are real native apps that happen to be written in JavaScript (or any language that compiles to JavaScript).
Presenter: Gage Herrmann, …Read more →about React Native for Mobile Apps with Gage Herrmann
October 25, 2016DocuTAP will be hosting a HapiJS workshop on Tues Oct 25th. Bring your own laptop, newcomers to nodejs or web development are welcome. We’ll have a few people with experience in nodejs available to help explain exercises and their solutions available.
https://github.com/hapijs/makemehapiRead more →about HapiJS Workshop
September 20, 2016Assembling the Web - A Tour of WebAssembly
WebAssembly. It’s coming to JavaScript. But…what exactly is it? Is it a new VM? A way to create a binary version of JavaScript? A new standard to get everyone to code in C/C++ for the web? In this session, we’ll demystify WebAssembly, …Read more →about Talk Web Assembly with Jason Bock