java

20 posts

javascript

React UI Libraries for your next project 2022

What is your favorite ReactJs UI library

java

Interesting features in Java 17

The next LTS version comes with awesome features. Here are the top ones.

webassembly

Rust And WebAssembly - wasm-pack

wasm-pack makes JavaScript, Rust based WebAssembly applications should be interoperable with the JavaScript world.

javascript

JavaScript optimization tips

Make JS optimizations to run faster

webassembly

WASI with wasmtime

Web Assembly System Interface

webassembly

Understanding WebAssembly Text Format - From WTF to WAT

Textualise the bytes in the WASM

webassembly

WebAssembly Modules - Sections

Understand the bytes in the WASM

webassembly

Memory Model in WebAssembly

Sharing memory between WebAssembly and JavaScript with Rust

webassembly

Rust And WebAssembly - JavaScript API

The rustwasm team's answer to that is the `js-sys` crate.

webassembly

Rust And WebAssembly For the masses - Sharing Classes

Let us see how easy it is to share classes between JavaScript and WebAssembly

webassembly

Binding your WebAssembly and JavaScript with wasm-bindgen

WebAssembly can only send and receive number between JavaScript and WebAssembly module.

webassembly

Rust and WebAssembly - Introduction

Rust has the best tooling support that integrates well with JavaScript developers.

java

Eclipse Collections - the features your collections need

Eclipse Collections an implementation in Java

frontend

Intro to Svelte

Svelte is a new way to build your application

java

9 tips to Increase your Java performance

A little bit more performance is always awesome.

webassembly

(Tiny)Go to WebAssembly

Golang is very simple to write. Thus it is easy to compile the existing application WASM.

webassembly

Recreate Dev.to offline using RustWasm

Dev's offline page is fun. Can we do that with Rust and WebAssembly?

webassembly

Increase Rust and WebAssembly performance

The dream of running native code in the browser is not something new.

webassembly

Recreate Dev.to offline using TinyGo & WASM

Dev's offline page is fun. Can we do that with (Tiny)Go and WebAssembly?