Automate your Twitter feed with random articles from your website using Twitter API & Laravel
2 min read Last weekend I decided to make one of my Twitter accounts a little more active by posting a random article from the website at …
2 min read Last weekend I decided to make one of my Twitter accounts a little more active by posting a random article from the website at …
< 1 min read When you have stored files privately in Amazon s3 which you want to make public only for selected users for a limited amount of …
2 min read SVG are great. They are great to use for icons since they don’t blur out when zoomed. We can change the fill color while …
2 min read Buying Domain Name and hosting in Nepal surely was a hassle due to lack of proper International Gateways. We had to rely on Friends …
< 1 min read There are certain situations when you unknowingly add files to git and you try to remove those files later on by adding the names …
< 1 min read There may be certain situations when you do the changes and merge the working branch on the master branch. Later on, you realize that …
< 1 min read Sometimes we may not notice that the local branches are increasing and manually deleting branches one by one can take much time. You can …
< 1 min read To exclude a sub-folder inside a folder in .gitignore, the following can be done. app/* !app/subfolder/ app/subfolder/* !app/subfolder/subfolder2/ This will ignore all files …
< 1 min read Raw photos can be easily converted to JPG format using the terminal app on MacOs. This is possible using “sips”, an inbuilt image editing …
< 1 min read Whenever you are testing your Android App on your phone you have to connect it with the data cable. It is annoying and limits …