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 19 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

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

Is JavaScript Interpreted or Compiled? Let's Find Out

If you're new to JavaScript or coming from a compiled language like Java or C++, you've probably...

Learn More 9 5Jun 8

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 7 0Dec 7 '24

How to vectorize your code for faster performance 🚀

Hi! Let's say you have a time sensitive application. Either you have a lot of data that you need to...

Learn More 7 1Jul 23

Creating a list that contains different types in C++ 😎

Hi! Let's say you are trying to create a list of people and information about them (name, age,...

Learn More 5 1May 30

Compiling 2025 : - )

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

Learn More 5 0Feb 3

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

Parallelizing Sorting Algorithms using OpenMP

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

Learn More 4 1Oct 13 '24

CMake for Complex Projects (Part 1): Building a C++ Game Engine from Scratch for Desktop and WebAssembly

A practical guide to modern CMake through a real-world C++ game engine project - Compilation &...

Learn More 3 0Aug 7

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 2 0Mar 19

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

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

Running a Compiled Python Script from C# Applications

Introduction The interoperability between different programming languages enables...

Learn More 2 0Sep 15 '24

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

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

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

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

Interpreted Programming language- Part 2 (Interpreted)

Interpreted programming language where code is executed directly by an interpreter, line by line ,...

Learn More 1 0May 13

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

Compiled Programming Language- Part1 (Compiler)

A Compiled Programming Language is one where the source code is translated into manchineel code...

Learn More 1 0May 13

TypeScript type predicate generator

Hey folks! I've been working recently on several rather high load TypeScript projects that would...

Learn More 0 0Jan 5

Bug of the week #2

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

Learn More 0 0Jan 7

what is compiler ?

compiler converts the source code high level language to machine code (low level language) high...

Learn More 0 0Dec 22 '24

GCC: Debug Dumps

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

Learn More 0 0Nov 3 '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

🧊 How to Build a Fully Static Go Binary — Every Time (with go-builder and Docker)

Want your Go app to “just run” on any Linux server, regardless of glibc? You need real static...

Learn More 0 0Jun 28