Category: Uncategorized

  • Develop Data Visualization Interfaces in Python With Dash

    In the past, creating analytical web applications was a task for seasoned developers that required knowledge of multiple programming languages and frameworks. That’s no longer the case. Nowadays, you can make data visualization interfaces using pure Python. One popular tool for this is Dash. https://realpython.com/python-dash/

  • ThoughtSpot CEO – ‘I want to kill BI and I want all dashboards to die’

    Just before the Christmas break I had what turned out to be a very interesting conversation with ThoughtSpot CEO, Sudheesh Nair. https://diginomica.com/thoughtspot-ceo-i-want-kill-bi-and-i-want-all-dashboards-die

  • WhatsApp Soundly Beaten By Apple’s Stunning New iMessage Update

    WhatsApp, the world’s leading messenger with 2 billion users sending 100 billion messages each day, popularized secure messaging. But if you’re one of the hundreds of millions using WhatsApp on an iPhone, you’re in for an unwelcome surprise when you see Apple’s stunning new iMessage update. https://www.forbes.com/sites/zakdoffman/2021/01/03/whatsapp-beaten-by-apples-new-imessage-update-for-iphone-users/

  • How to Quickly Resize Multiple Images on Windows 10

    Need to resize a group of images quickly on Windows 10? With Microsoft’s PowerToys utility, you can do it directly from File Explorer with a right-click—no need to open an image editor. Here’s how to set it up and use it. https://www.howtogeek.com/704597/how-to-quickly-resize-multiple-images-on-windows-10/

  • Self-hosting Kubernetes on your Raspberry Pi

    The aim of this post is to show you how to build a Kubernetes cluster with Raspberry Pi 4s for self-hosting APIs, websites and functions so that you can expose them on the Internet and serve traffic to users. https://blog.alexellis.io/self-hosting-kubernetes-on-your-raspberry-pi/

  • How to access a remote computer using Google Remote Desktop

    You bought your parents / grandparents / other relatives a new computer, set it up, and showed them all of its nifty new features. You’ve gone home, knowing that you’ve made them very happy. But, deep down, you know that this isn’t the end of the story. https://www.theverge.com/2019/1/17/18159067/how-to-google-remote-desktop-computer-access-support

  • Pressl Store

    ? Best game for Christmas 2020, children & parents love it. ?‍❤️‍? Get yours here?? https://twitter.com/presslstore/status/1314605043090300929

  • skate 3 soundtrack

    https://t.co/LvS6rC9rcZ https://twitter.com/reyreyiv/status/1337998783729250304

  • eraserhead

    I’m seeing a lot of “patent this” type replies but This is the tutorial I followed!! It’s not my idea, I think the idea is from 201 https://twitter.com/datam0sh3r/status/1338126664706871296

  • Create a Plotly Data Visualization App Using One Line of JS

    Here we discuss a Plotly data visualization application created using Python and a single line of JavaScript code. This pattern allows developers to code logic and visualizations almost completely into the backend of your application. You don’t need to know javascript to do what we cover here. https://towardsdatascience.com/create-a-plotly-data-visualization-app-using-one-line-of-js-b1865391faa4