Les Hazlewood talks about HTTP Authentication, Token Authentication and security best-practices for SPA's - all while keeping performance and scale in mind.
Les Hazlewood talks about HTTP Authentication, Token Authentication and security best-practices for SPA's - all while keeping performance and scale in mind.
Video and slides from my full-day Apache Spark workshop training at Spark Summit 2015
Android 'M' includes a System UI Tuner developer option to control aspects of the status bar. We can also programmatically control this element from the shell or another application.
The Observer in Python works a bit differently than it does in other languages. This short tutorial will introduce you to how it works in Python and get you started on how to use it.
A presentation aimed at beginners who have heard about RxJava and want to see what all the fuss is about.
After a quick intro to the problem of bad quality code itself, we walk through 6 specific examples of broken applications from a performance, scalability and architectural perspective. Each example highlights the impact of quality, the root cause and the technical metric to look at before checking in code to avoid these problems.
Google introduced some new customization hooks for device OEMs and partners starting with the Lollipop release of Android. Is this something you can take advantage of in your device builds?
Users are pretty excited about Android's new "doze" feature. Developers may have more mixed feelings on the subject. Either way, it's good for us to take a deeper look at how this feature works.
Spring Boot is the new convention-over-configuration framework from the Spring team at Pivotal. In this video, Josh Long shows us what it can do.
Android has finally introduced a runtime-granted permissions model. It will be some time before most applications are updated to take advantage of the new system, so how will this new system affect your application on user's devices before you've had a chance to update it?
In this presentation, we bring a fresh perspective and suggest new was to think about developing with Ember Components. There is an emphasis on encapsulation over re-use as the main principle when working with components. This presentation is based on real life examples of an app in production.
Programming is a continuously changing and evolving industry. Every day different languages become more popular and tools change. In order to grow within the industry, avoid becoming obsolete and remain competitive in your field, you have no choice but to stay up-to-date on trends, while always looking for ways to improve and expand your skillset. The problem is, after a long day at the office the very last thing you want to do is sit down to read up on how to improve.
In order to maintain efficiency in your organization, it's essential that your training program help your developers to address user needs and coding challenges. With all of the different training options available, it can sometimes be overwhelming to decide what is essential and what will best contribute to the growth and development of your team.
Learn how to build with the Foundation for Apps grid system, create new views for you app without writing JS and incorporate some neat directives with slick animations.
HTML forms are hard. They're difficult to test, contain complex logic, and the input is changing over time. Angular 2 forms looks to solve these pain points.