Caching in Node.js with Redis: A Beginner’s Guide
Caching is a technique to store frequently used data in a temporary storage so that future requests for that data are faster. In Node.js applications, caching can help improve performance and reduce the load on your database. One popular tool
Using Laravel Eloquent ORM
Introduction to Laravel Eloquent ORM Introduction: Eloquent ORM is an Object Relational Mapper that interacts with the database. It is a package separate from laravel so can be used outside the laravel too. It implements active record pattern. Laravel Eloquent
Sort query result according to search conditions in CakePHP 2.
How to sort query result according to various search conditions in fetch query of CakePHP 2. Problem: Priority based sorting of records Example: Search a string (“Proposalways StudySection”) and display records in following order: Contain all words (“Proposalways StudySection”) in
Using Breadcrumbs in Laravel
How to add Breadcrumbs to your Website in Laravel Breadcrumbs are links used to track and navigate in the website. Generally every page is considered as a link and is arranged in hierarchical order at the top of the website.
Handle data from .msg file parsed by IndependentSoft’s msg.net package
Handle data from .msg file parsed by IndependentSoft’s msg.net package IndepentSoft’s MSG.NET package is used for parsing of outlook .msg files for reading the contents of file and which can be used to display contents on screen or in our
iCal format for different frequency of events
Format for various type of event occurrence in iCal Description: Calendar events can be of multiple types like which can occur on daily basis, weekly, monthly or on custom days of the same month. So, followings are the ways how
Salesforce – How to do it right
Salesforce – How to do it right Moving on from managing your customer relationships in a worksheet and deciding to do that in a CRM system like Salesforce is a big step forward. If you have already taken that step
Document Your API with “Doxygen Tool”
Problem: Document Your API with “Doxygen Tool” | SOAP web services using spring jax-ws package (ubuntu 14.04) Solution: Documenting any API is prerequisite if we are exposing our api web services to the third party to make them easily understandable
Understanding PHP CS-FIXER with example
Steps to Understand PHP CS-FIXER with example Introduction The PHP coding standards fixer tool is used to solve many issues (syntax, indentation etc) in your code when you want to follow the PHP coding standards defined in PSP-1 and PSR-2
Moodle Windows installation using XAMPP | Common Issues
Common Issues faced during Moodle Windows installation using XAMPP 1. Do not have permissions to create a database or MySQL database is too old. Xampp uses the Mariadb database (based upon MySql), if during installation above issue occurs then: a.
