Development Agile Test & Quality Assurance Project Management Requirements
CM & ALM Devops Cloud Mobile People & Teams

By Topic

Software Development

Development Stories
Comparing TypeScript with Vanilla JavaScript Comparing TypeScript with Vanilla JavaScript

TypeScript, a JavaScript superset, offers static typing, enhancing debugging and error detection. Though requiring compilation, it provides features like type annotations, generics, and enums, improving code organization and maintainability, especially for large projects.

Deepak Vohra's picture
Deepak Vohra
Java Offers Several Preview Features Java Offers Several Preview Features

Java introduces several preview features designed to improve the developer experience. These include enhancements to constructors, a new class-file API for bytecode manipulation, string templates for easier string composition, and stream gatherers for custom intermediate stream operations.

Deepak Vohra's picture
Deepak Vohra
An Introduction to Property Graph Query Language An Introduction to Property Graph Query Language

PGQL, a new SQL standard, simplifies querying connected data in relational tables. Oracle 23ai supports PGQL, enabling efficient graph traversal and analysis, offering easier data discovery and deeper insights compared to traditional SQL JOINs.

Deepak Vohra's picture
Deepak Vohra
Unlock the Meaning Behind Your Data with Vector Search Unlock the Meaning Behind Your Data with Vector Search

Vector search is a technique that uses numerical representations of data (vector embeddings) to search for data based on its meaning, rather than just exact word matches. This allows for more accurate and relevant search results.

Deepak Vohra's picture
Deepak Vohra
Running a Data Pipeline with Apache Beam Golang SDK on Docker Running a Data Pipeline with Apache Beam Golang SDK on Docker

This article explains how to run a data pipeline using Apache Beam Golang SDK with Docker. It provides a step-by-step guide on how to install Docker, Golang, and Apache Beam Go SDK, as well as how to run the Wordcount example.

Deepak Vohra's picture
Deepak Vohra
Machines and Humans: Finding the Balance in Software Development Machines and Humans: Finding the Balance in Software Development

The rise of AI in software development brings efficiency and innovation, but raises concerns about maintaining a human-centered approach. The key is to find a balance where AI tackles repetitive tasks, freeing up human developers to focus on creativity, empathy, and user-centric design.

Jess Brock's picture
Jess Brock
C++ vs. Java: Performance and Control for Modern Development C++ vs. Java: Performance and Control for Modern Development

C++ and Java are giants of programming, but C++ offers unique advantages. This article explores C++'s strengths: direct system access, smart pointers, flexible exception handling, and more. Learn why C++ remains a powerful choice for developers.

Deepak Vohra's picture
Deepak Vohra
Choosing a Java Version How to Choose the Right Java Version for Your Needs

Choosing the right Java version can be tricky. This article explores key factors like supported versions, environment, purpose, bundled options, and recommended updates to guide your decision.

Deepak Vohra's picture
Deepak Vohra