JetBrains has announced that it is opening the Early Access Program for the next major release of IntelliJ IDEA v2020.1. With IntelliJ IDEA 2020.1, users can download JDK from the IDE, which will automatically download and set up the chosen Java version. It also includes support for Java 14, an editor for quick type definition … continue reading
Microsoft announced a source code analyzer called Microsoft Application Inspector that can help developers identify “interesting” features and metadata. The tool is a cross-platform CLI that can produce output in multiple formats including JSON and interactive HTML. Application Inspector can help identify high-risk components and unexpected features that require additional scrutiny under the theory that … continue reading
Tasktop announced the release of its Integration Hub v20.1 to simplify toolchain integration and to help scale enterprise software delivery. The new release includes simple navigation of relationships between configuration elements, a new scheduler for full scans, the ability to configure the flow of private and public comments as well as a new connector Planview … continue reading
Samsung introduced the Galaxy XCover Pro, an enterprise-ready smartphone built for business. The Galaxy XCover Pro allows users to tailor their experience with two programmable keys to create custom actions with one click, simplifying things like opening a scanner, turning on a flashlight or launching a CRM app without having to swipe through apps, the … continue reading
Synopsys announced that it acquired Tinfoil Security, an innovative provider of dynamic application security testing (DAST) and API security testing solutions. “Tinfoil Security provides Synopsys with proven DAST technology that can be seamlessly integrated into development and DevOps workflows. Furthermore, Tinfoil Security’s innovative API scanning technology addresses an emerging demand in the market and will … continue reading
Firefox 72 has been released with a new watchpoints feature in the Firefox Developer Edition. According to the developer team, watchpoints are a type of breakpoint that help locate where properties on objects are read or set. “If you add a watchpoint to a property on an object, every time the property is used, the … continue reading
Python 2.7 has officially retired as of January 1st to fully make way for Python 3. For those that are still using Python 2, there is advice for running Python 2 code in Python 3 to ease the transition. According to a post, a number of critical Python projects have pledged to stop supporting Python … continue reading
Magit is designed as an interface to the version control system Git, implemented as an Emacs package. According to the team, while it is not a “complete Git porcelain,” it is complete enough to allow Git users to perform daily version control tasks directly from Emacs. “A major advantage Magit has over Git on the … continue reading
The Apache Software Foundation announced that 339 projects and sub-projects were accomplished this year, 206 projects made it to top level and 46 podlings made it in the Apache Incubator. On the community side, there were 7,038 active Apache Committers, 765 ASF members, and 40 new members elected. More than 75% of contributors in 2019 … continue reading
We are entering the third decade of the 21st century, and it is full of possibilities for companies who choose to embrace and leverage an open, modern technology landscape. What will we see from product teams creating new software for the enterprise and how will they prioritize what to build? Here are three critical areas … continue reading
The developers of Ruby announced version 2.7.0 which introduces new features and performance improvements such as pattern matching, REPL improvement, compaction GC and the separation of positional and keyword arguments. The new release also includes performance improvements such as JIT -ed code now being recompiled to less-optimized code when an optimization assumption is invalidated. The … continue reading
React software engineer Dan Abramov is taking this holiday season to reflect back on the JavaScript library team and principles. Some of the observations he made included: UI before APIs, absorbing complexity to stop it from going into the product code, and allowing hacks and providing idiomatic solutions. In addition, he noted that the team … continue reading