GitHub is officially launching the GitHub Community Forum as well as free trials to the GitHub Marketplace. The company first announced the features at its GitHub Universe event last month. The forums add a new social aspect to the version control and web hosting platform, which GitHub says will be valuable for developers hoping to … continue reading
Microsoft wants to protect the modern web with the next evolution of its static scan tool. The company announced sonar, a linting tool and site scanner for the modern web. Microsoft first released its static scan tool within its browser in 2013. It was meant to detect optimizations for old versions of IE, missing prefixes … continue reading
These days it is almost impossible to develop in JavaScript without utilizing one of the thousands of open-source JavaScript libraries available. Libraries make coding in JavaScript simpler and more efficient by taking processes that would ordinarily require several lines of code to achieve and simplifying them, usually by creating a single function that can be … continue reading
GitHub announced the launch of four new developer apps on the GitHub Marketplace this week, designed for code security, monitoring and review. The first of these new releases is AccessLint, which reviews changes to your codebase for accessibility issues and comments on them. The detection is guided by WCAG 2.0, which helps determine compliance with … continue reading
Facebook has announced the open source release of their RacerD unsynchronized memory access — or data race — detector for Java applications following its successful implementation internally. RaceD is based off of the company’s open source static analysis tool, Infer. According to Facebook, this newest publicly available piece of Infer’s static analysis platform has caught more … continue reading
DeepMind is introducing the latest version of its computer program AlphaGo. AlphaGo was the first artificial intelligence to defeat a world champion Go player, and the latest version, AlphaGo Zero, is a more powerful version of that, according to the team. While AlphaGo learned by training on thousands of human games to learn to play Go, … continue reading
Though he writes that it’s “highly opinionated” and “not backed by science,” GitHub user and developer on Microsoft’s Tasks to-do app, Alexey “mr-mig” Migutsky is confident that every programmer would be doing themselves a favor by familiarizing themselves with his project entitled “Every Programmer Should Know.” Migutsky has amassed a large repository of links and … continue reading
About ten years ago, GitHub embarked on a journey to create a platform that brought together the world’s largest developer community. Now that the company believes it has reached its initial goals, it is looking to the future with plans to expand the ecosystem and transform the way developers code through new tools and data. … continue reading
The open source database PostgreSQL has announced the release of their latest version, PostgreSQL 10. It includes the ability to distribute data across many nodes, also known as a divide and conquer strategy. Other features include logical replication, declarative table partitioning, improved query parallelism, quorum commit for synchronous replication, and SCRAM-SHA-256 authentication. Logical replication will enable … continue reading
GitHub, in collaboration with Facebook, are pleased to announce the launch of Atom-IDE – a set of optional packages to bring IDE-like functionality to Atom. The start of this journey includes smarter context-aware auto-completion as well as a host of code navigation features such as an outline view, go to definition, find all references as well … continue reading
The team behind Yarn, an open-source, fast and secure alternative npm client, announced the 1.0 release of the JavaScript package manager, which is a major step for the project. In the 11 month since its initial release in 2016 has generated more than 175,000 projects on GitHub, and it’s responsible for nearly three billion package downloads per month. … continue reading
This week’s GitHub project comes from university student and developer Nikita Voloboev, who’s amassed a huge repository of Alfred workflows and tools that he uses to make his macOS experience “even more amazing.” It’s a great resource for any Apple-centric developer, and includes productivity software, more feature-rich alternatives to stock macOS software and tips for … continue reading