Giter Club home page Giter Club logo

bunniestorekenya's Introduction

contributions

My coding stats are nothing too crazy :

wakatime

Creator BunnieABC | L/L | Proxima AI | StaticCMS | Dwyl | Fireship.io | 10x Engineer && Cross Platform Developer

Inspired by Fantasy, Steve Wozz, Steve Jobs, Elon Musk, Shaddyshad, Jeff Bezos, Linus Torvalds, Jeff Delaney, Geo Hotz, ...others && myself. I almost forgot Zuck the boss.


if you’re going to try, go all the way.

this could mean losing girlfriends,

wives, relatives, jobs and

maybe your mind.

do it.

all the way.

you will ride life straight to perfect laughter,

it’s the only good fight there is.

bunniestorekenya's People

Contributors

dependabot[bot] avatar infamous-geek avatar renovate[bot] avatar tito-arch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

bunniestorekenya's Issues

Refactor fetching logic to server components

In the current implementation, blogs are fetched by the client like so:

const res = await fetch("https://www.bunnieabc.com/index.xml"); const xmlText = await res.text();

we will push fetching to be handled by the server. In the current implementation, we extract the link, description title, and time.

As such, this results in Cors errors and relying on different data from different sources, Ie: to retrieve the author of the article and the hero image. We'd need to use the link to fetch the whole article and finally append the data while tracking indexes.

Logging this would result in this :
{console.log( "Article Data:", item.title, item.link, item.pubDate, item.description )}

Result

Article Data:
Anywhere on Earth in Under an Hour: SpaceX's Plan to Revolutionize Transportation
https://bunnieabc.com/post/anywhere-on-earth-in-under-an-hour-spacexs-plan-to-revolutionize-transportation/
Mon, 30 Oct 2023 11:05:07 +0300
SpaceX is developing a new rocket that could revolutionize transportation, making it possible to travel from anywhere on Earth in under an hour. Learn more about SpaceX's plan to make point-to-point travel a reality.
Blogs.js:141

Article Data:
Privacy-preserving computing: The future of data security?
https://bunnieabc.com/post/privacy-preserving-computing-the-future-of-data-security/
Thu, 26 Oct 2023 15:41:36 +0300
How to protect your data from data breaches and big tech firms. This article explores privacy-preserving techniques such as >homomorphic encryption, zero-knowledge proofs, data minimization, blockchain technology, and federated learning. It also >discusses the future of data and the role of government oversight.
Blogs.js:141

Article Data:
Web 2.0 vs Web 3.0: The Future of the Internet
https://bunnieabc.com/post/web-2-0-vs-web-3-0-the-future-of-the-internet/
Mon, 23 Oct 2023 19:36:28 +0300
Web 3.0 is the next generation of the internet, and it has the potential to revolutionize the way we use it. Web 3.0 apps are built on
blockchain technology, which makes them more decentralized, secure, and user-controlled. In this blog post, we compare Web 2.0 and Web 3.0 and highlight some of the most exciting Web 3.0 apps that are currently in
development.

this data is incomplete, we'd need to make another request this time using individual links.

An optimal way to do this would be to fetch all links, and then retrieve all other necessary data. Since the article brings with it all the data we would need. An image, and author are the data we are missing at this point

  1. Moving this to server components I believe would clear all errors.
  2. This is a cleaner implementation

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm emailjs-com Unavailable

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update apisec-inc/apisec-run-scan digest to 8f66ce9
  • Update react monorepo to v18.3.1 (react, react-dom)
  • Update dependency web-vitals to v4
  • πŸ” Create all rate-limited PRs at once πŸ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/Pr-Title.yaml
  • amannn/action-semantic-pull-request v5
  • marocchino/sticky-pull-request-comment v2
  • marocchino/sticky-pull-request-comment v2
.github/workflows/apisec-scan.yml
  • apisec-inc/apisec-run-scan eadaedebb5b8516971299b64cea226dc9d9edb6c
  • github/codeql-action v2
npm
package.json
  • @ant-design/icons ^5.0.0
  • @emotion/react ^11.9.0
  • @emotion/styled ^11.8.1
  • @mui/material ^5.6.0
  • @testing-library/jest-dom ^5.16.4
  • @testing-library/react ^14.0.0
  • @testing-library/user-event ^14.0.0
  • emailjs-com ^3.2.0
  • react ^18.0.0
  • react-dom ^18.0.0
  • react-icons ^4.3.1
  • react-router-dom ^6.3.0
  • react-scripts 5.0.1
  • web-vitals ^3.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.