Pinnedbuild an aggregate search using strategy patternthe global search feature on mobile phones that could match a search criteria across multiple apps like contacts, notes and other apps —…Nov 4Nov 4
Pinneda beginner’s guide to java native interface (JNI)There are situations we need to directly invoke functions from other programming languages (such as C, C++ & Fortran) in Java. This post…Dec 28, 2023Dec 28, 2023
Pinnedpainless code formattingevery software development team out there, has this phase of discussion on code formatting, which standards or style-guide to follow, tab…Dec 7, 2022Dec 7, 2022
end-to-end tests for Electron Apps using WebdriverIOthis post is tailored for developers who are already familiar with building desktop applications with Electron. It will guide you through…Dec 27, 2023Dec 27, 2023
nested functions in javascriptBefore we even begin I must say nested functions are not something you will encounter everyday as a Javascript developer. That being said…Jan 12, 2022Jan 12, 2022
dictionary — for substituting switch statementsdictionary for replacement of switch statementsAug 31, 2021Aug 31, 2021
holy grail of templating engines in javascriptthese days when you scratch the surface, you will land on numerous javascript templating engines. Apart from infamous Handlebars &…Aug 10, 2021Aug 10, 2021
cleaning up redundant javascript 2as we popularly know, Brendon Eich was tasked to develop javascript within a very short span of time — he took 2 weeks to be exact.Jul 26, 2021Jul 26, 2021
Singleton ExplainedThere are handful of ways to define a Singleton class in Java. They aren’t that difficult yet, doing it the correct way matters. Here I…Oct 28, 2015Oct 28, 2015