Skip to content
View farhancss's full-sized avatar
💭
if you are going to do it. just do it!!!
💭
if you are going to do it. just do it!!!

Block or report farhancss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
farhancss/README.md

💫 About Me

👋 Hi! I'm a Full-Stack Developer and Development Manager with over 15 years of experience building scalable web and mobile applications. I've led international projects, focusing on full-cycle development, system architecture, team leadership, and complex project architecture, including Most of the payment method services. Third Party APIs, etc.

🛠️ Tech Focus

  • Frontend: Vue 3, Next.js, React.js
  • Backend: NestJS, Node.js, Laravel, .NET Core
  • Databases & Tools: MySQL, Postgresql, MongoDB, Git, Bitbucket, GitHub, CI/CD, TDD (Test Driven Development)
  • Languages: PHP, JavaScript, C#, Python
  • OS: Windows, Ubuntu, MacOS

📌 I'm passionate about:

  • Writing clean, maintainable, and human-readable code
  • Building high-performance, user-centric solutions
  • Leading teams and mentoring junior developers
  • Adopting modern frameworks and tools to boost productivity

📊 Currently diving deeper into Python and Data Analysis to complement my full-stack capabilities with data-driven development.

💬 Feel free to reach out — I'm always open to discussing new ideas, tech, or collaborations.


🌐 Connect With Me

Facebook Instagram LinkedIn TikTok Twitch


💻 Tech Stack

CSS3 JavaScript PHP TypeScript Shell Script HTML5 AWS Azure Cloudflare Firebase DigitalOcean .Net AdonisJS Bootstrap jQuery JWT Laravel NPM NestJS Next JS NodeJS Nuxt JS PNPM React SASS Socket.io Strapi TailwindCSS Vite Vue.js Vuetify Webpack WordPress Yarn Apache Nginx Firebase MariaDB MicrosoftSQLServer MongoDB MySQL Postgres Redis SQLite Adobe Acrobat Reader Adobe XD Figma Invision GitLab CI GitHub Actions Bitbucket Git GitHub


GitHub Streak

Pinned Loading

  1. JavaScript-snippets JavaScript-snippets Public

    Forked from roeib/JavaScript-snippets

    JavaScript Snippets

  2. Debounce Function Debounce Function
    1
    // Purpose: Limits the rate at which a function can fire, useful for optimizing performance (e.g., during scroll events).
    2
    
                  
    3
    
                  
    4
    function debounce(func, wait) {
    5
      let timeout;
  3. git-wp-base git-wp-base Public

    Forked from cooperative-computing/git-wp-base

    This project will create a WordPress base installation using wp-cli/wp-cli package and using vlucas/phpdotenv package to expose configuration values in PHP $_ENV super global.

    PHP