InfoQ Homepage Development Content on InfoQ
-
Writing Web Applications in Java - a Study of Alternatives
Developers familiar with the Java Virtual Machine languages and who want to develop web applications without the difficulties of a JavaScript development stack, have an increasing array of alternatives to JavaScript to choose from. The performance penalty vs. native JavaScript web applications is shrinking.
-
Cloudflare Releases Workers KV, a Serverless Key-Value Store at the Edge
What sits between your application and the client's browser? When the answer is "the internet", Cloudflare wants their Workers platform to play a part. They recently expanded that platform with Workers KV, a distributed, eventually-consistent key-value store available in 180+ edge locations.
-
Capacitor 1.0 Aims to Improve the Creation of Hybrid, Web, and Native Apps
Capacitor, Ionic's new native API container aimed at creating iOS, Android, and Web apps using JavaScript, hit version 1.0. It attempts to bring a new take on how to build cross-platform apps that access native features.
-
GitKraken Founder Hamid Shojaee Shares Experiences on Building a Git GUI
Git is historically a tool limited to those with a strong love of the command-line. GitKraken strives to improve on the status quo by providing a powerful GUI for working with Git.
-
Google's Cloud TPU V2 and V3 Pods Are Now Publicly Available in Beta
Recently, Google announced that its second- and third-generation Cloud Tensor Processing Units (TPU) Pods — its scalable cloud-based supercomputers with up to 1,000 of its custom TPU — are now publicly available in beta. With these Pods, Machine Learning (ML) researchers, engineers, and data scientists can speed up the time needed to train and deploy machine learning models.
-
Recent Appian Survey Unveils Worst Aspects of IT Developer Jobs
Low-code provider Appian released a survey among IT developers to gauge their satisfaction at work. According to the survey, the three worst aspects of IT jobs are time spent troubleshooting application issues, pressure due to time constraints and deadlines, and time wasted on repetitive coding task. InfoQ has spoken with Malcolm Ross, vice president of product at Appian, to learn more.
-
Microsoft Launches Several New Machine Learning Services and Extends Its Cognitive Services
Before its Build Developer Conference, Microsoft released several new Machine Learning services and Cognitive Services updates, ranging from no-code tools to hosted notebooks, with several new APIs and other services in-between.
-
How GitLab Managed to Migrate from Azure to Google Cloud Platform
Recently GitLab.com was migrated from Azure to Google Cloud Platform (GCP) to make it more suitable to mission-critical workloads requiring the lowest error rates and the highest availability. InfoQ has spoken with Brandon Jung, VP of Alliances at GitLab, and Andrew Newdigate, Staff Engineer, Infrastructure, to learn more.
-
Mozilla Revamps WebThings, its Open Source IoT Platform
Mozilla recently released its open source IoT platform, formerly called Project Things, as WebThings. Mozilla WebThings brings a series of logging, alarm, and networking features.
-
Node.js 12 Release Improves Security, Performance, and Modules
The Node.js project recently released Node.js version 12, adding improvements through its underlying V8 JavaScript engine, startup performance, ES6 modules, and more.
-
ML.NET, an Open Source Machine Learning Framework for the .NET Ecosystem: Pranav Rastogi Q&A
Earlier this month Microsoft released the first major version of ML.NET, an open source machine learning (ML) framework for the .NET ecosystem. ML.NET allows the development of custom ML models using either C# or F#. These models can be used in scenarios involving sentiment analysis, fraud and spam detection, product and movie recommendation, image classification, and more.
-
Databricks Open Sources Delta Lake to Make Data Lakes More Reliable
Databricks recently announced open sourcing Delta Lake, their proprietary storage layer, to bring ACID transactions to Apache Spark and big data workloads. Databricks is the company behind the creators of Apache Spark, while Delta Lake is already being used in several companies like McAffee, Upwork etc . Delta Lake is addressing the heterogeneous data problem that data lakes often have...
-
Allegro Launches Hermes 1.0, a REST-based Message Broker Built on Top of Kafka
Allegro has launched version 1.0 of Hermes, a rest API based message broker built on top of Apache Kafka. Whilst not containing any new features, this first major version release is given to the current stable codebase.
-
Optimize Automated Testing Using Defect Data
By integrating the test framework and the bug tracking system, it becomes possible to deactivate test cases for known bugs and reactivate them when the bug is solved. Aneta Petkova, QA chapter lead at SumUp, presented The Framework That Knows Its Bugs at TestCon Moscow 2019.
-
Open Liberty 19.0.0.4 Released with Support for Reactive Streams Operators 1.0 and JDK 12
IBM’s latest monthly release of Open Liberty 19.0.0.4 features support for the MicroProfile Reactive Streams Operators 1.0 API, JDK 12, and Oracle Universal Connection Pool.