72 Followers
48 Following
81 Posts
I am Full Stack ROR, Currently, I'm interested in Cybersecurity, and a Content Creator at http://salmacoder.hashnode.dev/- Working @ Yascoo For Project
Githubhttps://github.com/SalmaCoder249
My Articleshttps://salmacoder.hashnode.dev/

1/3
If you are a beginner in Ruby programming, eager to make the most of this powerful language? Here are seven essential points to help you succeed in your goal of learning to code with Ruby:
---------------------------------------------
1. Understand Ruby syntax: Learn the basics of variable declaration, control structures, functions, and object-oriented concepts.

2. Practice regularly: Dedicate consistent time to coding in Ruby, solving exercises,

⏬
#ruby #coding

This tutorial is part of a larger project: a real Car Inventory Management System that I recently completed for one of my clients. I'm excited to share a few portions of this real-world project to inspire and assist new Ruby developers in gaining a solid understanding of Ruby programming concepts. πŸ˜€ πŸš€

#ruby #building_project #tutorial #programming

Checkout the link below ⏬

https://salmacoder.hashnode.dev/create-your-own-car-inventory-app-with-ruby-a-beginners-guide

Create Your Own Car Inventory App with Ruby - A Beginner's Guide

Introduction Welcome to this tutorial, which is aimed at new Ruby developers who want to learn how to build a simple car inventory application using Ruby. This tutorial is part of a larger project: a real Car Inventory Management System that I recent...

Salma Elbadawi
#Ruby_Tip_Of_The_Day πŸ˜€πŸš€
#ruby
1/4
Do you know that understanding the fundamentals of programming languages, such as :
1- Creating and calling functions.
2- Defining variables.
3- Understanding conditionals. 4- Making API calls.
5- Understanding scope.
6- Strings.
7- Array manipulation.
8- Data structures.
will help you build a solid foundation in programming concepts that are not specific to any particular language. Most programming languages use these concepts, and once you understandπŸ‘‡ πŸ‘‡
3/5
Using ranges with arrays
-----------------------------------------
Ranges can be used to specify a range of values, such as a range of integers. In Ruby, you can use ranges with arrays to select a subset of elements. For example, if you have an array of numbers from 1 to 10, And you want to select the numbers between 3 and 7, you can use the select method with a range.
Example πŸ‘‡ πŸ‘‡
2/5
#Ruby_Tip_Of_The_Day πŸ˜€
#ruby
Here are some tips about Ruby data types that may be unfamiliar to novice developers
1/5
Converting strings to symbols
-------------------------------------------------
In Ruby, symbols are often used as keys in hashes, as they are more memory-efficient Than strings. To convert a string to a symbol, you can use the "to_sym" method. For example πŸ‘‡ πŸ‘‡ πŸ‘‡
Thank you all for helping and voting. According to the results, Ruby won. Keep an eye out for the #CRUDApp #tutorial/ article πŸ’™
Having some fun with #ChatGPT yesterday, here is the Rap battle between #ruby Language and #python πŸ˜πŸ˜‚
Did you try #ChatGPT? What was your experience like?

#Introduction

I saw so many new ruby folks joining this awesome ruby space, so i thought it might be better idea to reshare my introduction and welcome everyone again