Osquery wants to make it easy for you to manage your infrastructure. This week’s GitHub project of the week is a SQL-powered detection tool designed to give users real-time insights in order to make informative decisions. It provides intrusion detection, infrastructure reliability, and compliance. “As adoption for osquery grew, a strong and active community emerged … continue reading
Trying to learn a programming language as extensive as JavaScript can be complex and confusing, but it doesn’t have to be. Since JavaScript is so widely used and so well known, there are plenty of resources developers can access; and if the wide variety of documents are too boring…there are even some games! WarriorJS is … continue reading
Sentry wants to make sure bugs don’t affect a user’s web, mobile or game experience. It is a modern error-logging and aggregation platform designed to give developers real-time crash reporting. The solution will notify developers when new issues occur or old issues resurface, ensure changes don’t have a negative impact on users, and diagnose and … continue reading
In an effort to help promote cybersecurity, Facebook is open-sourcing its Capture the Flag (CTF) platform on GitHub. CTF is the company’s hacking competition platform that aims to teach about unfamiliar security technologies as well as exploitation techniques. Facebook has been using its CTF platform since 2013 to educate students about computer science and security. … continue reading
Lily wants to put expressiveness and type safety back into programming languages. It is a new programming language inspired by C, F#, Haskell, Python, Ruby and Rust. “My principal goal was for a language that could be used for Web development in a way akin to PHP (code is between tags, everything outside is format), … continue reading
Build native iOS and Android apps from a single codebase with NativeScript. NativeScript is a open-source cross-platform framework dedicated to native mobile development. “As many companies are adopting more modernized and digital strategies, developers are looking for more ways to save time and developer apps across multiple platforms,” said Dan Wilson, NativeScript product marketing manager … continue reading
With Apple’s programming language Swift now open-sourced, more and more developers are expected to dip their toes into the language. “We can’t wait to see the new places we can bring Swift—together. We truly believe that this language that we love can make software safer, faster, and easier to maintain. We’d love your help to … continue reading
For developers or programmers who are also avid bloggers, Open Live Writer is something that will make it less of a hassle to write, preview and post to your blog by enabling users to author, edit and publish the blog posts using an open-source fork of Windows Live Writer code. To contribute to the code, … continue reading
Microsoft has announced Visual Studio Code is now open sourced. VS Code is a new tool that aims to provide the simplicity of a code editor with necessary tools developers need for their core edit, build and debug cycle, according to the project’s GitHub page. It features editing and debugging support, an extensibility model, and lightweight integration with existing tools. The project … continue reading
Microservices are becoming increasingly popular in the software industry as a way for developers to break down their monolithic applications into smaller components, so today we are featuring a microservices toolkit for Node.js. Seneca aims to take dependencies out of a developer’s workflow so they just have to worry about writing clean and organized code. … continue reading