-
FullStack NYC 2019 - The Conference on JavaScript, Node & Internet of Things
Two days in New York
FullStack 2019 conference launches in New York City for its first edition abroad following the success of FullStack London. Join us and learn from the foremost experts in the js, node and IoT fields.
web front-end iot nodejs node js javascript fullstack angularjs -
Webpack Academy: From Beginner to Master with Sean Larkin
Led by Sean Larkin
Learn to use Webpack, the open source bundler responsible for powering some of the most popular high-performance applications, and use it to make confident decisions about front-end architecture on your next project. Join to learn why webpack exists, why you should use it to build your web...
functional cli bundler open-source iffe performance js javascript http webpack -
Diversity Matters with Jamie Knight and Mike Southgate
Organised by Diversity Matters
At this month's Diversity Matters, we are excited to be joined by Jamie Knight and Mike Southgate. Don't miss it!
neurodiversity aws autism collaboration serverless containers discovery diversity -
Speed Bumps Ahead
Featuring Alexander Yakushev
Performance optimization is an obscure topic because people usually don't practice it too often. Performance doesn't matter most of the time, and you can safely ignore thinking about it up until the moment it starts to matter. That's where you are left wondering what exactly went...
clojure clojurex debugging profiling performance -
Lightning Talk: Some Thoughts about Immutability and its Limits
Featuring Karl Brodowsky
A core principal of functional programming is to use immutable data structures not sometimes, but all the way through. They are highly optimized in performing the necessary copy operations in a lazy and efficient way, but this approach has its limits, for example when you try sorting algorithms....
data algorithms clojure performance -
Masterclass: Reducing Technical Debt with Michael C. Feathers
Led by Michael C. Feathers
Want to get more out of your legacy systems: more performance, functionality, reliability, and manageability? Join this course and learn how Technical Debt is a catch-all term that we use for entropy in software development, and techniques along the continuum of team-coordinated refactoring,...
architecture quality feature-probes systematic-refactoring limited-wip-refactoring design-direction-tagging scratch-refactoring manageability reliability functionality performance legacy-systems technical-debt refactoring -
Raytracing with Haskell
Featuring Michał Kawalec
Understanding the performance of Haskell code is often an important factor for success in many applications.
haskell 3d-graphics ghc memory performance -
Turning software into computer chips – Hastlayer
Featuring Zoltán Lehóczky
Software is flexible, specialized hardware is extremely fast. So why not write software, then turn it into a computer chip? This is what Hastlayer (https://hastlayer.com) does by transforming .NET software into electronic circuits. The result is faster and uses less power while you simply keep on...
.net c# hardware-acceleration performance hastlayer fpga -
Game "Heroes of Might and Magic" In Browser: Long, Difficult And Incredibly Interesting
Featuring Aleksandr Korotaev
Aleksandr spent 3 years to implement this and wanted to share his experience with JavaScripters, who wants to make a game in browser. This talk is about JS hardcore optimizations, patterns and gamedev fanatism. This is a story of self-making as a programmer through the development of a...
data-structures algorithms performance canvas gamedev -
Lightning Talk: Performant Reinforcement Learning In JavaScript
Featuring Nathan Epstein
This talk is about how to implement reinforcement learning for JavaScript. You will explore some light reinforcement learning theory (beginners friendly) as well as a discussion of how we can use C++ (with Emscripten) to boost performance in the face of an expensive algorithm.
artificial-intelligence machine-learning web-assembly emscripten performance -
2
A New Way To Profile Node.js
Featuring David Mark Clements and Matteo Collina
It’s been weeks and the organization you work for seems to be slowly turning against you. At least that’s what it feels like. User experience is poor because of slow API’s, sales are being missed, performance-linked SEO heuristics are causing a drop in page ranking. Mobile users have all but...
fullstackcon performance nodejs js javascript -
WebAssembly Is Here. What Does It Mean For Other Web Frameworks?
Featuring Boyan Mihaylov
JavaScript has become the de-facto language for the Web with many frameworks built with it. Complex applications like games, CAD modelling and video streaming, though, require more in terms of performance and flexibility.
performance compilation web javascript webassembly -
Fast But not Furious: Debugging User Interaction Performance Issues
Featuring Anna Migas
Perceived performance is not only about fast page loads and delivering the content as early as possible. It is also about all the interactions happening on an already loaded page. Even some of the most popular UI patterns can be a cause of frustration. Understanding what is happening under the...
performance html css javascript nodejs fullstack -
Lightning Talk: Improving User Experience With Web Workers
Featuring James Milner
Web browsers use single threaded JavaScript to perform tasks; business logic, layout, reflows, and garbage collection. This means complex and heavy JavaScript functions can block the main thread from rendering. This results in low frame rates and low interactivity for things like scrolling and...
javascript performance user-experience ux web-workers -
Building Applications for Scalability While Keeping Costs at Bay
Featuring Robert Kubis
Google Cloud Platform has a wide range of powerful products to offer, but many users don’t know which to pick to set them up for success while keeping the bill at check.
cloud scalability reliability performance cost qps fullstack-application -
Advanced Scala with Dick Wall
Led by Dick Wall
Are you an experienced Scala developer or an API and Library programmer, keen to up your Scala game? Join Dick Wall for his Advanced Scala workshop and learn how to harness the power of the Scala type system, how to write your own libraries, how to apply advanced functional programming concepts...
scala-idioms optimisation performance applicative-functor functor scala-libraries types scala functional monads -
Is ScalaC Getting Faster, or Am I Just Imagining It?
Featuring Rory Graves
ScalaC is getting faster. Performance was a primary theme in 2.12.3. Whilst it may not have hit '10 times faster' we are approaching 50% faster and there is potential to go even faster. During this talk, you will explore the progress made by Lightbend and the community and explore the...
scala scalac compilers performance optimisation -
2
Lightning Talk - 5 Things You Need to Know About Scala Compilation: #3 Will Blow Your Mind!
Featuring Iulian Dragos and Mirco Dotta
You love Scala, but the one aspect you have a hard time accepting are long compile times.
performance compiler scala