Toriality's Blog

Latest Posts:

August 19, 2025 at 6:36 PM

Blog

Building My Own Blog This blog is my personal wiki or a digital garden a place for ideas memories and experiments Its also a technical project a Markdownpowered statically generated site with dynamic comments built in just six days using Nextjs Prisma a...

August 8, 2025 at 13:00 PM

Main Page

About me Hey My name is Pedro Crelier Im also known as Toriality Welcome to my little corner of the internet Im a programmer from Brazil Rio de Janeiro and sometimes I also make music and write about random stuff I find interesting I graduated in Inform...

November 18, 2024 at 9:15 PM

Dust

Dust Drifting through memories where shadows went bright br Underneath laughter where hope used to shine br Soft echoes linger whispering your name br To reality I cannot understand br Remnants of moments both tender and true br All that is left seems t...

November 18, 2024 at 9:09 PM

estruturas_lineares

November 18, 2024 at 9:09 PM

cs_ballad

November 18, 2024 at 9:09 PM

de_alvorada

November 18, 2024 at 9:07 PM

java_basics

Language Basics Variables In Java programming language defines the following kinds of variables Instance Variables NonStatic Fields Technically speaking objects store their individual states in nonstatic fields that is fields that declared without...

November 18, 2024 at 9:07 PM

java_classes

Classes Declaring Classes java class MyClass field constructors and methods In general class declarations can include these components in order 1 Modifiers such as public private and a number of others that you will encounter later However no...

November 18, 2024 at 9:07 PM

java_expressions_statements_blocks

Expressions Statements and Blocks Operators may be used in building expressions which compute values expressions are the core components of statements statements may be grouped into blocks Expressions An expression is a construct made up of variables ...

November 18, 2024 at 9:07 PM

java_operators

Operators Operator Precedence 1 Postfix expr expr 2 Unary expr expr expr expr 3 Multiplicative 4 Additive 5 Shift 6 Relational instanceof 7 Equality 8 Bitwise AND 9 Bitwise XOR 10 Bitwise OR 11 Logical AND 12 Logical OR 13 Ternary ...