₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,906 members, 8,428,584 topics. Date: Wednesday, 17 June 2026 at 04:32 PM

Toggle theme

Ljtwp's Posts

Nairaland ForumLjtwp's ProfileLjtwp's Posts

1 (of 1 pages)

ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 12:04pm On Jun 30, 2023
bassdow:
Abeg leave am, e be like say na new commer
I have been on Nairaland since 2013... This is just a new account thank you🤗 other account is @abdegenius you will see my post up here as far back 10 years ago
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 12:03pm On Jun 30, 2023
silento:
Outdated
But it still works right?!
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 12:03pm On Jun 30, 2023
bassdow:
why use Cache in development. Well except I am working on existing project, I tend to avoid frameworks such as laravel, symfony, etc - simple things often becomes complex.
Laravel does autocache so it's best to clear
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 12:02pm On Jun 30, 2023
silento:
Why
I was just tired of doing thesame thing over and over and over again . Every day
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:21pm On Jun 02, 2023
[sup][/sup]
Babtunz:
Your commit messages tho. It won't even make any sense to yourself in the long run.
Update on this you can make an Input prompt for commit message and attach holder to the message second in commit command
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:19pm On Jun 02, 2023
Tip of the day😃

If you want to clone any HTML & CSS frontend use Webhttrack on windows or install Httrack on Linux.

Ctrl + Alt + T to open your terminal and type
>_: httrack http://websitetoclone.com
And hit enter .

It will clone the whole website to your cwd(current working directory)
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:16pm On Jun 02, 2023
I spend my whole night creating an awesome express js API with prisma and planetscale DB. I will keep you in the loop.. got this fun side hustle project I will soon launch to the market .. about to start prototyping it now 💪💪💪
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:15pm On Jun 02, 2023
So I got tired of using LARAVEL yesterday
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:15pm On Jun 02, 2023
Cuz anything APC na front-page e dey go straight.. huh
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:14pm On Jun 02, 2023
Anyways is it just me or is Nairaland pushing anything APC and Tinubu to the front-page
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:14pm On Jun 02, 2023
I can't believe I forgot my diary
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 8:14pm On Jun 02, 2023
Dust everywhere dust
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 3:00pm On Aug 15, 2022
Oh sveltejs is totally awesome i am a big fan.. svelte.dev better than reactjs no caps
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 2:59pm On Aug 15, 2022
Ok its been a while i am developing my platform https://kidify.africa african socio-cultural edutainment platform ... and i have been travelling for a bit so yeah
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 6:53am On Aug 09, 2022
No matter how small a project is, i need to stop hosting on shared hosting.. I mean i use cloud alright but not on small project.. and those small project error can get frustrating.. Logging to cpanel, zipping,unzipping, trying to find a trick all that is just stress. it ends today
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 11:19am On Aug 08, 2022
I think i will write my simple guide to hosting a laravel app on cloud server(linux machine) here so i dont have to go online and open different tabs always ... wink wink wink wink just need to rest for a bit it was a long night for me
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 11:18am On Aug 08, 2022
I have been working with laravel (php) recently and honestly the caching can really waste your time especially in production..

You can use this bash script to handle your cache cleaning after every new commit to production server..
name: cache.sh
*!#/bin/bash
php artisan config:cache
php artisan config:clear
php artisan cache:clear
php artisan route:cache
php artisan route:clear
clear*

it just helps to handle the caching for you...
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 11:14am On Aug 08, 2022
Anonime1105:
The html18 of wayyyyy back,
He was a very popular OG programmer troll then. grin grin grin wink wink wink
The man always serving Oga SeunThomas vahulence.

Oga html had a beef with seun osewa then he deleted his account.
He started his own forum A-f-r-i-c-o-d-e-r-s-.-c-o-m (typing the url back then would get you a ban) for African programmers back then.
Fact, you got it
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 11:14am On Aug 08, 2022
qtguru:
It was even dhtml that gave me some tips to studying programming, I remember I was in NYSC then. Good times mehn
@dhtml15 was an OG.. the realest and the biggest i always rep that dude
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 11:13am On Aug 08, 2022
Babtunz:
Your commit messages tho. It won't even make any sense to yourself in the long run.
well you can always do this..

_echo "Enter commit message"
read commitMsg
git commit -m "$commitMsg"_

for dynamic messages
ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 9:52am On Aug 05, 2022
Finally someone that get it cool

ProgrammingRe: Web Developers... Programmers LISTEN Up! by ljtwp(op): 12:54am On Aug 05, 2022
I am a big fan of linux UBUNTU, so i have this file in my Desktop

Its always
cd Desktop && cp git.sh new_project_folder

Working alone, No need for branches yea then why always

git add .
git commit -m "commiting"
git push origin main

when i can just
touch git.sh
nano git.sh
#!/bin/bash
echo "Adding"
git add .
echo "Commiting"
git commit -m "Updates"
echo "Pushing"
git push origin main
echo "Completed"
clear


then

chmod u+x git.sh

so next time i wanna push just

./git.sh

and all done. wrote this one and copy to any new project ..
Save the time! I hail Nairaland ceo e get why @elvis i sight you too
ProgrammingWeb Developers... Programmers LISTEN Up! by ljtwp(op): 12:47am On Aug 05, 2022
Lorem Ipsum!

I am Long John the wicked programmer, the one the only the myth the legend the bonified the certified OG of web programming... Greetings to my boss @dhtml15

this is going to be repo from now on, my personal journal in the public domain crazy but it will do...

1 (of 1 pages)