dailyhack icon indicating copy to clipboard operation
dailyhack copied to clipboard

🐱‍💻 Tiny Tiny Hacks we use in our daily life.

Results 105 dailyhack issues
Sort by recently updated
recently updated
newest added

Modern Single Page Applications are typically powered by a backend REST API. Here's the quickest way to do it [](https://dzone.com/articles/the-quickest-way-to-give-your-single-page-applicat )

This tutorial will demonstrate how to build a minimally viable REST Web service integrated with a SQL Database using Linx to both build (Linx Designer) and host the web service...

Need some new hacks

`git fetch` only downloads latest changes into the local repository and does not merge into the current branch. It downloads latest changes that other developers have pushed to the remote...

dailyhack
coolhack
git

This is my collection of dev commands I'm using: ### To get the API execution time: `curl -s "" -o /dev/null -w "\n%{time_total}\n"`

dailyhack
coolhack
terminal

It is difficult to go through the GitHub starred projects as you star over a 100 or more projects. This CLI automatically fetches and sorts the GitHub starred projects to...

dailyhack
tool
git

A modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore, it's more than just ORM. It implements validation, type checking, relational model logic...

dailyhack
coding

Before: ![grafik](https://user-images.githubusercontent.com/18481195/65981631-d196af80-e479-11e9-8e60-d9d5b3708995.png) After: ![grafik](https://user-images.githubusercontent.com/18481195/65981606-c17ed000-e479-11e9-9432-7b6d13f0531d.png)

Use this terminal command on Linux: `find . \( -name '*.txt' -o -name '*.md' \) \! -empty.`