Weekly - issue 22

Implements React Routing in Plain React

Implements React Routing in Plain React, without reliance on React-Router or any other libraries.

Example:

function App() {
    // ...
    
    const routes = [
        { path: "/", component: <Home /> },
        { path: "/register", component: <Register /> }
    ]
    
    // ...
    
    const defaultComponent = <NoPageExists />
    
    return (
        <Router routes={routes} defaultComponent={defaultComponent} />
    )
}

Simple bash commands for parsing data and Linux system maintenance

A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.

Who Is Collecting Data from Your Car?

Introduce the vehicle data industry.

The data flow:

The car’s computers -> The car manufacturer’s servers -> Vehicle data hubs -> Vehicle data marketplace

I Looked Into 34 Top Real-World Blockchain Projects So You Don’t Have To

Product categories:

  • Smart Contract Use Cases
  • Internet of Things
  • Personal Identity
  • Healthcare
  • Logistics
  • Government
  • Media
  • Money Transfer Use Cases
  • NFTs

34 projects:

  • 13 are already dead;
  • 6 are only useful within the crypto & NFT ecosystems and not in the “real world”;
  • 14 use Blockchain in a way where removing the blockchain would not impact functionality at all, or make the product better;
  • Chainalysis, which has real-world impact by helping law enforcement de-anonymizing blockchain users.

Chainalysis is the winner of the list.

Want to Learn about Entrepreneurship, as a Software Engineer? Sell Something Online

The experience selling a resume book online on these areas:

  • Marketing
  • Media exposure
  • Advertising
  • Content marketing and growth hacking
  • SEO optimization
  • Customer support
  • Accounting

Vim PDF Documentation

Vim 9.0 PDF Documentation.