James E

Ezechukwu James

On Programming experiences, thoughts, mistakes and all...

Home     About     Contact    

 

           

How To Create A Simple Counter Using Javascript, HTML & CSS

So I was a little bored and decided to play around with Javascript. The idea was to create something like the counter on this page using javascript, HTML and a little CSS; using a different layout. I guess it looks nice, right?. I figured someone might find this useful so I decided to share the snippet here. The final output is as shown in the image above and increments from the left. And the snippet... More

Building a personal blog with github pages and jekyll and disqus

A personal blog is one of the easiest and affordable medium of sharing your thoughts with others. As a developer, you need a way to Showcase you capabilities Document your learning and experiments so you can return to them in the future Share your thoughts with others as well as provide a guide to other developers who may be struggling with a problem you have encountered and solved in the past. More

Understanding Django Class Based Views

We often find that Django developers especially those new to the framework and even some advanced users prefer to use function based views (FBVs) for most projects. This can be attributed firstly to the simplicity of using FBVs and a lack of understanding of the great benefits of using Class Based Views.(CBV) In this post I will highlight some of the major benefits and the cool features of CBV. This post will also attempt to... More

Some of recent projects and experiments

projects here!