About

Putting some random stuffs.


Card image cap
Graphs
avatar
Bijay Maharjan

April 28, 2022

Graphs implementation in JavaScript

Read More
Card image cap
2D Arrays/Matrices
avatar
Bijay Maharjan

April 21, 2022

2D Arrays/Matrices implementation in JavaScript

Read More
Card image cap
Heaps and Priority Queues
avatar
Bijay Maharjan

April 20, 2022

Starting from Heaps to Priority Queue and their implementation. Heap is a complete binary tree.

Read More
Card image cap
Binary/Search Tree
avatar
Bijay Maharjan

February 10, 2022

Binary and Binary Search Tree implementation in JavaScript

Read More
Card image cap
Doubly Linked List
avatar
Bijay Maharjan

January 30, 2022

Doubly Linked List implementation in JavaScript

Read More
Card image cap
Singly Linked List
avatar
Bijay Maharjan

January 30, 2022

Singly Linked List implementation in JavaScript

Read More
Card image cap
Building .NET API with CLI - Personal ...
avatar
Bijay Maharjan

December 20, 2020

The steps to build .NET API Controllers and Endpoints along with Entity Framework using .NET CLI.

Read More
Card image cap
Provisioning and Distributing iOS app
avatar
Bijay Maharjan

November 11, 2020

This article shows the very minimum required steps to generate provisioning profile and build the IPA file to the App Connect Store step by step in a short and clear way.

Read More
Card image cap
Installing Cocoapods - Personal Notes
avatar
Bijay Maharjan

October 21, 2020

Cocoapods is a dependency manager in Xcode somewhat similar to npm (Node Package Manager). However, Swift Package Manager (SPM) is the official package manager for Xcode, Cocoapods or Carthage are third party solutions.

Read More
Card image cap
Setting SVN Server in Raspberry PI
avatar
Bijay Maharjan

September 1, 2020

Apache Subversion is a software versioning and revision control system distributed as open source under the Apache License. Unlike distributed version control Git, SVN is centralized. But there are many other differences in terms of repositories, bra...

Read More
Card image cap
All Program Installation Links
avatar
Bijay Maharjan

August 27, 2020

The collections of all the links related to installing computer programs as well as debugging and troubleshooting. All the links should work unless if they are removed by the original author. New links are added to the list after some useful links ar...

Read More