Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

223 total results found

email authentication protocols like SPF, DKIM, and DMARC

Email

SPF, DKIM, and DMARC are email authentication protocols that verify an email's sender to prevent spam and phishing. SPF checks if the sending server is authorized, DKIM verifies the email's integrity with a digital signature, and DMARC tells receiving servers ...

what is PowerMTA

Email

PowerMTA is a high-performance Mail Transfer Agent (MTA) designed for sending large volumes of business-critical emails reliably. It is used by email service providers, large organizations, and marketing platforms to ensure high deliverability by managing pr...

configuring and managing PowerMTA

Email

Configuring and managing PowerMTA involves installation, core configuration via the config file, setting up DNS records, and using the PowerMTA Management Console for monitoring and optimization. Key management tasks include monitoring performance, handling de...

Lazy Loading

Development Concepts

Lazy loading is a performance optimization technique that delays the loading of non-critical resources, such as images, videos, or code, until they are needed. Instead of downloading everything at once, it loads what's necessary for the initial view first, and...

Microfrontends

Development Concepts

Microfrontends are an architectural pattern where a web application's frontend is broken down into smaller, independent, and self-contained modules, similar to how microservices work on the backend. Each module can be developed, tested, and deployed independ...

Efficient State Management (Redux, Recoil, Context API, Zustand, etc.)

React

fficient state management in applications, particularly in front-end frameworks like React, involves choosing the right tools and strategies to handle data flow, updates, and synchronization across components while optimizing performance. Several popular s...

vanilla javascript

Vanilla Javascript

Vanilla JavaScript refers to the use of core JavaScript language features and browser APIs without relying on external libraries or frameworks like jQuery, React, Angular, or Vue.js. It is essentially plain, unadulterated JavaScript. Key characteristics...

A Beginner’s Guide To Creating A WordPress Website

Website / Blog Wordpress

ll About Domain Names # The domain name identifies your website to users. Smashing Magazine’s domain name is smashingmagazine.com. The domain name shouldn’t be confused with the URL — domain names are a part of URLs. To further our understanding, let’s analy...

8 Best Free Security WordPress Plugins in 2025

Security & Plugins Wordpress & Plugin ...

eeping your website secure is a 24/7 job. The right tools help keep watch – even when you can’t. They could be the difference between a hacked site and business as usual. WordPress security plugins are one part of that equation. Along with quality hosting and...

Introducing the WP REST API

REST API Wordpress

With its inception in 2003, WordPress has grown up from merely a blogging platform to a full fledged content management system. Over these past years, it has matured enough to cater the need of vast majority of online audience and this is the reason it’s empow...

Beginner’s Guide to WordPress Plugin Development

Security & Plugins Wordpress & Plugin ...

The WordPress CMS has changed the face of our Internet and allowed a surge of new ideas to prosper, and its open-source movement holds a strong presence rooted in software and web development. WordPress is a blogging platform that has the ability to lau...

WordPress Developer Super Cheat Sheet

Cheat Sheets Wordpress

There sure is a lot you need to remember when working with WordPress theme files. From the names of basic template files to functions and how the WordPress Loop works, it’s next to impossible to remember every PHP tag or even how to define a new theme. T...

Wordpress Cheat sheet

Cheat Sheets Wordpress

Theme Headers style.css style.css Headers /** * Theme Name: My theme (required) * Template: The name of the parent theme. E.g. Twenty Seventeen * Description: A short description of the theme. * * Theme URI: Subject URL. E.g. http://wor...

what is Google BigQuery

Google

Google BigQuery is a fully managed, serverless, and cost-effective data warehouse for analytics that handles petabyte-scale data. It allows users to analyze vast amounts of data using familiar SQL queries without managing any infrastructure, making it easy to ...

laravel-ai-email-assistant - github.com

Laravel

laravel-ai-email-assistant - github.com DescriptionThis package can generate an email from a prompt with the OpenAI GPT API. It provides a Laravel service class that can build a prompt to request the generation of email messages. The package can call the ...

Why migrate to laravel

Laravel

Laravel Development ServicesLet’s maximize growth chances via the most popular Trioangle’s Laravel web development services. Custom web designs on your hands to get more leads. Banner TopWhy Migration to Laravel Development Services?Laravel is a PHP framework...

Hosting Companies

Hosting

Bitbucket  Gitolite GitKraken Beanstalk GitRepo Perforce Helix Core Stash Assembla RhodeCode Mercurial Plastic SCM SVN Repository Hosting (via CloudForge) Perforce Helix TeamHub AWS CodeCommit (Plano gratuito disponível) Tuleap  GitSwarm

Connecting to a Linux Oracle instance

Oracle Cloud

You can connect to a running Linux instance by using a Secure Shell (SSH) connection.  ImportantAlternatively, for advanced control of the boot process or OS troubleshooting, you can use the serial console to connect to an instance. For details, see Ma...

MYSQL IDE install and connect

Mysql

sudo apt install curlcurl -fsSL https://lnkd.in/gTPvwfTG | sudo gpg --dearmor --output /usr/share/keyrings/beekeeper.gpg && sudo chmod go+r /usr/share/keyrings/beekeeper.gpg && echo "deb [signed-by=/usr/share/keyrings/beekeeper.gpg] https://lnkd.in/gRJf9qRn st...

Queue drivers in Laravel

Queues & Jobs In Laravel

Laravel offers several queue drivers for handling background jobs, which can be configured in your config/queue.php file. The primary drivers available include: Synchronous (sync):  This driver executes jobs immediately within the curre...