Open in app

Sign In

Write

Sign In

Subash Adhikari
Subash Adhikari

39 Followers

Home

About

Published in Geek Culture

·Pinned

Dependency Injection in Javascript

Dependency injection (DI) is a programming pattern in which a dependency is passed using the parameters instead of instantiating it within the function or class. DI enables creating isolated individual components within application code and makes it easy to switch those dependencies in the future as the requirement changes. …

Java Script

5 min read

Dependency Injection in Javascript
Dependency Injection in Javascript
Java Script

5 min read


Pinned

How to Build and Deploy GraphQL Server in AWS Lambda using nodejs and CloudFormation

I have been building GraphQL APIs in a Serverless environment for over 3 years now. I can’t even imagine working with RESTful APIs anymore. Combine the power of GraphQL with the scalability of AWS Lambda, and you have got a server that can handle infinite amounts of traffic. In this…

Graph QL

12 min read

How to Build and Deploy GraphQL Server in AWS Lambda using nodejs and CloudFormation
How to Build and Deploy GraphQL Server in AWS Lambda using nodejs and CloudFormation
Graph QL

12 min read


Published in Geek Culture

·Mar 23, 2021

How to Set Up Continuous Integration for Monorepo Using Buildkite

Monorepo is a single repository that holds all code and multiple projects in a single git repository. Monorepo setup is quite attractive to work with because of its flexibility and ability to manage various services and frontends in one single repository. …

Ci Cd Pipeline

9 min read

How to Set Up Continuous Integration for Monorepo Using Buildkite
How to Set Up Continuous Integration for Monorepo Using Buildkite
Ci Cd Pipeline

9 min read


Feb 17, 2018

Why you should adapt Kotlin now

I have been working on Java for at least 7 years now. It is still my first language of preference. It is a very old and stable language with a large ecosystem around it. The stability of ecosystem and mature libraries allows us to write production ready application with confidence…

Kotlin

5 min read

Why you should adapt Kotlin now
Why you should adapt Kotlin now
Kotlin

5 min read


Feb 11, 2018

Preparing for AWS Certification — Solutions Architect Associate

I have recently gotten my AWS Certified Solutions Architect — Associate certificate. In this post, I will share how I prepared for the exam and the resources that helped me get certified. …

AWS

4 min read

Preparing for AWS Certification — Solutions Architect Associate
Preparing for AWS Certification — Solutions Architect Associate
AWS

4 min read


Jan 13, 2018

Setting up Laravel with Docker : Part 3

This is part 3 of the series of setting up Laravel with docker post. In part 1, we set up Laravel application using Dockerfile. In part2, we improved on our initial to use docker-compose. Instead of building the container from scratch, we used the official docker containers and put them…

Docker

4 min read

Setting up Laravel with Docker : Part 3
Setting up Laravel with Docker : Part 3
Docker

4 min read


Dec 24, 2017

Setting up Laravel with Docker : Part 2

In part 1 of this post, we built a docker image to run Laravel application. In this post we will install the same Laravel application but use docker-compose to do so. Docker compose allows to easily work with multi container applications and prevents from having to type large docker commands…

Docker

5 min read

Setting up Laravel with Docker : Part 2
Setting up Laravel with Docker : Part 2
Docker

5 min read


Dec 11, 2017

Resume bash script after reboot

I often write bash scripts to automate common tasks in my projects. Often the script makes changes that require a reboot. And when the machine finishes rebooting the script needs to resume from where it left. Following script creates a temporary file that we use as a flag in the…

Bash

2 min read

Resume bash script after reboot
Resume bash script after reboot
Bash

2 min read


Dec 6, 2017

Setting up Laravel with Docker : Part 1

Laravel is one of the most popular PHP framework available right now. In this post we will set up laravel application using Docker. Docker enables independence between software application and the infrastructure by enabling containerization of the platform. Docker is available on most of the operating systems. Download and install…

Docker

5 min read

Setting up Laravel with Docker : Part 1
Setting up Laravel with Docker : Part 1
Docker

5 min read


Nov 25, 2017

Vim style copy paste in Tmux

Tmux is a terminal multiplexer which allows us to create and manage multiple terminal windows. In this post we will configure tmux to have vim style copy and paste. Tmux configuration file is located at ~/.tmux.conf. Lets add following configuration in it. set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send-keys…

Vim

2 min read

Vim style copy paste in Tmux
Vim style copy paste in Tmux
Vim

2 min read

Subash Adhikari

Subash Adhikari

39 Followers

Lead Software Engineer at A Cloud Guru

Following
  • Eric Elliott

    Eric Elliott

  • Addy Osmani

    Addy Osmani

  • Paul Johnston

    Paul Johnston

  • Node.js

    Node.js

  • James Hegedus

    James Hegedus

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech