Articles by Tag #compiling

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Goodbye useCallback and useMemo: How React Compiler Takes Over

For React developers, optimizing component performance often means managing a set of tools like...

Learn More 17 0Nov 10 '24

Understanding the .NET Compilation Process (C#)

.NET is a free, open-source, and cross-platform development framework created by Microsoft. It...

Learn More 14 8Mar 6

Compilation Process - Preprocessing

The compilation process consists of four key steps, as shown in the image below. In this series of...

Learn More 10 2Feb 5

React 19 Compiler

Meet Bob, a skilled frontend developer working for an e-commerce company. His latest task was to...

Learn More 9 2Aug 9 '24

Building a Pawn to Python Compiler in PHP

When we think of PHP, we often associate it with web development. But what happens when we push PHP...

Learn More 9 0Sep 23 '24

Lendo dados da entrada padrão (stdin)

Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...

Learn More 7 0Aug 7 '24

Mastering Go Compiler Optimization for Better Performance

Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis ...

Learn More 7 0Feb 23

Java Compilation Process : From Source Code to Bytecode Execution

Java is one of the most widely used programming languages, known for its simplicity, reliability, and...

Learn More 6 0Dec 7 '24

Compiling 2025 : - )

This is a submission for the 2025 New Year Writing challenge: Compiling 2025. New Skills :- Skills...

Learn More 5 0Feb 3

Learn the smart way of building TypeScript in VS Code!

Problem TypeScript and VSCode are two of my favourite tools, but they seriously lack...

Learn More 4 0Jul 14 '24

Why implement custom copy constructor in C++?

Welcome to the first pikoTutorial! Nowadays there are many high level languages in which you don't...

Learn More 4 0Dec 14 '24

Compiling C in Bun with TypeScript: Fast, Native, and Simple

I used to think compiling C code with TypeScript would be complex. Thanks to Bun's FFI feature, it's...

Learn More 2 0Jan 25

Resolução de alguns bugs

Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...

Learn More 2 0Jul 23 '24

Running a Compiled Python Script from C# Applications

Introduction The interoperability between different programming languages enables...

Learn More 2 0Sep 15 '24

Parallelizing Sorting Algorithms using OpenMP

This blog is originally post on https://blog.sahrohit.com.np/posts/parallel-sorting-algorithm and...

Learn More 2 0Oct 13 '24

How Does a Compiler Work?

A compiler is a special software tool that translates code written in a high-level programming...

Learn More 2 0Jan 31

Best Online AI Code Compilers in 2025: Which One to Choose?

Introduction Coding has become more accessible than ever, thanks to the rise of online AI-powered...

Learn More 1 0Mar 19

Best AI-Powered Online Code Compilers in 2025: Top Tools for Faster and Smarter Coding

*Introduction: * With the rise of AI technology, coding has never been more accessible. AI-powered...

Learn More 1 0Mar 19

Top 5 Compiler Flags to Prevent Stack-Based Attacks

Stack-based attacks have been a persistent threat in software development, primarily because the...

Learn More 1 1Dec 5 '24

Captura de erros, operadores relacionais para string e procedures

Para quem não está acompanhando, o POJ (Pascal on the JVM) é um compilador que transforma um subset...

Learn More 1 0May 26 '24

Teste de fogo: fatorial recursivo

Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...

Learn More 1 0Aug 13 '24

The Cracked Engineer: From JavaScript to Rust: The Engineer’s Guide to Systems Programming

In my previous article, I dissected JavaScript's inner workings and mechanics. If you haven't read it...

Learn More 1 0Feb 12

Intro: Implement an expression interpreter for building DSL

The other day I ran into a meetup recording video in Youtube presented by William Byrd(a funny and...

Learn More 1 0Jul 20 '24

8 flags to drastically improve the speed of your software

We've already made a article about flags that works for both GCC and Clang, however, those tips have...

Learn More 1 0Mar 12

Suporte às funções do Pascal

Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...

Learn More 1 0Jul 7 '24

Exploring Graal: Next-Generation JIT Compilation for Java

The Graal compiler is a radical leap forward in dynamic, Just-In Time (JIT) compilation technology....

Learn More 1 0Aug 31 '24

GCC: Automatic Function Multi-Versioning Pt.2

Before we start... If you have just stumbled upon my SPO600 series of blog posts, it has...

Learn More 0 0Dec 6 '24

Refactor and cleaup yacc: Making sense of legacy code

yacc, a widely used LALR(1) parser generator, is efficient but burdened by archaic, unreadable code...

Learn More 0 0Feb 15

How to fix undefined reference in C++?

Welcome to the next pikoTutorial ! The error we're handling today is a C++ linker...

Learn More 0 0Jan 28

GCC: Automatic Function Multi-Versioning Pt.1

Before we start... If you have just stumbled upon my SPO600 series of blog posts, it has...

Learn More 0 0Dec 6 '24