A Full Stack Java+TypeScript App I Created After Working a Year as a Junior Dev

A company structure with a list of projects and their users – shpotainna/company-structure… Read more

Similar

Java Magic. Part 4: Sun.misc.Unsafe

Java is a safe programming language and prevents programmer from doing a lot of stupid mistakes, most of which based on memory management. But, there is a way to do such mistakes intentionally, using Unsafe class.

Read more »