Rubin

Rubin @rubiin

About: Self taught developer,FOSS lover, linux enthusiast

Location:
Kathmandu, Nepal
Joined:
Dec 17, 2017

Rubin
articles - 46 total

REPL in Nestjs

One of the features of Nestjs is Tte REPL (Read-Eval-Print Loop) mode, a powerful tool that allows...

Learn More 5 1Jul 14 '24

Linux Commands You Should Master

Linux commands form the backbone of navigating and managing a Linux system efficiently through the...

Learn More 8 0Jul 13 '24

Top Obsidian Plugins to Supercharge Your Note-Taking Experience

obsidian,note,productivity,tooling,markdown

Learn More 65 3Jul 5 '24

Useful aliases for docker

Docker has been there for a long time and its my top most used tool whether for spinning up a web...

Learn More 3 0Jun 30 '24

Terminal 101 - Xargs

Use the xargs Command in Linux

Learn More 3 0May 15 '24

A Comprehensive Guide to Creative Resources for UI development

A Treasure Trove of Inspiration and Tools

Learn More 11 1Dec 22 '23

NFDL - a simple cli to download nerd fonts

Download nerd fonts

Learn More 3 0Dec 9 '23

Python for nodejs developers

Examples of pythin compared to Node.js for learning

Learn More 6 0Aug 22 '23

sass mixins that are way too good

sass

Learn More 0 0Jun 7 '23

Typescript notes

typecript types summary

Learn More 12 0May 7 '22

typeof and lookup type in typescript

The typeof key can be used to extract type from an existing data const user = { name:...

Learn More 10 0May 2 '22

Unknown type in typescript

The unknown type in typescript is a common type that you will likely to come across. It is a strict...

Learn More 6 1Apr 25 '22

Why commit signing is necessary

In git , when you are pushing code to origin a.k.a the remote server, out of the box, it uses email...

Learn More 6 0Mar 21 '22

Shorten urls in your javascript apps

how to shorten urls in your next nodejs app

Learn More 3 0Aug 15 '21

Shrink docker node images

Working with nodejs on docker made me realize how much node_modules play a part on determining the...

Learn More 4 0Oct 1 '20

How to write meaningful and better commit messages

The bluejava Git Commit Message Format Guide This is a guide to creating better Git commit...

Learn More 20 9Aug 3 '20

I made a cli on Golang

So I recently started coding on golang. Though the learning was not hard as I was pretty familiar...

Learn More 7 0Jul 20 '20

Measure function execution time in golang

For some reason you may want to keep a track of how much long a function takes to do a certain task...

Learn More 6 2Jul 12 '20

Docker pipeline with Typescript + Express for production

This post will guide you through how to setup docker for a express app on typescript. This also works...

Learn More 20 5Jun 8 '20

Best laptop/ desktop specs for a developer

So lets start a healthy discussion thread on what laptop or desktop specs are you using on your job...

Learn More 5 5Jun 5 '20

Space VS Tabs

Space VS Tabs? Let the battle begin in the comments

Learn More 4 4Jan 17 '20

Add custom operators to typeorm

TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native,...

Learn More 15 0Dec 14 '19

Ubuntu Increase Inotify Watcher (File Watch Limit)

Technical Details Possible cause of Vue.js hot reload or LiveReload not working and...

Learn More 40 7Nov 1 '19

Docker basics/ cheatsheet

Create image using this directory's Dockerfile docker build -t Run mapping...

Learn More 16 0Oct 1 '19

show your hacktoberfest progress

As hacktoberfest has kicked in, many of you may have already started working with your PRs. Lets show...

Learn More 5 1Oct 1 '19

Vim quickies/ cheatsheet

Vim Cheatsheet Contents Generally helpful stuff Navigating around text Working...

Learn More 223 28Sep 30 '19

Getting away with Hactoberfest

As hacktoberfest is near, I was too bored to search around some great projects to contribute. So I...

Learn More 7 0Sep 30 '19

Why do you contribute to opensource?

Being an opensource user, I felt like I should give back something of value back to the community....

Learn More 3 5Sep 26 '19

Getting started with minio on nestjs

Description MinIO is an object storage server released under Apache License v2.0. It is...

Learn More 16 0Sep 24 '19

what are your thoughts on Microsoft going opensource?

As you can see in the recent years Microsoft has open sourced many of their projects to show their...

Learn More 7 14Sep 21 '19