Git Product home page Git Product logo

Hello There, I'm Yarden Porat.

I am a passionate and enthusiastic self-taught web developer.

Linkedin Badge

Yarden Porat's GitHub Stats

Projects

Contactless WhatsApp Messenger: Send whatsapp messages without adding people to your contact

Click on the image to view the project:

Contactless WhatsApp Messenger

Go to repository

Selectors Translated: CSS selector translator and visualizer

Click on the image to view the application:

Selectors Translated

LinkedIn Frame Generator: Create custom LinkedIn avatar frames
Not long ago LinkedIn added a feature that allows adding a frame to your profile picture, letting everyone know if your are #hiring or #opentowork.

Now, you can create your own custom frames, adding a little more character to your LinkedIn profile.

LinkedIn Frame Generator

ESLint plugin: validate declared imports: validate typescripts globally declared modules

Repository link

test npm

When you declare modules with typescript, filepaths are not validated to be correct.

Example:

declare module "*.module.css" {
  const classes: { [key: string]: string };
  export default classes;
}

This will not throw an error, even though path is incorrect:

import styles from "asdasdasdasdasd.module.css";

Usage

Add validate-declared-imports to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["validate-declared-imports"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "validate-declared-imports/no-unresolved-declared-imports": [
      "error",
      {
        "fileExtensions": [
          // Asset files: png, jpeg, svg...
          ".jpg",
          // Style files
          ".module.css", // CSS Modules
          ".module.scss", // SCSS Modules
          ".module.less", // Less Modules
          ".st.css" // Stylable files
        ]
      }
    ]
  }
}
LeanKit to GitHub: chrome extension: Add links to KanBan cards

Repository link

PlanView AgilePlace \ PlanView LeanKit

A tiny chrome extension that adds GitHub links to cards which references github issue or pull request.

GitHub links on a card

You can customize the board's title which you want to focus on, and your favorite GitHub repository which you want to go to

customization options


MORE ABOUT ME
const yardenporat = {
  education: [
    "BA - Reichman University (IDC Herzliya)",
    "MBA - Tel Aviv University",
  ],
  languages: ["TypeScript", "Javascript", "Python", "Bash Scripts"],
  frameworks: ["Node.js", "React.js", "Next.js"],
  css: ["CSS", "Sass", "Stylable"],
  tests: ["playwright", "mocha", "chai", "sinon"],
  DBs: ["MongoDB", "SQL"],
  tools: ["Git", "Wordpress", "Electron"],
};
yardenporat's vistors

Yarden Porat's Projects

action-slack icon action-slack

Provides the function of slack notification to GitHub Actions.

frontend icon frontend

Charity platform https://podkrepi.bg Docs https://docs.podkrepi.bg

natour icon natour

An advanced CSS & Sass project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.