WORD OF THE DAY RAPPORT Line breaks: rap|port Meaning: A close and harmonious relationship in which the people or groups concerned understand each other’s feelings or ideas and communicate well. Usage: She was able to establish a good rapport with the children. There is a lack of rapport between the members of the group. He […]
CSSDeck – Learn crazy CSS
This week’s write-up is about CSSDeck, literally a deck filled with lots of amazing CSS codes. The Labs section is the primary part of this site, with the intention to allow users to share, edit and collaborate on creating and debugging HTML, CSS and JS codes. The site also allows to send in “cool crazy […]
Concept of Mutable & Immutable objects in Python
An Immutable object, in the lime light of object-oriented and functional programming, is an object whose state cannot be modified after it is created. Objects of built-in types like (int, float, bool, str, tuple, unicode) are immutable, A Mutable object, can be mutated or state can be modified after it is created. A mutable object will have at least a single method able to […]
Optimize the DBMS – Whoosh! goes the App
As we all are aware, SQL optimizations are required for speeding up applications. There situations in my career where we felt like MySQL’s MyISAM engine is not fast enough! There are multiple factors that may slow down the SQL. They could be categorized into three categories. The database Software/Engine The database design/architecture The SQL used […]
A shack of designs
Over the last few weeks, we have been sharing details about sites that people like you and me could find handy sometimes. This week’s write-up is about DesignShack. This is a site dedicated to showcasing inspiring web designs along with the resources that you could use to succeed in the same way. The authors curate […]