Category Archives: Works

About My Abortive Design

Here is an idea for managing the user permissions at my web app. In this design users have different privileges to perform basic crud operations on different app domains (Customer Management Domain, Stock Management Domain etc.). In this way, some … Continue reading

Posted in Projects, Software Architecture, TechLog | Tagged , , , , , , , | Leave a comment

“Without An If” Notes

Here is some notes which I took from a Google Tech Talks video: When to use Polymorphism if an object should behave differently based on its state If you have to check the same condition in multiple places Use Conditionals … Continue reading

Posted in General Concepts | Tagged , , | Leave a comment

How I started to build my first web application: Customer Cards Database

It started out with some test of sql queries and practising Mysql Workbench to learn it and want to try on some basic relational algebra operators. I have created a database to store customer and order information of an imaginary … Continue reading

Posted in Projects, TechLog, Works | Tagged , , , , | Leave a comment

Java Collection Cheat Sheet

Posted in Works | Tagged , , | Leave a comment

Tab Overload #3

Posted in Links | Tagged , , , , , , , , , | Leave a comment

Checking Some Opcodes in Assembly Language

A program written in an assembly language that implements the following Java code look like the one:   The program adds two numbers 3 and 7 that are in the variables THOMAS and SYLVESTER respectively, and stores the result 10 … Continue reading

Posted in General Concepts | Tagged , , | Leave a comment