Hi, I'm Haliljon Juraboev, a passionate Full Stack Web
Developer from Uzbekistan, currently studying at
Microverse
. I've been building stuff on the web for the last 2
years, I've made many side projects and I also posses magical
powers of using react to build delightful user interfaces.
I
also love doing mobile applications with React Native, I
actively work on myself, always try to learn something extra
everyday. When I create some application and users love it, that
gives me a wonderful feeling of achievement and joy which I
cannot explain in words.
1 class Person {
2 constructor() {
3 this.name = "Haliljon Juraboev";
4 this.traits = ["FRONT END", "BACK END", "DEV"];
5 this.age = 29;
6 }
7 }
Things I love
Full Stack
I'm interested in both Front-end and Back Endlove to work with Reactjs as well as pure HTML, CSS, Ruby on Rails.
Javascript
I just extremely love javascript, I can’t even express how much I love javascript with just a few lines.
Mobile Applications
I love creating code for mobile applications for both iOS and Android devices. I like React Native.
About Me
“Simplicity is the baddest choice to be the best.“
- Haliljon Juraboev
“I know I’m not successful enough, but I’m passionate enough not to worry about success.“
- Haliljon Juraboev
“Creativity is the driver of an unstoppable train called Passion.”
- Haliljon Juraboev
My Skillset
Front-End
React
JavaScript
Redux
HTML5
CSS3
SASS
Bootstrap
Back-End
Ruby
Ruby on Rails
PostgreSQL
Mobile
React Native
Tools
Git
GitHub
RSpec
JEST
Chrome Dev Tools
VS Code
Webpack
Postman
npm
Design
Canva
Figma
Communication
Slack
Skype
Google Meet
Zoom
Projects
HandyMate
HandyMate is a website where users can book a service, cancel a booking. The user can also see the details of a service, ratings of the service.
Expense_tracker_RoR
Expense tracker is a website that allows users to manage personal finances. Featuring secure authentication with Devise. It enables users to create their own expenses for different categories and all financial data remains private and secure.
Disney Characters
This project is a JavaScript app that uses data from an API to display information on the browser, allowing users to add comments or likes to Disney characters. It uses advanced JavaScript concepts such as ES6 modules, callbacks, and promises, and is built using webpack and follows AAA pattern for unit testing. Gitflow is used for version control.
To Do List
To Do List is a task management app that keeps track of daily tasks. Tasks are stored in browser's local storage and it has CRUD functionalities. It was built with HTML, CSS, JavaScript, and webpack.