Tweet
Day 5⃣7⃣ of #100DaysOfCode

🧐 The Standard Algebraic Notation parser in Chess\Movetext\SanMovetext should recognize NAGs.

🙂 Keep it up, and happy learning and coding!

#php #chess #buildinpublic

github.com/chesslablab/ph…
Constants in PHP

[1/5] Constants in PHP can be defined in two ways. The first way is by using the define() function, which accepts two parameters: the constant name and its value. For example:
define("Name", "John Doe");

#php #buildinpublic
[5/5] Magic Constants in PHP. Magic constants are predefined constants that change their value depending on their usage. Two commonly used magic constants are:
__DIR__ // Prints the current directory
__FILE__ // Prints the file path

#php #buildinpublic
I've started the PHP Course by @ProgramWithGio. Today I learnt about the Constants in PHP.

#php #buildinpublic
Consume Laravel validation errors in your Swift iOS project with ease! Check out my detailed article on error handling, response validation, and more:

bradleybernard.com/blog/consuming…

#swift #iosdev #php #laravel #ios #buildinpublic
#buildinpublic

I think I need to build the marketplace first. It won't be a marketplace right away, just a gallery where users can download animation project templates - for games, gifs, overlays, etc.

I just don't know how to build the marketplace. #NoCode ? a #CMS ? #PHP?
Day 5⃣3⃣ of #100DaysOfCode #chess #php #reactjs #buildinpublic

🙏 Thanks for asking this question!

☝ It may well be the case that the RAV spec still needs some further development.

👇 So I came up with this hopefully easy-to-follow tutorial.

github.com/orgs/chesslabl…
Day 4⃣9⃣ of #100DaysOfCode

✍ The RAV format is especially useful to write and read tutorials about openings, notable games, #chess studies and so on.

#php #reactjs #buildinpublic

php-chess.readthedocs.io/en/latest/read…
Added some #CSS to my @unsplash Proxy Demo

I used this API for technical interviews and the problem was the rate limit when doing live coding with an automatic rerun of the app on every keystroke.

codepen.io/jcubic/pen/PoO…

#BuildInPublic #techTwitter #JavaSCript #PHP
I intend to use my personal blog as a platform to discuss my software engineering topics also my thoughts.

Also i decided to make my blog as a ground where I practice and up more and more my skills in LAMP stack, in public for the first time.

#buildinpublic #Laravel #php
Diving deep into the code ocean today 🏊‍♂️ I'm focusing on Filetica - can't wait to turn all these ideas into reality. Every line of code brings us one step closer to making document management a breeze. Stay tuned for updates! #BuildInPublic #CodingLife #Filetica #indiemakers #php
In my opinion, nowadays it is better to go with headless #wordpress and use #javascript for interacting with its API.

- You can use #react or #angular
- You are not limited to WP functions in #php
- Reusable components
- Code is nicely separated

#buildinpublic #indiehackers
Day 3⃣2⃣ of #100DaysOfCode

✍ It'd be awesome if the #PHP #Chess docs at php-chess.readthedocs.io/en/latest/ could be rewritten in a similar style as in sleekdb.github.io by @rakibtg

📓 The SleekDB docs are more of a tutorial than an API description.

#webdev #buildinpublic
Is it crazy to build #reactjs on top of #Laravel framework instead of nodejs 🤔

Laravel is my favorite framework when it comes to building #saas apps, but this time I am trying it with reactjs to improve speed.

#buildinpublic #Php #developers
Is PHP actually dead? Should I not be building my SasS in PHP?

#buildinpublic #php
Day 2⃣8⃣ of #100DaysOfCode #PHP

👉 The src folder of the #PHP #chess server now contains less than 2,000 lines of #code.

#webdev #indiedev #buildinpublic #gamedev

github.com/chesslablab/ch…
Day 2⃣8⃣ of #100DaysOfCode #PHP

👉 The src folder of the #PHP #chess server now contains less than 2,000 lines of #code.

#webdev #indiedev #buildinpublic #gamedev

github.com/chesslablab/ch…
Backend tests aren't just an afterthought; they're a project's best friend! By prioritizing them, you unlock a smoother front-end journey and a more resilient codebase. 🚀 #buildinpublic #coding #laravel #php #frontend #pestphp @pestphp @laravelphp
Attention all #Symfony enthusiasts! I launched a dedicated Job Board for Symfony framework jobs only 📌

symfonyhub.com

Hire top-notch Symfony Developers and as a Dev save time scrolling through irrelevant offers on standard PHP job boards!

#php #buildinpublic #hiring
#buildinpublic I have been getting this error on my #php laravel web app where I use symfony mailer for the mailing, I changed the mailer host and port to a new host, but it keeps retaining the old host and port.
#100daysofcode
Just update my old #OpenSource project Leash Shell, browser based shell dedicated to shared hosting that don't give you SSH access

github.com/jcubic/leash

#SSH #Terminal #Shell #jQuery #PHP #JavaScript
#CMD #CLI #WSL #TechTwitter #BuildInPublic
Reached 250 commits in span of 3yrs as solo-developer on @FluidspaceApp . 🥳

Will be releasing the update soon!

#IndieDevs #app #Developer #buildinpublic #GitHub #php
I'm building @HireQuickly . A platform for recruiters and applicants who want to get through the interview process ASAP. Forget an endless stream of interviews and waiting weeks to hear back. #laravel #php #buildinpublic
I am hoping this portfolio project will help me in getting my first job as a Laravel Developer.
I am soon going to share a link to my web application.

#laravel #developer #php #selftaugh #buildinpublic #javscript #100daysofcodechallenge
After 16 years of coding in PHP, I have just discovered the existence of 'continue 2', where '2' represents the number of loops to skip. Mind-blowing!🤯

#nevertoolate #php #phpdeveloper #coding #buildinpublic
Powering SS Podcasts, this script handles episode submissions. It generates dynamic content, saves episodes as separate PHP files, and creates a podcast website with episode pages. Error handling included. #PHP #PodcastWebsite #buildinpublic
🎉 I’ve been working on a fun daily quiz app for #programmers. I’ll release it very soon!

❔Any tips on where to publish it and make it known?

#buildinginpublic #buildinginpublic @buildinpublic #golang #rustlang #php #laravel
Using devenv.sh instead of #docker for #php development has increased my productivity so much.

Love still being able to have isolated environments while leaving out the virtualization part and run everything natively 💪

#buildinpublic
7/8 Some examples above are simplified, but did I already tell you that Eddy Server Management is fully open-source? 🤯

Yep, the demo app I wrote for Splade is a full-functional app I launched last Thursday. Here's the source code:

#buildinpublic #PHP

github.com/protonemedia/e…
Day 1⃣6⃣ of #100DaysOfCode

✍ Chess\Player\LanPlayer allows to play a movetext in long algebraic notation (LAN) returning a #chess board object as described in the following example.

#php #buildinpublic

php-chess.readthedocs.io/en/latest/play…
I have heard #SEO many times during my learning phase but now I need to #learn and #implement it into my website.
There are a lot of meta tags to learn about.
#laravel #100DaysOfCode #searchengineoptimization #WebsiteDevelopment #php #portfolioproject #buildinpublic
Day 1⃣4⃣ of #100DaysOfCode

✅ The $gameModes array in ChessServer\Socket should be refactored to an SplObjectStorage object along with the methods that operate on it.

#php #buildinpublic

github.com/chesslablab/ch…
Wholely shi* I finally solved my login issue with rect tool now it will show a message if the plan is "pending" but if the plan is "premium" it'll log them in accordingly took me way too long to solve this #buildinpublic #php
I’m using Laravel too !!! 🥹🥹😎 #PHP#phpUnite #Artisan #buildinpublic #indieHackers
With a $20 billion valuation, San Francisco-based @OpenAI is using PHP and Laravel for their website. 🐘
I am looking to understand how people create licenses for there SaaS software. If you select other, please let me know what you're using. All feedback is appreciated.

#buildinpublic #100devs #php #laravel #api #saas #software #licensing
Such a beautiful website … I loved reading the reviews especially … this project … argsb.com … is giving my life new energy … #buildinpublic #Artisans #PHPlaravel.com
Turns out the error was in the app.yaml file. Go figure!
#GCP #Cloud #programming #buildinpublic
#php #SoftwareEngineer
Trying to load another project that was coded in PHP onto GCP, and the images aren't appearing! 😑😵‍💫🤒

#SoftwareEngineering #webdevelopment
#php #CloudComputing #gcp #Google
Trying to load another project that was coded in PHP onto GCP, and the images aren't appearing! 😑😵‍💫🤒

#SoftwareEngineering #webdevelopment
#php #CloudComputing #gcp #Google
-> Developing AI products using PHP <-

I am making this thread to share resources on building AI products using PHP(Laravel) as the primary backend language.

If you are a PHP developer and interested in building AI products. Bookmark this tweet.

#buildinpublic #Laravel #php
How easy is it to hook PHP up to your email account? Check this out:

#buildinpublic #php #composer
Day 1⃣ of #100DaysOfCode #chess

⚛ Learning #ReactJs?
💻 Learning #PHP?
🎉 Check out the ChesslaBlab Blog.

#webdev #buildinpublic

chesslablab.com/blog/
Screw token limit and summarise huge texts in php using openAI.

Small win getting this to work today. No need to move over to python yet.

#buildinpublic #php #openai
Day 9⃣9⃣ of #100DaysOfCode #chess

🎉 Allowed to undo the last move when playing with the computer.

#php #reactjs #buildinpublic

github.com/chesslablab/re…
Guys.. I have really got overwhelmed with all of these tutorials and unclear tasks I have in my to-do list. I try to avoid #burnout.

I realized how bad the situation was when I added #php #Laravel in a few minutes ago being 100% sure I will procrastinate 🫠

#buildinpublic
Is PHP actually dead? Should I not be building my SasS in PHP?

#buildinpublic #php
Day 9⃣7⃣ of #100DaysOfCode

🎉 It'd be awesome if you'd invite your friends to play #chess at chesslablab.com

🪳 Did you find a bug?

🙏 Please, raise an issue!

🙂 Thank you.

#php #symfony #reactjs #javascript #buildinpublic

github.com/orgs/chesslabl…
🧩 Level up your #WordPress skills! Check out my friendly guide on using template parts for clean, modular HTML rendering. Give it a read and share your thoughts! 👩‍💻👨‍💻 🔗 davidloor.com/2023/04/15/how#WebDev #CodingTips #WordPress #php #opensource #buildinpublic #webdevelopment
🚀 Just launched a new #PHP project using #Symfony! (Can't share too many details tho). What's your go-to framework for web development? Share your thoughts below! ⬇️ #WebDevelopment #DeveloperCommunity #buildinpublic
When your gal is doing magic!

Mentor @davidofug should be proud by now🦾

Sr @ssmusoke - fellow #php enthusiast loading 🔃

#30daysofphp #buildinpublic #webdevelopment
Day3/30
a simple #php program to calculate the area and perimeter of a rectangle

#buildinpublic #30daysofphp

github.com/Nyayic/30-days…
25 lines index.php ~ 17kb

20 lines index.js ~ 10kb + 150MB node_modules

#buildinpublic #php
25 lines index.php ~ 17kb

20 lines index.js ~ 10kb + 150MB node_modules

#buildinpublic #php #nodejs #javascript
Excited to embark on a 30-day journey of #PHP programming with beginner projects! 🚀 Follow me as I share my progress, tips, and insights along the way. #BuildInPublic
Estas semanas he estado trabajando en @infofuelapp. y lo que empezó siendo un proyecto #nocode, se me ha ido de las manos y me lo he picado en #PHP.

Está listo, pero me gustaría hacer unas pruebas antes de empezar a comunicar. ¿Algún voluntario/alma caritativa? #buildinpublic MD
Day 7⃣8⃣ of #100DaysOfCode #php #chess

🎉 Contributions welcome!

✅ A new parameter called flip should be added to allow downloading a video using the POST /download_mp4 endpoint

#symfony #laravel #buildinpublic

github.com/chesslablab/ch…
Day 7⃣6⃣ of #100DaysOfCode

✅ Opened a good first issue on the #Chess Server repo

👉 The progress dialog does not hide after delivering checkmate

🎉 Contributions welcome!

#php #webdev #buildinpublic

github.com/chesslablab/ch…
Learning Laravel has been a game-changer for me as a developer. The elegance of the framework and the fab community around it have made building web apps so much more enjoyable and efficient.

If you haven't checked it out yet, you're missing out!

#Laravel #PHP #buildinpublic
@BitFitter_app Have you considered using Laravel or Symfony for your SaaS project? They have built-in features for user management, deployment and billing that may fit your needs. What are your specific requirements? #PHP #buildinpublic
#php SaaS project - what framework are people using to manage auto sign-up, instance deployment and billing? Is there a slick way to manage all this? Feels like standard stuff so can’t be that hard #buildinpublic
Is PHP actually dead? Should I not be building my SasS in PHP?

#buildinpublic #php
Finally, it's time to start working on my second person blog project everythingphp.com
It'll have everything PHP & more.....
#php #buildinpublic #wordpress #laravel #100DaysOfCode
Just added @rectorphp to the Open Source project:
github.com/Hi-Folks/stati…
So now we have:
- Tests with 100% coverage
- PHPstan level 9
- PHP CS Fixer
- RectorPHP
- GitHub Actions for executing the tools above

#php #statistics #opensource #buildinpublic #twitch
@laravelphp @taylorotwell @driesvints
Laravel Spark install stuck on 0%. Any ideas? Got username and API key in auth.json.
#laravel #php #buildinpublic
What's everyone using for viewing Laravel log files?

Really gotta get away from refreshing text files here.

#buildinpublic #laravel #php
This weekend, I am adding PestPHP to an Open Source project to test the API (Mock).

I am planning to show the process in a live broadcast on #Twitch.
What do you think?

Maybe my friend @DanSysAnalyst will join ...

#laravel #opensource #buildinpublic #testing #pestphp #php
Ma présentation commence dans 1 heure ⌚️
Est-ce que je suis en train d'ajouter des slides ?
OUI 🤪

#BuildInPublic #Symfony #PHP #Container
What would you change on this UI to make it stand out/more modern?

This is the bread and butter of the website, the search page to help someone find their dream job.

Keen to get some feedback!

#buildinpublic #php #laravel #livewire
Day 7⃣0⃣ of #100DaysOfCode

✍ This is how to start a classical #chess game with 1.e4 e5.

✍ Computers and graphic user interfaces (GUIs) usually prefer the Long Algebraic Notation (LAN) format.

✍ e2e4 and e7e5.

#php #javascript #buildinpublic

chesslablab.com/documentation/
EXCITING!!!!.
Just decided to build my every project publically on #techtwitter , #LinkedIn & #github.
I am hoping to build network , make new #developer friends and get some help if I stuck some where.
#buildinpublic #php #Laravel #100DaysOfCode #100daysofcodechallenge
Yes ✨, yes ❤️, yes 💪, please 🙏 click that button 🚀🚀🚀

#buildinpublic #opensource #github #php #laravel #websocket
"What if we took 2-3 months to rewrite the whole thing? Start from scratch, fix all the mistakes we know about, and we will have a clean state, all our problems solved."

There's a divide between engineers who thought about doing this, and those who did it, and it's a big one.
Would anyone be interested in watching a stream on twitch where I try to solve the issue github.com/Hi-Folks/gh-ac… ?

I did a similar live stream a few days ago for another project.

#buildinpublic #opensource #twitch #Livestreaming #coding #laravel #php #pintphp #pestphp
David Torras is killing it with @laradircom.

- planted the seed
- promoted it
- new developers every month
- crossed the threshold of FIRST PAYING CUSTOMER!

#thisistheway #buildinpublic #php #laravel twitter.com/dtorras/status…
#openstartup January update for @laradircom:

📈 49€ MRR (first paying customer!)
💼 8 new businesses
🧑‍💻 40 new developers (391 in total)
✉️ 54 messages sent

#buildinpublic
Today, i completed AiWrite project documentation using nextra-docs-template

You can check my documentation & give me some sugessions.

aiwrite-documentation.vercel.app

#buildinpublic #100DaysOfCode #php #Laravel #tailwindcss #Nextjs #documentation #codecanyon
Day 5⃣7⃣ of #100DaysOfCode #PHP

✍ Chess\Media\PGN\AN\JpgToPiece is a #chess piece image recognizer.

✍ It converts a chess piece image in JPG format into its algebraic notation (AN) counterpart in PGN format.

#buildinpublic

php-chess.readthedocs.io/en/latest/medi…
I was used to working with #php for many (many) years (even wrote a micro-framework for that), then decided to give #nodejs a try!

Felt in love! 💚

#buildinpublic