@tezomon_dev Respect for trying the freelance route, takes guts.
Switching gears to interviews can feel overwhelming, but you’ve got this.
If you want a quick way to prep with questions tailored to your resume and the job you're aiming for, https://t.co/ILCtfGxNKU helped me a lot.
GL!
@yu_solopreneur Sounds awesome, love seeing more tools making interview prep smarter with AI.
I built something in the same space focused on personalized prep based on your resume + job description: https://t.co/ILCtfGxNKU
Curious to see your take, definitely staying tuned!
@TheJobfather__ These classics never die.
If you want to go beyond the basics and get questions tailored to your specific job + resume, https://t.co/ILCtfGxNKU is super handy. Helped me prep way faster (and smarter).
Appreciate the thread, bookmarking!
@JOBCORNER247 Great list!
Totally agree, one-size-fits-all prep only goes so far.
If anyone’s looking for something tailored to their resume + the actual job they’re applying for, https://t.co/ILCtfGxNKU is a cool AI tool I’ve used. Super targeted, super fast.
Worth checking out!
@SomosLos_Rojos late-stage capitalism is wild.
re-interviewing for your own job?? couldn’t be more relatable.
if you want to make the prep slightly less soul-crushing, this helped me feel 10x more ready: https://t.co/ILCtfGxNKU
@mrrbiggles light prep is a vibe…
but if you ever wanna go full main character energy:
https://t.co/ILCtfGxNKU makes custom interview questions based on your actual resume + the job.
it’s like AI but make it ✨personalized✨
go get that offer!
@JafarNajafov Totally agree — preparation is everything.
One thing that helped me was using a tool that generates interview questions based on the actual job description + your resume.
Way better than just Googling generic lists.
If anyone wants to try it: https://t.co/ILCtfGxNKU
📢 New Article: How to use actions to organize your logic? 📢
In this article I'll explain how I use the action paradigm to implement the logic in my applications.
https://t.co/bZBgvZKnXj
#100DaysOfCode#laravel#webdevelopment
A few weeks ago I started working on my first SaaS, Data Blade (https://t.co/U0U04KUNI9), an application to make it easier for developers to import and manipulate data. Checkout my latest blogpost about it.
#SaaS#buildinpublic#softwaredevelopment
https://t.co/WBv344YKuP
📢PHP TIP: Methods for repetitive logic 📢
When you need to perform the same logic over and over, create a method for it. This keeps your code DRY and increases the maintainability.
#laravel#php#symfony#100daysofcode
📢PHP TIP: Generators 📢
Ever needed to process a lot of data from a file? Ran into out of memory exceptions?
Use generators to process large files! This will only use a fraction of the memory compared to loading everything into an array!
#php#webdevelopment#100daysofcode
📢#Programming TIP 📢
When methods or functions require a lot of parameters, try to refactor those to use a Data Transfer Object (DTO). This makes your code easier to read and maintain.
#symfony#coding#laravel#100daysofcode