Atena Razm

Atena Razm @atenajoon

About: Software Engineer, Project Coordinator | React, NextJs, JavaScript, C#

Location:
BC, Canada
Joined:
Aug 13, 2021

Atena Razm
articles - 9 total

React State Management: When & Where add your states?

When you start learning React, managing state can be challenging at first. It's crucial to understand...

Learn More 0 0Jun 30 '24

A practical summary of React State variables & Props!

There are so many videos and documentation out there to help you learn the concept and usage of State...

Learn More 0 0Jun 21 '24

Short-Circuiting and Logical Operators in JavaScript: &&, ||, ??

Short-circuiting is a concept in logical operations in many programming languages, including...

Learn More 2 0Jun 7 '24

Async/Await keeps order in JavaScript;

JavaScript is a single-threaded synchronous language, meaning it goes through the statements in the...

Learn More 1 0Jun 6 '24

Essential Summary of Unity's New Input System

The Input Action System The basic idea The User presses a button on a device...

Learn More 0 0Jan 17 '24

Character's Movement handling in Unity Input System

To handle the movement of a game object I have 2 ways: Using Rigidbody Physics Using Transform for...

Learn More 0 0Jan 17 '24

Using Unity New Input System in my Shooting Platformer

Introduction Unity's new Input System is a powerful and flexible system designed to...

Learn More 1 0Jan 17 '24

The functionality of my Player GameObject in my first 3D game

in the script, I used Input.GetAxisRaw() method to make the Player object move around and...

Learn More 0 0Nov 28 '23

Crafting My First 3D Game in Unity

How did it all start? Well, the very first steps of making this game were based on the...

Learn More 1 0Nov 28 '23