Skip to content

Instantly share code, notes, and snippets.

View ryanaidilp's full-sized avatar

Fajrian Aidil Pratama ryanaidilp

View GitHub Profile
@ryanaidilp
ryanaidilp / falsehoods-programming-time-list.md
Created July 4, 2023 08:41 — forked from timvisee/falsehoods-programming-time-list.md
Falsehoods programmers believe about time, in a single list

Falsehoods programmers believe about time

This is a compiled list of falsehoods programmers tend to believe about working with time.

Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.

Falsehoods

  • There are always 24 hours in a day.
  • February is always 28 days long.
  • Any 24-hour period will always begin and end in the same day (or week, or month).
@ryanaidilp
ryanaidilp / auth.php
Created November 7, 2021 15:21
Laravel Indonesian auth lang
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
@ryanaidilp
ryanaidilp / pagination.php
Created November 7, 2021 15:21
Laravel Indonesian pagination lang
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
@ryanaidilp
ryanaidilp / passwords.php
Created November 7, 2021 15:20
Laravel Indonesian passwords.php lang
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
@ryanaidilp
ryanaidilp / validation.php
Created November 7, 2021 15:19
Laravel Indonesian validation lang
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by