ubill.github.io

Erlang New Project

ERLANG NEW PROJECT:

withdocs/ - because we're going to have full docs automatically built. first make two folders, src/ and test/ .

The first file(s) you should then write are the common test SUITE files. Under test/.

Why?

You will find that you need to trigger a sequence of steps ...

more ...


Stuff I Did While I Was Away

Was away from this blog for a while.

Resurfaced again after doing a couple of new stuff.

First of all, why previously infrequently touched this blog? Because adding new content and editing, if compared to a full web interface like Blogger, was a bit of a pain. Editing a Pelican ...

more ...


StackEdit Revisited

Revisiting StackEdit after changing my template, the below is a full showcase of the rendering of MarkDown formatted text:

Testing fenced code block:

// Foo
var bar = 0;

Testing backticks:

You can insert a table of contents using the marker [TOC].

Welcome to StackEdit!

Hey! I'm your first Markdown document ...

more ...

Erlang vs. Python, Load Testing

In a previous post of this blog, I mentioned about getting into explorations into Erlang. As with beginning to learn any new thing, it is always good if we could beforehand know of what are the domains in which it is strong, and what are the benefits it could offer ... Load Testing

more ...

Soft Launch of this Blog!

Well then, after getting satisfied with the output from the tools I'm using to author and generate this blog, I guess it's time for the public announcement of this blog.

As for the layout (theme) Two Things here, as a reminder to self:

  1. The theme of this site ...

more ...


A Landslide Victory: Landslide + DZslides

Success !

Well, right now got the desired behaviours that I wanted:

  • Embedded, horizontal-scrolling, slides in the middle of blog posts.
  • Able to launch slides in a separate window (and also go full screen if so desired.)

That is, the behaviour of DZslides. And yet, in addition all the goodness and ...

more ...

Landslide!

Now doing the same, but trying to use this Python-based HTML slides tool: Landslide.

Embedding it within an iframe, trying the same way as for DZslides:

Success!

Now, we also added some source code into the DZslide! Currently, we are just using the default pandocs, with line numbers:

However, no ...

more ...