Git Product home page Git Product logo

shumayldotcom's Introduction

About

My name is Shumayl, and I like to tinker with software.

  • ๐Ÿข Currently working on platform engineering at Deloitte Global.
  • ๐Ÿค– Previously worked on digital transformation and application modernization at HP Inc.
  • โšก๏ธ Graduated with a BSc. in Physics from Universiti Teknologi PETRONAS.

Tinkerings

  • ๐Ÿ› ๏ธ I built AI-Daleel to make it easier for me to search for Quranic verses.
  • โš™๏ธ I write technical articles on my personal site.
  • ๐Ÿ’ป I talk about software and tech on LinkedIn.

shumayldotcom's People

Contributors

mshumayl avatar

Stargazers

 avatar  avatar

Watchers

 avatar

shumayldotcom's Issues

Create type file

Objective

To avoid redundant definition of types and interfaces, and ensures consistency.

Suggestion

Set up a type file and consolidate all types and interfaces used throughout the project.

Chronology

It might be cool to add a chronology page - career, projects, study.

Filter posts by tags

Objective

Implement querying post by tags.

Suggestion

Each post already has a tag metadata. Use this to filter posts based on a selectedTag prop passed to the LatestPosts component.

Pagination for `LatestPosts`

Objective

Implement pagination for LatestPosts to limit the number of posts shown in one page.

Suggestion

Show only 3 posts per page. The pagination logic can be implemented as a prop selectedPage, which is passed into LatestPosts. After sorting the posts by descending date, split the array of posts into an array of arrays with size 3. The current page can be rendered by indexing the array of arrays with the value of selectedPage.

With this method, there might be performance issues when there are too many posts to handle. However, at the rate I am writing posts, this might not be an issue for a while and it might not be worth it to overengineer a solution at this point.

Create component for meta tags

Objective

To segregate the meta tags from main pages (index.tsx and pages/[slug.tsx]) into a separate component. Improves readability and modularity.

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.