CodeGeek
Programming articles, tutorials, tips and much more...
Menu
Home
Tutorials
Games
Webapps
Programs
Articles
JavaScript
Nodejs
C/C++
Contact me
Contact me
Home
Search for:
Popular Posts
Snake game in JavaScript (110 lines of code)
In this article I will build a simple snake game in JavaScript from scratch. The player can control the snake by keyboard. Whenever the sn...
The finite state Machines
Theory of computation (TOC) is one of the most important concept in computer science. It lays a strong foundation for abstract areas in com...
Automatic summarization using Text Rank
Automatic summarization is the technique of shortening a text document with computer program to create a summary with the major ideas of th...
Static Portfolio for Programmers
As a programmer we may need a portfolio as a showcase for our projects, resume or maybe blogs. If you got money, just buy a cheap hosting a...
Custom alert dialog
The alert dialog is something every JavaScript developer uses frequently. Since they are provided by the browser, their UI/look vary betwe...
Sketchpad in JavaScript from scratch
In this article we will be building a simple sketch pad application in JavaScript from scratch. It will have a brush and eraser with vari...
Custom Middleware in Django
Custom Middleware in Django Middleware is a framework of hooks into Django’s request/response processing. It’s a light, low-level “pl...
Random color generator
In this article we will make a random color generator in JavaScript. Our application will have a button to generate random color and a div...
Best way to set placeholder for Select Tag in react
Let’s say, we need to render a list of courses as options of the Select Tag. Initially set value of “course_id” to “-1” in state. No...
Categories
Java Script
(1)
javascript
(4)
scratch
(2)
sketchpad
(1)
Blog Archive
▼
2018
(2)
▼
Dec
(1)
Custom Middleware in Django
►
Jun
(1)
►
2017
(3)
►
Dec
(3)
►
2016
(4)
►
Aug
(4)