Skip to content
View ever-dev's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report ever-dev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ever-dev/README.md

Hi everyone! Welcome to my Github

Who am I?

A seasoned full-stack engineer with extensive hands-on experience architecting and developing scalable web, mobile, and blockchain applications. I possess a proactive nature and a deep commitment to taking the initiative and fostering team collaboration.

My professional journey has been fueled by a relentless passion for acquiring new technological proficiencies. I approach each opportunity with a strong desire to expand my knowledge and skills, ensuring that I stay at the forefront of emerging technologies and industry trends.

I am dedicated to delivering high-quality results and thrive in dynamic and challenging environments. My expertise allows me to contribute meaningfully to projects, providing innovative solutions and driving success. Additionally, I am always eager to assist and support my colleagues, fostering a collaborative and supportive work environment.

๐Ÿ† Github Trophies

Followers, Commits, Stars, Repositories, PullRequest

EverDev StackOverflow

Tools

MacOS Ubuntu Windows

VSCode

HTML5 CSS3 SASS JavaScript TypeScript Python

React React Native Next Angular Vue Nuxt Bootstrap TailwindCSS MaterialUI AntDesign StyledComponents Redux Webpack Babel ESLint Vite

NodeJS NestJS ExpressJS Django GraphQL MySQL PostgreSQL MongoDB Redis Firebase AWS GCP

Solidity Ethereum EVM RUST Solana Golang Cosmos HardHat Foundry Brownie Subgraph Slither OpenZeppelin Web3.js Ethers.js

Git GitHub BitBucket Jira Asana Clickup NPM Yarn Figma

Pinned Loading

  1. Type-safety for dictionaries Type-safety for dictionaries
    1
    type GetDictValue<T extends string, O> = T extends `${infer A}.${infer B}`
    2
      ? A extends keyof O
    3
        ? GetDictValue<B, O[A]>
    4
        : never
    5
      : T extends keyof O
  2. Create a function that renders a dia... Create a function that renders a dialog when calling a function.
    1
    import * as React from "react";
    2
    import * as ReactDOM from "react-dom";
    3
    import { ConfirmDialog } from "./dialog";
    4
    
                  
    5
    export function renderConfirmDialog(
  3. module-federation-demo module-federation-demo Public

    Micro-frontends Webpack5 Module Federation Demo

    JavaScript

  4. npm-library-boilerplate npm-library-boilerplate Public

    A npm package boilerplate using JavaScript, TypeScript, Webpack, Babel, Jest, and Rollup

    JavaScript