Best of LinkedInSeptember 2022

  1. 1
    Article
    Avatar of medium_jsMedium·4y

    Debugging Three.js Projects Just Got a Whole Lot Easier

    Three.js is a JavaScript library that allows users to create and display 3D content in the browser. To build this 3D world, Three.js relies on WebGL, a JavaScript API that allows developers to create triangles, which come together to create a 3D experience in your browser. Ricardo Cabello created Three.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Hiring for remote work in 2022

    Hiring for remote work in 2022 is the first time I've written about remote work so far. I'll try to cover what platforms we used, which were better and some notes so people could eventually skip some of the wasted time we had. If you have any people you've worked with before or any friends that you think would be a good fit.

  3. 3
    Article
    Avatar of medium_jsMedium·4y

    How did I convert the 33 GB Dataset into a 3 GB file Using Pandas?

    A dataset may contain thousands to millions of rows. We can load the smaller dataset quickly, but when the dataset gets bigger, our system may not be able to run the large memory files. So I thought to share how I converted the 33GB data file into a 3 GB file using Pandas.

  4. 4
    Article
    Avatar of hnHacker News·4y

    Someone is pretending to be me.

    A person/company sets up fake Upwork profiles of real people. They apply to jobs in hopes to get an interview using that fake profile. They find victims on GitHub who are willing to go along with this. The response I got I'm not sure how to react - an apology for assuming my identity which is absolutely insane.

  5. 5
    Article
    Avatar of medium_jsMedium·4y

    Introducing Colada

    Pinia is the new official state management library for Vue, compatible with Vue2 and Vue3. As compared with the previous VueX versions it is replacing, it offers a simpler, less verbose API, and introduces native support for Typescript.