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
Bootstrap Grid System and Breakpoints
Bootstrap Grid System and Breakpoints Bootstrap Grid System The Bootstrap Grid System uses the strategy of mobile first. Bootstrap Grid System divides the screen into 12 columns which can be joined to create wider columns according to the size of
Broken Page CSS issue in Chrome Version
Broken Page CSS issue in Chrome Version upgrade from 68 to 69 In the earlier versions of chrome, my application was working without any CSS issues until I have updated my chrome version from 68 to 69. With version update,
Use of panels with example in bootstrap 3.x
What is the use of panels with example in bootstrap 3.x? Bootstrap panel is a bordered box with some padding around it that holds some DOM element. Bootstrap panel is a flexible container for DOM elements. There are number of
How to use whitelisted static IP address on a different machine in Filezilla
How to use whitelisted static IP address on a different machine in Filezilla (works in same WAN pool provided by your ISP) When you have already shared your public IP address with a client for accessing FTP/SFTP and due to
CURL Error #:Failed to connect to URL port 443: Network is unreachable
CURL Error #:Failed to connect to URL port 443: Network is unreachable Calling an API through CURL sometimes leads to this error – CURL Error #:Failed to connect to URL port 443: Network is unreachable Where, URL is the url
Conversion of DateTime value from Server to Client machine’s timezone
Conversion of datetime value from Server to Client machine’s timezone in C# .NET There could be a requirement that date time field value from the server should be displayed in converted date-time based on the client machine’s time zone. Using
Send Bulk Emails Using Amazon SES
Send Bulk Emails Using Amazon SES Amazon SES- Amazon SES (Simple Email Service) is a cloud based email sending service used by developers and for marketing purposes. It is a reliable, cost-effective service for all sizes of businesses. Here we
What is jquery Autocomplete?
Jquery Autocomplete Autocomplete is a function in javascript jqeury ui that suggests or finds and selects from a predefined list of values. Any type of input box i.e. input or textarea can be converted into an autocomplete. Basically what it
Constructive Criticism
Constructive Criticism Constructive criticism is the process of offering rational and well-reasonable opinions or viewpoint about the work of others. Constructive criticism consists of both positive and negative comments but they are delivered in a friendly way and not in
