Andy Thomason is a Senior Programmer at Genomics PLC. He has been witing graphics systems, games and compilers since the '70s and specialises in code performance.
A quick guide to write a very very simple "ECHO" style module to redis and load it. It's not really useful of course, but the idea is to illustrate how little boilerplate it takes.
Step 1: open your favorite editor and write/paste the following code in a file called module.c
#include "redismodule.h"
/* ECHO <string> - Echo back a string sent from the client */
int EchoCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {- Seven ineffective coding habits many F# programmers don't have - Yan Cui
- JavaScript Combinators, the 'Six' Edition - Reginald Braithwaite
- Spice up your website with machine learning! - Evelina Gabasova
- Ionide and state of F# open source environment - Krzysztof Cieślak
- The T in TDD: Test, Types, Tales - Mathias Brandewinder
by alexander white ©
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
