Ali Al Khawaja

Ali Al Khawaja @ali-alkhawaja

About: I post random Tech Tips & Tricks that I think are useful to everyone .

Location:
Palestine
Joined:
Aug 17, 2024

Ali Al Khawaja
articles - 12 total

DOM Manipulation Refresher - AI written

1. Selecting Elements // By ID const element = document.getElementById('content'); //...

Learn More 7 4Jul 5

brain dump - Webpack Revision

“⚠️ This is a personal reference post — not a full guide.” Hi reader . Lesson...

Learn More 0 0Jul 1

Quick OOP refresher for Ruby- Draft 1

Ruby Object Oriented Programming 📦 - Refresher What are Objects ? Objects...

Learn More 2 0Apr 26

Instance methods can call other instance methods, instance variables, class methods, or class variables

A post by Ali Al Khawaja

Learn More 0 0Jan 29

Class methods have access to other class methods and class variables but don’t have access to instance methods or instance variables

A post by Ali Al Khawaja

Learn More 0 0Jan 29

In Ruby,`attr_accessor` is helper method that takes symbols to create a setter and a getter quickly for desired variable names, it's really helpful .

A post by Ali Al Khawaja

Learn More 0 0Jan 29

In OOP, instance variables are part of an instanced object but you can't access them from outside of the instanced object, to solve this problem we use setters and getters.

A post by Ali Al Khawaja

Learn More 0 0Jan 29

How to make multidimensional / 2D Arrays & Hashes in Ruby ?

Arrays A multidimensional array is a collection of data organized in multiple dimensions,...

Learn More 1 0Jan 8

How to debug Ruby code ?

Debugging Ruby Debugging by reading the stack trace it's when you get an error at...

Learn More 2 0Jan 4

How to set-up Ruby & Gems paths - Ruby snap package version

Hi This post is for the developers that want to use ruby the snap version . Lets start Step...

Learn More 4 1Oct 18 '24

How to manage power usage on intel laptops that come with an NVIDIA GPU ,Full guide for new Ubuntu users

This is tested on " Intel 11th CPU with intel_pstate driver and an NVIDIA GPU with 535 proprietary...

Learn More 2 1Aug 29 '24

How to prepare your NVIDIA card for gaming ?

What is there to prepare, just hit play and have fun, right ? Well, no, it's not that simple, let...

Learn More 1 1Aug 17 '24