Tagged: Development

0

Simple CGI programming

A simple HTTP server serves static HTML, Javascript, CSS, Images, etc. Sometimes you need a bit of dynamic content from the server-side. There are simple microframeworks to mega frameworks to achieve this. You could use any of these available web frameworks on the server side. But let’s say you don’t have access to any of those frameworks, and you want it to be simple and lightweight. You could try CGI.

Or you are just a web geek and want to spend an hour on old but interesting technology.

1

My Boring Yet Modern Web Starter Stack

I like to use the same stack again and again. It makes me productive, makes code less buggy, and builds knowledge over time. Unless there is a real need like unmaintained software or a different kind of application or unless I am going to build a Facebook or Google, I rarely change things in this stack. Even if I am going to build Facebook, I would start here and then adjust as it grows, just like Facebook did with it’s stack.

2

Linked List : Three FOSS tools to work with JSON

If you are a web developer or an API developer, you would have used JSON daily unless you are deeply buried in the XML world. There are some tools that I use to work with them daily. These tools are useful if you are a developer or a tester or just a curious mind who likes to explore the web or config files.

2

Simple BLE Oximeter App using PHONK

In the past I would have used MIT AppInventor or Expo.io. Both have amazing ecosystems. It’s easy to build apps using them. But this time I wanted to use PHONK. I had used Protocoder before and had liked it. Also I have this idea of building small utility apps called applets (yes!), that...

IBM Code Day 0

Notes from IBM Code Day – Bangalore – 2018

This was my first IBM Code Day. I had never been to one and the idea of meeting other IBM Champions excited me. Just wanted to know who they were and what they were up to. Code Day also promised some demos and talks that were interesting. I am going to talk about...

Expo Browser Preview 0

Expo.io – Building Android and iOS Apps using React Native Made Easy

I have used MIT’s AppInventor in class rooms. All non-professional programmers appreciate how easy it is to use AppInventor to create apps. I have also seen lot of professionals using it to create one time use apps including me. It’s a great tool except you can’t generate an iOS app. On the side...