Author: Webner
Download files from S3 disk in Laravel
how to download file from s3 disk in Laravel What is AWS S3? Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. S3 helps you securely upload and download
Bundle in ASP.NET MVC
Bundle in ASP.NET MVC Bundling is a process that allows us to load a bunch of static files from the server into one HTTP request. We can load multiple CSS and Javascript files using bundles. Let’s take an example :
How to fetch unread emails from a mailbox
Python code to fetch Unread emails from a Mailbox Script to check and fetch the unread inbox using the following packages. 1. imaplib 2. email 3. csv IMAP is an email retrieval protocol which does not download the emails. It
Insert and update bulk data in CakePHP 3.7
How to Insert and update bulk data in CakePHP 3.7? We can insert and update multiple records using “saveMany($entities)” function. We can create entities array from “newEntities() / patchEntities()” functions. newEntities function is used to insert new data and patchEntities
Automate aws snapshot using Lambda and cloudwatch service
Automate the Snapshots using AWS Lambda & CloudWatch services. Step.1 Create IAM Role with following accessibility 1. To get information of volumes and snapshots from EC2 2. To create new snapshots using the CreateSnapshot API call In the AWS management
Using Donut Pie Charts in Tableau
How you can create a Donut Pie Chart in Tableau Pie Charts Problem : Feature of Donut Pie Chart is not available in Tableau. Solution : Donut pie-charts are good looking graphs that explains clearly that bigger the slice, the
DMARC (Domain-based Message Authentication, Reporting & Conformance)
DMARC (Domain-based Message Authentication, Reporting & Conformance) is an enhancement to existing email authentication policy and reporting protocol. It helps to prevent spoofing on your mail domain so that no one other than you can use your domain to send
Web Data Connection with Tableau
Web Data Connection with Tableau 1. What is WDC? WDC or Web Data Connector, is a web page with JavaScript code that connects to web data, converts the data to a JSON format, and passes the data to Tableau. Currently,
ASP.Net MVC Quick Introduction
ASP.Net MVC Quick Introduction ASP.Net MVC – In MVC, the architecture of an application is divided into three parts – Model, View and Controller. Model – Model represents the shape of data. It is basically used to connect to the