ddgr

🦆 DuckDuckGo from the terminal https://github.com/jarun/ddgr


Fordham Snippets — Fordham Snippets documentation

This is a site dedicated to common programming tasks in six languages, for when the tutoring room just doesn’t do it for you. All tasks have examples with notes in C++, C#, Java, JavaScript, Python, and Swift. All these languages can be compiled with Microsoft’s “VS Code”, available here. An online compiler can also be used, without…


Backup WordPress site data to Amazon S3 – Tensult Blogs

Setup backup for your WordPress site helps to recover the site data from server crashes and accidental data deletions so you can use S3 as backup storage. Source: Backup WordPress site data to Amazon S3 – Tensult Blogs


How to Encrypt and Decrypt Files in Python – Python Code

Encrypting and decrypting files in Python using symmetric encryption scheme with cryptography library. Source: How to Encrypt and Decrypt Files in Python – Python Code


How to Execute BASH Commands in a Remote Machine in Python – Python Code

Learning how you can execute BASH commands and scripts on a remote machine in Python using paramiko library. Source: How to Execute BASH Commands in a Remote Machine in Python – Python Code


The Service Mesh: What Every Software Engineer Needs to Know about the World’s Most Over-Hyped Technology

In this guide I’m going to attempt to provide an honest, deep, engineer-focused guide to the service mesh. I’m going to cover not just the what but also the why and the why now. Finally, I’m going to attempt to describe why I think this particular technology has attracted such a crazy level of hype,…


How can I move faster around the shell? 

I’m horrible at waiting, so when things are slow or repetitive I tend to automate them. So when I started working on my first Java project I quickly got fed up by navigating in and out of these crazy paths. For instance moving from src/main/java/com/example/application/package/ to the test path, or back to the root of…


A Poor Man’s Todo List

I have two modes, completely distracted and dead focused. So naturally I need some help getting things done. I’ve tried expensive apps like Omnifocus, cli apps like Todo.txt or TaskWarrior and everything in between. In the end I realized that these apps are not for people like me. What works for me is big heavy…


Running on Intel? If you want security, disable hyper-threading, says Linux kernel maintainer • The Register

Speculative execution bugs will be with us for a very long time Source: Running on Intel? If you want security, disable hyper-threading, says Linux kernel maintainer • The Register


How To Learn Any New Programming Language Quickly – Better Programming – Medium

An essential checklist of fundamentals Source: How To Learn Any New Programming Language Quickly – Better Programming – Medium