Shobi (@ppshobi) 's Twitter Profile
Shobi

@ppshobi

Programmer, Fun πŸ¦€πŸ¦€

ID: 2954967852

linkhttps://shobi.in calendar_today01-01-2015 15:39:02

275 Tweet

62 Followers

285 Following

Shobi (@ppshobi) 's Twitter Profile Photo

How do you make large databases available to developers in their local machine? do you take recent n number of records from tables satisfying all foreign key requirements and then dump it into an sql file?

Sergey Panteleev (@s_panteleev) 's Twitter Profile Photo

πŸ“£ The PHP Foundation is looking for Developers πŸ“… The application form will be open until September 30, 2023 thephp.foundation/blog/2023/09/0…

πŸ“£ The PHP Foundation is looking for Developers

πŸ“… The application form will be open until September 30, 2023

thephp.foundation/blog/2023/09/0…
Bytebytego (@bytebytego) 's Twitter Profile Photo

Git Merge vs. Rebase vs. Squash Commit. What are the differences? When we 𝐦𝐞𝐫𝐠𝐞 𝐜𝐑𝐚𝐧𝐠𝐞𝐬 from one Git branch to another, we can use β€˜git merge’ or β€˜git rebase’. The diagram below shows how the two commands work. 𝐆𝐒𝐭 𝐌𝐞𝐫𝐠𝐞 This creates a new commit G’ in the

Git Merge vs. Rebase vs. Squash Commit.

What are the differences?

When we 𝐦𝐞𝐫𝐠𝐞 𝐜𝐑𝐚𝐧𝐠𝐞𝐬 from one Git branch to another, we can use β€˜git merge’ or β€˜git rebase’. The diagram below shows how the two commands work.

𝐆𝐒𝐭 𝐌𝐞𝐫𝐠𝐞
This creates a new commit G’ in the
GitHub (@github) 's Twitter Profile Photo

We believe that asynchronous communication is the best way to work globally and at scale, and as a result, we've built our culture around it. These eight guiding principles will help you communicate like a GitHub engineer. github.blog/2023-10-04-how…

Lukas Hermann (@_lhermann) 's Twitter Profile Photo

I bootstrapped Stagetimer from €0 to over €10,000/month in Germany over 3 years. My country is known for tight regulation and strict tax laws. It discourages many solo founders from trying. That's why I distilled everything I learned into this guide. Importantly it talks

I bootstrapped Stagetimer from €0 to over €10,000/month in Germany over 3 years.

My country is known for tight regulation and strict tax laws. It discourages many solo founders from trying.

That's why I distilled everything I learned into this guide. Importantly it talks
Symfony News (@symfony_en) 's Twitter Profile Photo

πŸŽ‰ Today marks 18 years since the first public commit of the Symfony project (web.archive.org/web/2008091515…). Big thanks to all contributors, the community, and projects that have embraced Symfony! Your dedication has made a huge impact in the #PHP ecosystem! πŸš€ #OpenSource

πŸŽ‰ Today marks 18 years since the first public commit of the Symfony project (web.archive.org/web/2008091515…). Big thanks to all contributors, the community, and projects that have embraced Symfony! Your dedication has made a huge impact in the #PHP ecosystem! πŸš€ #OpenSource
Shobi (@ppshobi) 's Twitter Profile Photo

Some systems are so insecure, such that if you login as a user, and then if you access the api you can browse through other users data. Not even orders.user == loggedIn_user. Just had to figure out the api endpoints by decompiling the apk. Going to write an email to the company.

GitHub Next (@githubnext) 's Twitter Profile Photo

monaspace.githubnext.com All code has been letters, on a grid, since the days of the teletype machine. How can we advance the state of the art to make code itself more expressive and powerful? How can we layer more meaning onto code?

monaspace.githubnext.com

All code has been letters, on a grid, since the days of the teletype machine. How can we advance the state of the art to make code itself more expressive and powerful? How can we layer more meaning onto code?
Nuno Maduro (@enunomaduro) 's Twitter Profile Photo

It's PHP 8.3 Release Day! It's already tagged on GitHub, only missing the official announcement by the PHP team now! πŸš€ Here's what's new: βœ“ Typed Class Constants βœ“ #[Override] Attribute βœ“ json_validate Function βœ“ Readonly Amendments βœ“ And Much More!

It's PHP 8.3 Release Day! It's already tagged on GitHub, only missing the official announcement by the PHP team now! πŸš€ Here's what's new:

βœ“ Typed Class Constants
βœ“ #[Override] Attribute
βœ“ json_validate Function
βœ“ Readonly Amendments
βœ“ And Much More!
php.net (@official_php) 's Twitter Profile Photo

πŸ₯³ PHP 8.3 Released! In this new release, we have: ⌨️ Typed Class Constants πŸ›οΈ Dynamic Class Content Fetch ♻️ A New [#Override] Attribute βž• …and more! πŸ‘“ Read all about it on: php.net/releases/8.3/e… πŸ”— php.net/ChangeLog-8#8.… πŸ“¦ php.net/downloads