Class: MahabubRubyOnRailsDev::Mahabub
- Inherits:
-
Object
- Object
- MahabubRubyOnRailsDev::Mahabub
- Defined in:
- lib/mahabub_ruby_on_rails_dev.rb
Class Method Summary collapse
- .cv ⇒ Object
- .educational_info ⇒ Object
- .over_the_internet ⇒ Object
- .personal_info ⇒ Object
- .work_experiences ⇒ Object
Class Method Details
.cv ⇒ Object
9 10 11 12 13 14 |
# File 'lib/mahabub_ruby_on_rails_dev.rb', line 9 def self.cv [personal_info, educational_info, work_experiences, over_the_internet].join end |
.educational_info ⇒ Object
27 28 29 30 31 32 33 34 35 |
# File 'lib/mahabub_ruby_on_rails_dev.rb', line 27 def self.educational_info puts "Educational Background:\n #{'-'*100}\n Secondary School Certificate: [ GPA 4.81 ] - B.L. Govt. High School, Sirajganj\n Higher Secondary School Certificate: [ GPA 4.10 ] - Sirajganj Govt. College\n BSC in CSE: Daffodil International University (Admitted)\n \n " end |
.over_the_internet ⇒ Object
52 53 54 55 56 57 58 59 60 |
# File 'lib/mahabub_ruby_on_rails_dev.rb', line 52 def self.over_the_internet puts "Over the Internet: \n #{'-'*100}\n Find me here: mahabub.space\n github: https://github.com/prio101\n linked in: https://www.linkedin.com/in/miprio101/\n twitter: https://twitter.com/prio_mahabub\n " end |
.personal_info ⇒ Object
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/mahabub_ruby_on_rails_dev.rb', line 16 def self.personal_info puts "Personal Information:\n #{'-'*100}\n Name: Mahabub Islam\n Email: [email protected]\n Personal Site: www.mahabub.space\n Phone: +8801712-187484\n Hobbies: Coding, Reading, Biking\n " end |
.work_experiences ⇒ Object
37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/mahabub_ruby_on_rails_dev.rb', line 37 def self.work_experiences puts "Work Experiences:\n #{'-'*100}\n Infobase ICT : [April 2015 - March 2016], Junior Software Engineer\n -> Created web applications with Ruby On Rails and LAMP stack.\n Welldev.io : [April 2016 - April 2017], Software Engineer\n -> Created web applications with the Ruby On Rails and React JS.\n Carriage : [April 2017 - April 2018], Software Engineer\n -> Created web application Features with the Ruby On Rails.\n Haltrip : [June 2018 - April 2019], Software Engineer\n -> Creatting features for the Ruby on Rails application.\n \n " end |