1.6K followers
Data Scientist & Web Developer. I have a passion for discovering and working with cutting-edge technology. I enjoy collaborating with others to solve problems.
Say you have a table with student test data. SELECT t.* FROM tests t ORDER BY t.student_id, t.taken_on student_idscoretaken_on 117502021-08-30 117172021-11-16 117862022-02-08 215502021-08-30 214932021-11-16 216...
Want to build a bot on a messaging platform? You can use Netlify and their Functions feature to get up and running quickly and easily. In this article, you'll see how I built a bot for Telegram with nearly unlimited potential for interacting with use...
If you run Windows and you're interested in Haskell but not sure how to get set up, check out this guide. The process isn't too hard, but it might be a little more intimidating than other, more popular languages. While I do recommend a Linux environm...
If you've been following along with this series, we installed Arch Linux, xmonad window manager, Alacritty terminal emulator, and xmobar status bar all from scratch. Throughout the series, we've been using Nano to edit the many configuration files ne...
So far in this series, we've installed Arch Linux, the xmonad window manager, and Alacritty terminal emulator. The system is actually pretty usable at this point. However, a very common UI element for most desktops is some sort of status bar to displ...
If you're following along with this series, we've already installed Arch Linux and xmonad window manager. Now, I think it's time to install a new terminal emulator. In the last article, we installed xterm when we installed xmonad. xterm is the defaul...