Skip to content
View rasoulkhaksari's full-sized avatar
πŸ’»
πŸ’»
  • GΓΆteborg, Sweden

Block or report rasoulkhaksari

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rasoulkhaksari/README.md

Hi, I'm Rasoul

πŸ”· Linkedin Profile
Senior Software Engineer with experienced in all aspects of the software development life-cycle and end-to-end project management, from concept through to development and delivery.
Hands-on experience to different Programming paradigms such as Object-oriented, Functional, Defensive, Reactive, Concurrent, Microservices, Test Driven, Domain Driven, Event Driven.
Motivated data scientist. Passionate about building models that fix problems. Relevant skills include machine learning, data mining, programming.


πŸ’Ό Toolbox
python  nodejs  golang  java  csharp  vscode  django  linux  git  postgresql  mongodb  redis  docker  kubernetes  kafka  AWS  pandas  matplotlib  scikitlearn  tensorflow  opencv pytorch


πŸ’» Portfolio
β€ƒβ€ƒπŸ”· Web Page Screenshot (Performance)
β€ƒβ€ƒπŸ”· Simple Blockchain
β€ƒβ€ƒπŸ”· Programming Algorithms
β€ƒβ€ƒπŸ”· CQRS pattern (Software Architecture)
β€ƒβ€ƒπŸ”· Natural Language Processing Chatbot
β€ƒβ€ƒπŸ”· Stock Price Prediction (Time-series Analysis)
β€ƒβ€ƒπŸ”· Twitter Sentiment Analysis (Natural Language Processing)
β€ƒβ€ƒπŸ”· Software Design Patterns
β€ƒβ€ƒπŸ”· US Federal Election Data Analysis (Data Mining)
β€ƒβ€ƒπŸ”· Machine Learning Regression
β€ƒβ€ƒπŸ”· Deep Learning Classification (Image Processing, Transfer learning)
β€ƒβ€ƒπŸ”· Web Scraping (Asynchronous Programming and Websocket)
β€ƒβ€ƒπŸ”· 50 Coding Challenges (Algorithms)
β€ƒβ€ƒπŸ”· Concurrent Download Manager (Concurrent Programming)
β€ƒβ€ƒπŸ”· Front-end State Management using RxJS and React Hooks (Reactive Programming)


πŸ““ Useful Resources
  β–ͺ Useful Books

Popular repositories Loading

  1. Stock_Price_Prediction Stock_Price_Prediction Public

    stock price prediction using machine learning time-series models. (ARIMA, LSTM, MLP, FBPROPHET)

    Jupyter Notebook 4 1

  2. Async_Scrap_Websocket Async_Scrap_Websocket Public

    Scarp Tradingview website and express latest cryptocurrency information using websocket

    Python 3 4

  3. Twitter_Sentiment_Analysis Twitter_Sentiment_Analysis Public

    Twitter Sentiment Analysis using machine learning models such as Random Forest, SVM, XGBoost and Transfer learning using Bert pretrained Neural network

    Jupyter Notebook 1

  4. Software_Design_Patterns Software_Design_Patterns Public

    In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design.

    Java

  5. LRU_Cache LRU_Cache Public

    A Least Recently Used (LRU) Cache organizes items in order of use, allowing you to quickly identify which item hasn't been used for the longest amount of time.

    Go

  6. Frontend_State-Management_RxJS_React-Hooks Frontend_State-Management_RxJS_React-Hooks Public

    using RxJS (reactive programming) and integrate it with React applications using React Hooks for state management

    JavaScript