Open in app

Sign In

Write

Sign In

Poovarasu
Poovarasu

10 Followers

Home

About

Feb 26

Django Custom Auth User Model & Email Login With Roles/Groups and Permission

Creating Custom User Model in Django: python manage.py startapp authentication Register the app to the settings.py file: INSTALLED_APP = [ ........ 'authentication', ] Creating New Custom User Model Manager & User Model in authentication/models.py from django.contrib.auth.base_user import AbstractBaseUser from django.contrib.auth.models import PermissionsMixin, BaseUserManager, Group from django.db import models class UserManager(BaseUserManager)…

Django

1 min read

Django

1 min read


Aug 14, 2021

Load custom JSON files into Laravel’s config

Here is how we can simply load JSON files in Laravel Config First, let’s see how to load this file while the app initializes. In the code below loaded the settings.json that's in the storage folder in AppServiceProvider's boot method. I check if the file exists, if so, I decode…

Laravel

2 min read

Load custom JSON files into Laravel’s config
Load custom JSON files into Laravel’s config
Laravel

2 min read


Aug 13, 2021

Regex Helpers for Laravel/PHP

hotmeteor/regex is a set of ready-made regex helper methods for use in your Laravel application This package comes with common regular expression patterns that are ready to match and replace against values. The package supports case-insensitivity, Unicode characters and supports all languages. Here are some examples from the package’s readme: …

Laravel

1 min read

Laravel

1 min read


Aug 12, 2021

Best Practice for APM

10 best practices that you can follow for your APM setups Don’t Build Your Own APM Solution → Since the market has plenty of options, so you no need to spend much time building your own APMs Ensure You Have the Right Tool for the Job Set Up a Customized APM’s Dashboard with the Most Useful Information Prioritize Critical Transactions Configure Custom Alert Policies and Notifications to get updates immediately

Laravel

1 min read

Laravel

1 min read


Jul 2, 2021

Guide to improve speed & performance of your Laravel Site

Making a fantastic website or web application using Laravel is becoming increasingly popular as the Laravel Framework grows in popularity. Because Laravel is not a CMS like WordPress, Drupal, or Zoomla, so we can’t obtain ready-made plugins to improve our application in a few clicks, but it does come with…

Laravel

1 min read

Guide to improve speed & performance of your Laravel Site
Guide to improve speed & performance of your Laravel Site
Laravel

1 min read


Jun 23, 2021

Few things to know about Laravel Mix

Jeffrey Way’s Laravel Mix package provides a fluent API for constructing webpack build steps for your Laravel application utilizing a variety of CSS and JavaScript pre-processors. To put it another way, Mix makes compiling and minifying your application’s CSS and JavaScript files a breeze. About minification Minification is the process of minimizing…

Laravel Mix

2 min read

Few things to know about Laravel Mix
Few things to know about Laravel Mix
Laravel Mix

2 min read


Jun 21, 2021

Pros & Cons in DataTables

DataTable is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any HTML table. DataTables is a tool in the Javascript Utilities & Libraries category of a tech stack. Advantages of DataTable Responsive User Interface Inbuilt client side processing, searching, sorting, filtering, etc …

Laravel

2 min read

Pros & Cons in DataTables
Pros & Cons in DataTables
Laravel

2 min read


Jun 20, 2021

Application Performance Monitoring (APM) & Why you need to know it ??

3 Types of APM monitoring tools : App Metrics based → It can inform us how many requests our app receives and which URLs are likely to be slow. They can’t tell us why, because they don’t do code level profiling. Code level performance → It can analyze our application based on code profiling and transaction tracing …

APM

2 min read

Application Performance Monitoring (APM) & Why you need to know it ??
Application Performance Monitoring (APM) & Why you need to know it ??
APM

2 min read


Jun 17, 2021

Sentry for Laravel

Laravel Error & Performance Monitoring Tool Actionable insights to resolve Laravel performance bottlenecks and errors. Improve your monitoring workflow with a full view of releases so you can mark Laravel errors as resolved and prioritize live issues. Getting Started is Simple Install the sentry/sentry-laravel package with Composer: Add Sentry reporting to App/Exceptions/Handler.php:

Laravel

2 min read

Sentry for Laravel
Sentry for Laravel
Laravel

2 min read


Jun 16, 2021

Ray for Laravel/WordPress/PHP Applications

Dump Debugging Evolved Ray is a lovely, lightweight desktop application that helps you debug your app. You can send anything to Ray from Laravel, WordPress or PHP. Ray formats the output and displays the origin of your calls. When installed in a Laravel app, Ray can format models and queries, track events, and even render mailables too. Use in WordPress, Laravel or any PHP project See models, mails, queries, … in Laravel

Laravel Framework

1 min read

Ray for Laravel/WordPress/PHP Applications
Ray for Laravel/WordPress/PHP Applications
Laravel Framework

1 min read

Poovarasu

Poovarasu

10 Followers
Following
  • Laravel ecommerce

    Laravel ecommerce

  • Amir Mohtasham — Laravel Developer

    Amir Mohtasham — Laravel Developer

  • Django Stars

    Django Stars

  • Raviya Technical

    Raviya Technical

  • >>> import python

    >>> import python

See all (64)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech