Tips & Tricks Tips for Asking Questions Questions surface concerns, misunderstandings, and incomplete information. They can also be uncomfortable or annoying. Fortunately, there are a few guidelines you can follow to make your questions more effective for all parties.
QA If at first you don't RCE, try, try again This blog post is a cooperation between Chip (lead Semaphor UI engineer) and Reed (QA tester) in finding some vulnerabilities in Semaphor's URL and profile handling.
Tips & Tricks So... what do you DO all day? Answers from remote workers. With remote work becoming increasingly available and more accepted, we thought we'd share some things we've learned from our remote experiences – and wish someone had told us.
Tips & Tricks [JS] Simplify nested object property use Sometimes we deal with deeply nested objects and we need to add extra checks to prevent our app from breaking while trying to access undefined parts of that object.
Tips & Tricks Redux and single purpose functions In this post we will share a couple of lessons learned while working on SpiderOak Semaphor, where we use: Javascript and React to build our UI components, Jest to write our tests. and Redux to serve as single source of truth for our data.
Tips & Tricks Dealing with Android content URIs in a Cordova based project Android content URIs are one of those things that you may not get right if you have just developed your apps using Cordova and you are not familiar with the Android Platform APIs.