GithubHelp home page GithubHelp logo

muratgozel / metapatcher Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 1.31 MB

HTML document head management including meta tags, social media tags, icons and JSONLD expressions across devices.

License: MIT License

JavaScript 37.69% TypeScript 62.31%
html-document html-head-generator jsonld meta-tags opengraph-tags social-media-icons

metapatcher's Introduction

Hi there,

My name is Murat. I'm an independent, senior-level software developer who makes custom software including but not limited to web-based frontend and backend products, bots, iOS apps and CLI apps. I have custom shell scripts to deploy my apps and using CI/CD platforms as well.

I open source things I believe missing and potentially help others in the language's ecosystem. My open-source work also signals my portfolio as I'm not able to share all of my work publicly.

Tech Stack

You will find the programming languages, frameworks and libraries I prefer to use below. The list is not complete but hope that it gives an idea about my technical routines.

Javascript

Frontend

All of my frontend products compatible with modern browsers + IE 10 and IE 11. See the full list of compatible browsers.

  • Svelte as a frontend framework.
  • React as a frontend framework but less than Svelte.
  • Tailwind for styling.
  • CSS pre-processors such as SASS and Stylus.
  • Vite to create SSR enabled production builds.
  • prosemirror to create custom text editors.

Backend

  • node.js
  • Fastify as server framework.
  • redis for in-memory storage.
  • PostgreSQL and slonik as a database client.
  • ajv to validate schemas.
  • Logto for authentication.
  • pino for logging.

Desktop

  • Xcode for iOS apps and WebStorm for all the other apps
  • Postico to design and manage PostgreSQL databases.
  • Built-in Terminal in MacOS.
  • Docker for containerized deployments.

Cloud Services

  • Digitalocean servers.
  • AWS SES, S3 and Cloudfront.
  • Heroku.
  • Sentry.
  • Plausible.
  • Google Analytics.

Other Programming Languages

  • Python. I use Python as neccessary depending on the project.
  • Solidity. As closely working with web3 communities, I have a few smart contracts built in Solidity.
  • Swift. I build iOS apps by using Swift and SwiftUI.
  • Shell. I use shell to make custom deployment scripts.

metapatcher's People

Contributors

muratgozel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

metapatcher's Issues

`prefixId` should reset after update

Upon setting a custom prefixId a reset is needed or previously created tags.

In order to get a full reset after a custom prefixId we needed to reset the msapplicationconfig called in the constructor:

metapatcher.idPrefix = 'okr';
metapatcher.setMsApplicationConfig('none');

if you don't the original set remains.

<meta id="metapatcher-msapplication-config" name="msapplication-config" content="none">

`dump` on server clears cache against documentation suggestion.

The documentation states:

This property decides if the library should inject tags or collect them in memory. So, when you run the library in a non-browser environment, they will be kept in memory.

The code doesn't seem to reflect this.

We can just add a check in the code if it's in the browser and go from there:

    dump(): string {
        const data = this.memory.join('\n')

        // if we're in the browser, reset memory
        if (this.isDomAvailable) this.memory = []

        return data
    }

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.