A

Abhinav Singh's Abhi's Weblog

My findings and experiences related to my work in web
development and other fields.

  • Rated2.5/ 5
  • Updated 9 Years Ago

Recent blog posts from Abhi's Weblog


Customizing Redis pubsub for message persistence - Part 2
In the last post we saw how Redis can easily be modified to persist the last published message on PubSub channels. Without subscribing to the PubSub channel we were able to get the last published mess...
9 Years Ago
BlogAdda
Customizing Redis pubsub for message persistence
Redis comes packed with a simple yet powerful PubSub API. It provides low latency and scales well. A message published on a channel is received by subscriber(s) at the other end. However, if no acti...
9 Years Ago
BlogAdda
Back to blogging: What to expect
Back to blogging: What to expect
Hello Readers, I started this blog as a way to share my experiments and experiences while learning web development and computer science in general. In the first 2 years (between Apr'08 and Aug'10) I ...
9 Years Ago
BlogAdda
How to perform X-FACEBOOK-PLATFORM and Google Talk X-OAUTH2 XMPP authentication with PHP Jaxl library
Ever since Jaxl library first introduced support for X-FACEBOOK-PLATFORM XMPP authentication mechanism, it has changed significantly. Also, Google Talk now supports OAuth 2.0 Authorization, an XMPP ex...
11 Years Ago
BlogAdda
JAXLXml - Strophe style XML Builder : Working with Jaxl - A Networking Library in PHP - Part 2
Prior to Jaxl v3.x, the most ugliest piece of code inside Jaxl library was handling of XML packets. If you are working with XMPP protocol which is all about sending and receiving XML packets, it can b...
11 Years Ago
BlogAdda
Working with Jaxl - A Networking Library in PHP - Part 1 - An Introduction, Philosophy and History
Development of Jaxl library started way back in December'07 while I was working on a self-initiated project called Gtalkbots. The project is now dead, if you are interested in knowing more about it go...
11 Years Ago
BlogAdda