Creating a blog out of my discussions with students, friends and colleagues. Many of my past colleagues, team members and students reach me at times on whether to make the job change or not which is on offer to them. Based on my experience and mistakes, I don’t reply with a YES or NO but…… Continue reading Job change analysis factors – Part 1
Month: October 2022
Learnings from M.Tech. Software Systems – Semester 1 – Mid Terms @ BITS Pilani
Learnings from M.Tech. Software Systems – Semester 1 – Mid Terms @ BITS Pilani. Listing down important concepts from Semester 1 for benefit of students elsewhere. Data Structures & Algorithms Design: Time complexity and its generalization for algorithmsStandardization for various types of algorithms to build pseudo code and find time complexity from itVarious types of…… Continue reading Learnings from M.Tech. Software Systems – Semester 1 – Mid Terms @ BITS Pilani
Liferay best practices – Part 1
Developers and managers both struggle at times to pre-plan usage of best practices in projects causing many problems which are best avoided. Providing below some learnings & best practices on using and working with Liferay – Part 1. Don’t work directly on the Liferay database. Use the groovy script console in CONTROL PANEL or the…… Continue reading Liferay best practices – Part 1
Comparison of Programming Languages C, C++, Java, Python, R, Rust, Scala & C# – Part 1
Part 1 of a series on comparison between programming languages: C, C++, Java, Python, R, Rust, Scala & C# compiled from WIKIPEDIA C: Invented in 1970sUsed widely in operating systems and driver programmingImperative, procedural, compiled and structured with low level access to memoryCross platform capabilityHas had influence on C++, Java, C# and other languagesConcepts: Functions,…… Continue reading Comparison of Programming Languages C, C++, Java, Python, R, Rust, Scala & C# – Part 1
Notes on Liferay search optimization – Part 1
Notes on Liferay search optimization – Part 1. There are two parts to search optimization in Liferay. One is the internal search and other is the SEO / Digital Marketing for content. Below, I am sharing concepts and keywords to explore for both areas. Liferay internal search: Search BluePrintsSearch InsightsCustom IndexersTags & CategoriesReIndexingFacetsSuggestionsBoostingSortingLow level searchSearch…… Continue reading Notes on Liferay search optimization – Part 1