Tag: others
All the articles with the tag "others".
How To Create a Custom Name on Mastodon @pkellner@peterkellner.net
Published: at 08:00 PMI don't want to be tied to a particular Mastodon server for my Mastodon name. It's easy to solve the problem by creating a simple static file on your web server.
How To View and Follow Another Person's Following on Mastodon
Published: at 08:00 PMIt's tricky to see someone else's followers on Mastodon and then follow those you are interested in. In this article I'll give an explanation around how I do that with my particular server.<a rel="me" href="https://techhub.social/@pkellner">@pkellner@techhub.social</a>. So far it's looking good. A lot more to learn about it.
I Joined Mastodon as Alternative to Twitter
Published: at 08:00 PMI just joined Mastodon with the account <a rel="me" href="https://techhub.social/@pkellner">@pkellner@techhub.social</a>. So far it's looking good. A lot more to learn about it.
Convert useState to useReducer in a React Context
Published: at 08:00 PMOften we want to add some extra side effects when a state change happens. That could be for things like logging changes or even changing other state values that are dependent.
An Example GraphQL Apollo Server 3 with Redis and Auth Working
Published: at 08:00 PMThis is a clean example of a GraphQL Apollo Server Version 3 working with Redis. It is based on a clone of a V2 project and has all the fixes for version 3.