Tag Archives: TypeScript

30May/26

Write Once, Compile Anywhere: The Rise of Zero-Overhead TypeScript Apps

The End of the Runtime: How Perry is Revolutionizing TypeScript

Sat, May 20 2026 /Mpelembe Media/ — Perry is a revolutionary Ahead-of-Time (AOT) compiler that translates TypeScript directly into standalone, platform-native machine code. By utilizing SWC for fast abstract syntax tree (AST) parsing and LLVM for optimal code generation, it entirely bypasses the need for heavy intermediate environments like Node.js, V8, or Electron. Continue reading

17Apr/23

How to use GraphQL with Semantic Analysis Tutorial

April 17, 2023 /Developers/ — Here is a tutorial that shows how to use GraphQL with semantic analysis:

1. Create a GraphQL schema

The first step is to create a GraphQL schema. This is a document that describes the data that your API exposes. The schema can be written in JSON or YAML format.
Continue reading