Git Product home page Git Product logo

Hi there, I'm Jonathan Bez! πŸ‘‹

πŸ“Š GitHub Stats πŸ“Š

GitHub Stats Streak Stats

πŸ§‘β€πŸ’» Language Stats πŸ§‘β€πŸ’»

class Dev
    attr_accessor :name, :age

    def initialize(name, age)
        @name = name
        @age = age
    end

    def info
        puts "The name of programmer is #{name}, and your age is #{age}!"
    end
end

jonathan = Dev.new('Jonathan', '29')
jonathan.info
#Output: The name of programmer is Jonathan, and your age is 29!
#include <unistd.h>

void ft_putstr(char *strc)
{
	while(*strc != '\0')
	{
		write(1, strc, 1);
		strc++;
	}
}

int main(void)
{
	ft_putstr("Hello Word of programming, im dev Jonathan!\n");
	ft_putstr("\n");
	return(0);
}
//Output: Hello Word of programming, im dev Jonathan!

Projets

simple_translator

Simple script to translate sentences in some languages
Simple Translator

rate_app

Simple script for get convert or know the exchange rate of your currency
Rates_App

your_sign

Script to know your sign based on your date of birth
Your_Sign

πŸ’» Tech Stack / Languages and Tools πŸ’»

Contact whit me:

LinkedIn

Jonathan Bezerra's Projects

rates_app icon rates_app

Simple script for get convert or know the exchange rate of your currency.

several_languages icon several_languages

My studies in Ruby on Rails, C Language, Shell Script and other programming languages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.