New year. New opportunities.
GDG Bamenda x Bambili is hosting a Community Info Session to kick off 2026 and share planned events and workshops for the year.
π Feb 16, 2026 | β° 8PM (GMT+1) | π Google Meet
π Register: https://t.co/RnmA9mCwJk
#GDGBamenda#GDGBamendaxBambili
Hello World!
It has been a while. I have been up to a lot: coding, electronics, organising events, project management and so much. But I am back and updates will be coming in soon.
@AbubakarPray@MimiMefoInfo Wonderful! You didn't even ask the nature of the projects. When we don't pay more than 10 workers comfortable salaries every month, we will hardly understand.
BREAKING NEWS! DevFest Bamenda x Bambili 2024 Update!
Date & venue changed!
GUESS & WIN!
Repost and Comment with new date/location guesses
RSVP : https://t.co/5C3MUx1cls
RULES: Like, Repost, Comment
1st correct guess wins!
#DevfestBamendaxBambili2024#DevfestBamendaxBambili
This is very useful especially if your database already has data on it. Creating a migration to correct that error will cause loss of data as you have to drop a column.
I used it and it worked so... Just keep learning.
#coding#technologies#research#livethefuture
Hello ππΎ I learned something new on the 3rd at @Skye8Info.
Have you ever forgotten to say in the onDelete() method what happens when a foreign record is deleted? Err!
Just delete all the records in the table related to that record before deleting the record in the foreign table.
On Saturday 29th, I learnt how to schedule tasks in Laravel. You can get to this link for more info:
https://t.co/mq4dkCbuH6
Work with the $schedule variable in the "app/Console/Kernel.php" directory of your Laravel project.
I needed a bash script to be executed once in a while.
Happy new month everyone π₯³ This new month is a good opportunity to learn more. At my internship at @Skye8Info, I have been guided to learn a new thing everyday.
Below in the comments are a list of things I learnt around June's end.
#codinglife#research#Technology
On Friday 28th, I learnt about Job's and Queues in @laravelphp. I implemented a job on my attendance tracking project.
To create jobs, run the command:
php artisan make:job JobName
Get to
https://t.co/eFkne6I3lO
They are actually very useful for heavy and bottle necked tasks.
On Thursday 27th, I learnt about a bash script tool, arp-scan that scans a local network and get information about all the devices on it.
sudo arp-scan --interface=wlo1 --localnet
I also learnt how to integrate this script into Laravel using the exec function and some regex.
On Wednesday 26th, I learnt practically how to implement roles and permissions in Laravel. Laravel uses a package called https://t.co/D95Y8jNxL3 to manage roles and permissions. Go to
https://t.co/3hIgf3FKUW
I did this while working on an attendance tracking project I created.
Hello there ππΎ I am learning something new everyday at @Skye8Info. On the 1st of July, I learnt about default arguments in PHP while working on a @laravelphp project. It looks like this:
function fooBar(foo, bar = null){
// Definition
}
#livethefuture#coding#research
@awssccuba Thank you very much everyone. I am so much interested in the club and really love go far to earn much more knowledge about cloud computing π₯³π₯³π₯³
Four games for learning AWS
-AWS Cloud Quest: It is a mission game testing our AWS knowledge
-AWS Industry Quest: It uses our AWS knowledge in industry based scenarios
- Cloud Guru Challenge: It challenges us in competitions
-@AWSreInvent Capture The Flag: Puzzles are solved here