On Episode 61 of The Edge of Innovation, we’re talking with security expert Adriel Desautels, founder and CEO of Netragard, about whether cybersecurity is getting better or worse.
Tagapplications
Currently, Antifragility and Microservices are trending topics and this might be a hint that there are new architectural paradigms or design patterns on their way for building application systems. InfoQ discussed these new concepts with Russ Miles to find out what they are good for and how to apply them in an architect’s or developer’s daily business – for existing applications and those to come InfoQ: In the recent months, Antifragility and Microservices became trending topics. It seems there might be new architectural paradigms on the horizon. Could you please tell us a little bit about Antifragility? At a first glance, it seems to be the same as robustness … Russ: Antifragile was a term coined by Nassim Nicholas Taleb in his book of the same name. This …
Original Article Can Be Found Here:
Visual Studio Now Supports Hybrid Cross-platform Mobile Development via Cordova
iRET is an open source tool that you can use to analyze and evaluate iOS applications. The toolkit includes the following features: Binary Analysis where you can check the binary encryption , architecture of the application and if it has stack-smashing protection enabled. Keychain Analysis this to analyze the keychain contents, including passwords, keys, certificates or any sensitive information in the app. Database Analysis this to display all Databases within the application and also the content of the database. Log Viewer to find out all logs stored in the syslog and display logs of the application. Plist Viewer will list the files within the application and makes it easy for user to have the property of each file. Display the application screenshot you are investigating. iRET interface…
Original Article Can Be Found Here:
How do you add realtime functionality to a web scale application? That’s what Adam Hitchcock, a Software Engineer at Disqus talks about in an excellent talk: Making DISQUS Realtime (slides). Disqus had to take their commenting system and add realtime capabilities to it. Not something that’s easy to do when at the time of the talk (2013) they had had just hit a billion unique visitors a month. What Disqus developed is a realtime commenting system called “realertime” that was tested to handle 1.5 million concurrently connected users, 45,000 new connections per second, 165,000 messages/second, with less than .2 seconds latency end-to-end. The nature of a commenting system is that it is IO bound and has a high fanout, that is a …
See original article here:
How Disqus Went Realtime with 165K Messages Per Second and Less than .2 Seconds Latency
© 2021 Paul Parisi
Theme by Anders Norén — Up ↑