ContentPosts from @anascachen..
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

Have your data and hide it too: an introduction to differential privacy

DAP allows for data aggregation without revealing individual data points, making it useful for applications that require privacy protection. However, private aggregation alone is often not enough to protect privacy, leading to the importance of adding techniques like differential privacy to ensure d.. read more  

Have your data and hide it too: an introduction to differential privacy
Story Mailtrap Team
@idjuric660 shared a post, 1 year, 9 months ago
Technical Content Writer, Mailtrap

Email Verification: How It Works and Why You Need It

Mailtrap.io

What do email marketers actually mean when they refer to email verification? One marketer’s validation is another one’s verification. The two terms are often used interchangeably, which isn’t correct, as they both have different meanings. However, that’s not all bad news. Developers and QAs also mea..

title
Story
@veljkoristic shared a post, 1 year, 9 months ago
Content Manager, Mailtrap

Building an HTML email form – Frontend and Backend

There are two ways to create an HTML email form - Use themailto: addressaction element. - Use backend script to handle data and send emails. The first method is something you shouldn’t try. Sending form data directly to an email from a web form without server-side processing isn’t recommended due to..

How-to-Build-an-HTML-Email-Form-06-960x499
Story
@adammetis shared a post, 1 year, 9 months ago
DevRel, Metis

Mastering SQL Query Optimization: Techniques for Maximum Database Performance

Efficient SQL queries stand as a cornerstone for efficient data retrieval. Optimizing these queries isn't merely a best practice; it's the crux of maintaining high database performance. Slow query execution leads to bottlenecks, hampering system throughput and user experience. In essence, the impact of neglecting query optimization in production is profound—it compromises system stability, escalates response times, and ultimately impedes the smooth operation of critical applications. Let's see the techniques for maximizing the database performance.

Mastering SQL Query Optimization copy@3x
Story
@ketbostoganashvili shared a post, 1 year, 9 months ago
Technical Content Writer

How to Send HTML Emails in PHP

PHP has multiple options for sending HTML emails: the PHP mail() function, PHPMailer, or SymfonyMailer. However, the latter two are the more popular and recommended options.

Why? Because the PHP mail() function has multiple limitations, including the inability to add attachments or send emails using the SMTP server. I’ll be diving into more details on the limitations below. 

In this tutorial, I’ll show you how to build and send HTML emails in PHP using the mail() function, PHPMailer, and SymfonyMailer. I’ll also show you how to leverage Mailtrap’s SDK to send beautiful HTML emails in PHP. Let’s go! 

PHP-send-HTML-email-featured-image
Story
@sofiatarhonska shared a post, 1 year, 9 months ago
Mailtrap

How to use Android JavaMail API to Send Emails

The quick, and let’s say, easy way to send emails from your Android application is to use Intent. However, it can take you only so far due to the method’s limitations. 

This article explores Android JavaMail API as a more flexible and scalable method to send emails.

First, I’ll detail the reasons to opt for JavaMail API instead of Intent, then I’ll jump into the implementation tutorials with code examples. 

Android-JavaMail_FOR-GREEN-BG-1029x540
Story Mailtrap Team
@veljkoristic shared a post, 1 year, 9 months ago
Content Manager, Mailtrap

Android Intent Send Email – Quick Tutorial with Examples

Mailtrap.io

After tackling theAndroid Intent send emailtask, I have a newfound respect for this OS and its intricacies. The methodology is pretty straightforward and relatively simple to implement. I’ll cover the steps I took and show you how to use Intent to send emails from an Android app (code examples inclu..

for_orang_background-960x498
Story
@ketbostoganashvili shared a post, 1 year, 9 months ago
Technical Content Writer

Choosing the Best Transactional Email Service

Sendgrid MailChimp Mailgun Amazon SES Mailtrap.io

For the last month or so, I spent my days testing popular transactional email services. I played around with dozens of tools on the market and picked out 8 best-performing providers. I reviewed all of them based on pre-selected criteria. Moreover, I scraped through the reviews on software catalogs t..

Choosing-the-Best-Transactional-Email-Provider-01-960x499
Story
@elizebethemily456 shared a post, 1 year, 9 months ago
Beleaf Technologies

Top 8 NFT Marketplaces to Check Out in 2024

Introduction The world of web3 continuously evolves with new technologies and advancements daily. Due to its vast benefits and user-centric features, many people worldwide are being attracted, and entering into this space. One of the main sources of attraction is the NFT(Non-fungible token). Right f..

Top 8 NFT Marketplaces to Check Out in 2024
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

SSDs Have Become Ridiculously Fast, Except in the Cloud

Flash-based SSDs have largely replaced disks for most storage use cases, with advances in interface speed leading to significant increases in throughput. Despite these advancements, major cloud vendors have not kept up with the performance of state-of-the-art SSDs, leading to stagnation in read and .. read more  

SSDs Have Become Ridiculously Fast, Except in the Cloud