How to fix screen resolution problem of certain applications in Windows 8

How to fix screen resolution problem of certain applications in Windows 8

11 years ago, February 22, 2015

Problem The problem was, certain apps like my IDE phpStorm, would not use the actual resolution and degrades to lower resolution as if I have set my resolution to something less than optimal resolution of my screen. I have 1920×1080 screen on my laptop and the application would act like I have lower resolution so […]

Configure bluetooth module for arduino

Configure bluetooth module for arduino

11 years ago, January 19, 2015

Requirements: a. Arduino b. XBEE Shield c. Bluetooth Module To make the bluetooth module work: Follow these steps a. Upload the bare minimum sketch to the arduino. void setup() { } void loop() { } b. Connect only the XBEE shield (incl. Bluetooth module to arduino) c. Connect arduino to pc and run the serial […]

Getting started with Serverless

Getting started with Serverless

6 years ago, September 20, 2019

What is Serverless Application? Resources without provisioning and operations. What is a Microservice? Why? Auto-scaling Fault-Tolerant by design Pay-as-you-go Quick and easy to develop? depends.. When? It is wise to consider when to think serverless. Workloads with irregular access patterns Workloads with short execution times Automation What is AWS Lambda? AWS Lambda is an event-driven, serverless […]

© 2026 Anil Maharjan