Useful tips for everyday
What is a hamburger menu on a website? The hamburger menu, or the hamburger icon, is the button in websites and apps that typically opens…
How do you prioritize a feature? 7 practical ways to prioritize features Place features into themes to avoid choice paralysis. Break down product features by…
What is a tertiary button? Tertiary Buttons are unobtrusive actions that should support Primary or Secondary Buttons. They should not be the main focus of…
Where should I put my snack bar? Snackbars should be placed at the bottom of a UI, in front of app content. What are Snackbars…
Why are cursors useful in application architectures? Cursors are used by database programmers to process individual rows returned by database system queries. Cursors enable manipulation…
How is iOS different from Android? iOS is a closed system whereas Android is more open. Users have barely any system permissions in iOS but…
How do I test my information architecture? Summary: Usability Testing is a vital part of the Information Architecture process….Before you start, you need three things:…
What does compiling source code mean? Compiling is the transformation from Source Code (human readable) into machine code (computer executable). A compiler takes the recipe…
How do you fix your keyboard when it wont sleep? Method 2: Try alternative keys, mouse buttons, or the power button on your keyboard Press…
What is heap memory in process? Heap memory is essentially a large pool of memory (typically per process) from which the running program can request…