Tag Go

Structured data in Hugo templates

Development

Structured data in Hugo templates

How to properly display structured data on your web pages with a Hugo template.

· 5 minutes reading time
Working with Rust's num-bigint

Development

Working with Rust's num-bigint

Rust is my new programming language project. A problem called for big integers, so my fight with the crate num-bigint began.

· 4 minutes reading time
Anatomy of problem-solving

Development

Anatomy of problem-solving

Approach to solving problems using the example of 'Beautiful triplets' from the HackerRank website.

· 12 minutes reading time
Cumulative standard normal distribution

Math

Cumulative standard normal distribution

Easy calculation of probabilities using a computed z-table.

· 3 minutes reading time
Tail recursion with trampoline in Go

Development

Tail recursion with trampoline in Go

Go does not support tail call optimization, so the trampoline device can be used.

· 3 minutes reading time