Algorithm Subsets, Permutations, and Combination Sums Some classic backtracking/dfs problems walkthrough practice: subsets, permutations, and combination sums.
Salesforce Salesforce Advanced Adminstrator Exam Preparation: Extending Custom Objects and Applications Extending Custom Objects and Applications takes up 8% of overall score. The relationships that are covered in this section are lookup, hierarchical lookup, external lookup, indirect lookup, master-detail relationship and many-to-many relationships.
Salesforce Salesforce Advanced Adminstrator Exam Preparation: Data Management Data management section takes up 10% of overall score. The covered topics are validation rules, duplicate management, data quality, data export and data import.
Uncategorized Adding "lightbox" effect to Ghost post images? Wonder how to apply "lightbox" effect on the post images in Ghost Platform? It's very easy, check this out to find out how!
Salesforce Salesforce Advanced Adminstrator Exam Preparation: Content Management Though Content Management section only contributes 3% of total score, it might still matter if you are on the fringe of passing the exam! Topics that are covered are contents, libraries, content deliveries, content packs, and CRM content best practices.
Salesforce Salesforce Advanced Adminstrator Exam Preparation: Auditing and Monitoring The Auditing and Monitoring takes up to 6% of overall score. The topics that will be covered are auditing, monitoring, debugging logs, scheduled jobs, and etc.
Salesforce Salesforce Advanced Adminstrator Exam Preparation: Reports and Dashboards Reports and Dashboards section takes up 10% of overall score. It covers the following topic: report formats, report types, reporting snapshots, historical trend reporting, custom summary formulas, filters, and dashboards.
Uncategorized Debugging with Chrome Chrome has a very powerful set of debugging tools that allows developer to test and debug their code, analyze and improve the performance all in one place.
Uncategorized Are you still asking about difference between GET and POST in 2019? Are you still asking about difference between GET and POST in 2019? Well, this post will be able to help you get to know what their differences are.
Uncategorized Learning HTTP is that easy! HTTP is the basic of web communication. As we are living in this Internet technology era, we all have to learn and understand HTTP. In fact, learning HTTP is not that difficult at all! Just read on!
Algorithm Binary Tree Traversal: Preorder, Inorder, Postorder Getting a deeper understanding of how to traverse preorder, inorder and postorder binary tree in multiple ways.
Java Java variable initialization and default values Did you know that Java will automatically assign a default value to field variables when you declare the variable without assigning value to it? Well, it does!
Algorithm Find min/max value in rotated sorted array When given you a rotated sorted array, would you be able to find the minimum without going through all the elements? What about finding the maximum? Want to know more, then read on!
Algorithm Search in rotated sorted array Have you wondered how to perform a binary search on rotated search array? Read on if you wish to know!
Algorithm Implement a square root function? Do you know how to implement a square root function without using native library function? If not, please read on!
Algorithm Reverse an integer? Reverse string and integer are very popular questions in interview. It can be very simple but it could be very tricky if you don't get your head right.
Algorithm Swap nodes in pairs? Have you ever wondered how swapping two nodes in Linked List works? If you do, please read on!
Algorithm Asymptotic analysis... really, what is this? I am sure lots of us know what asymptotic analysis is, but how many of us really understand it and know how to describe the runtime or space complexity?
Algorithm Reverse a string? [Beginner] Can you do a reverse on string in place? What about do it both iteratively and recursively? Here's the solution!
Relearn Relearn PHP in few minutes Relearn PHP on server-side scripting, recap with deeper understanding and master the language in minutes.
Relearn Relearn MySQL in few minutes Relearn Mysql on the SQL basics in general, recap with deeper understanding and master the language in minutes.
Java Relearn Java in few minutes Relearn Java on OOP programming in general, recap with deeper understanding and master the language in minutes.
Personal Books that I read, currently reading and planned to read Reading is never an old-fashioned thing. Most of the successful people have such habit as it is one of the best ways to enrich knowledge and broaden views.
Review Thoughts on my first finished book in 2019 My first book that I have completed in 2019, “Complete Software Developer Career Guide” by John Somnez is a good start for software development career advancement.
Personal Everyone's first post This is my first official blog post. I know it might be hard and challenging at the beginning, but how do you even begin yours?