Coder Social home page Coder Social logo

woutervm_next's Introduction

Hi there ๐Ÿ‘‹

woutervm_next's People

Contributors

dependabot[bot] avatar jordyvandomselaar avatar wotta avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

codeprakhar25

woutervm_next's Issues

Implement protected blog posts.

When a password has been added to the blog post in question the frontend should do the following things.

  • Filter out the blog post from the index list.
  • When going directly to the correct slug a password field should need to be filled.
  • An api call needs to be done to the api route which
  • The api route should fetch the specified blog post and check if the given password is correct based on the provided password by the post.

This is not a foolproof way to "hide" blog posts but at least it helps a bit.

Create message sharing functionality

I want to create message sharing functionality that can be used to share information between me and other people in a somewhat secure way.

  • Create collection type
  • Hook into saving and updating hooks to encrypt the data
  • A custom key should be generated to encrypt said data
  • Create options to automatically delete the message
  • Create frontend page to create message
  • Create page to view message that needs a key to be shown

โ€”

Created via Raycast

Create quick links page

Create a simple quick links page that uses the social media api endpoint

  • Create custom field that can be used for fontawesome free icons.

Create footer component

<footer class="container prose prose-pink prose-sm sm:prose-lg lg:prose-lg xl:prose-2xl mx-auto w-full p-8">
    <div class="fluid-container text-xs">
        ยฉ 2020  - 2021 woutervm.com
                    -
                            <a href="https://www.twitter.com/wottavm" rel="noopener" aria-label="woutervm.com on Twitter" target="_blank">Twitter</a>
                            <a href="https://www.github.com/wotta" rel="noopener" aria-label="woutervm.com on Github" target="_blank">Github</a>
                            <a href="https://www.linkedin.com/in/wouter-van-marrum/" rel="noopener" aria-label="woutervm.com on Linkedin" target="_blank">Linkedin</a>
            
            </div>
</footer>

Fix PascalCase error for seo component

Getting the following error which seems to be incorrect.

[develop:frontend] SeoBasic
[develop:frontend] Warning: <SeoBasic /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.
[develop:frontend]     at SeoBasic
[develop:frontend]     at head
[develop:frontend]     at Head (webpack-internal:///./node_modules/next/dist/pages/_document.js:252:5)
[develop:frontend]     at html
[develop:frontend]     at Html (webpack-internal:///./node_modules/next/dist/pages/_document.js:241:29)

Below is the component that is being called:

const SeoBasic = ({ seo }) => {
  console.log(seo)
  return (
    <>
      {seo.title && (
        <>
          <title>{seo.title}</title>
        </>
      )}
    </>
  )
}

export default SeoBasic

Implement resume page and "certificate" page

to make it easier it would be beneficial to have a resume page.

Additionally it would be nice to have a certificate page where I can share information about "certifications" that I have.

Create social media post sharing functionality

With all the things going on with Twitter it would be a nice thing to make use of multiple social media to share posts that are written in the backend.

Will create an experimental feature where I can connect multiple sources which I can post towards.
When a post has been shared it will also be shared on a timeline on the website with links where the posts has been shared.

Todos:

  • Create new collection
  • Setup hooks
  • Create new services
  • Implement logic to publish social media post

Upgrade strapi version

Currently the admin is running version 4.0.3 but I want to run version 4.4.3.

To do this the dependencies need to be upgraded. The backend must be intact when the change is submitted.

Fix navigation dropdown

Currently there have been some changes that are breaking the dropdown navigation on mobile.

This should be an easy fix.

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.