I illuminate concepts with code and prose π¨βπ». A Software Developer and Technical Writer π, React, Typescript, PHP, Node.js | Core contributor to @envless
π Exciting news! Our browser extension, Content Caddy, now includes a powerful new feature called Highlight to Explain.
Simply highlight any word or phrase on a website and get an explanation of its meaning in the context of the website you're reading!
https://t.co/bJc7IZR74g
I'm excited to announce that Laravel has raised a $57M Series A in partnership with Accel.
I believe that Laravel is the most productive way to build full-stack web applications, and Laravel Cloud will be the platform for shipping those applications that this community deserves.
This means they will wrap around to a very small negative number, causing issues for applications that rely on them for accurate timekeeping.
To address this issue, applications will need to either switch to a new convention for timestamps or migrate to systems that use 64 bits
In computing, time, like other data, is represented in bits (a unit of size).
A 32-bit system can represent numbers up to 2^32, which is about 4.3 billion.
Exactly on January 19, 2038, all 32-bit systems, i.e., most devices, will no longer show accurate time, some would crash.
I'm hosting a talk on Friday evening focused on things to worry about when building backend systems, things that could go wrong, and what backend developers can do to make their lives easier from a testing and observability perspective.
Register and join if you find the topic useful
https://t.co/Ak8KYcgExy
WriteCap has just been acquired for 2k$ π€―
I just posted about shutting down the project a few days ago.
And now it has been acquired, so glad I didn't kill my baby πΉβ€
At least now I know it is in good hands π
We're just getting started. πͺ
Don't take your debugging tools for granted π οΈ
They might seem difficult to set up at first, but they can save you tons of hours in the future π
Transforming my passion into progress! π Excited to showcase my latest personal project for my portfolioβ an AI Medical Chat Assistant powered by ChatGPT API. Watch as technology meets empathy in the world of healthcare innovation. ππ #PersonalProject#AIInHealthcare#reactjs
I realized I haven't uploaded these in a while.
We're working towards support for custom monitors, so I took the opportunity to simplify the add-to-summary behavior so it now just adds a column.
I had to manually restart the queue process to fix the problem. I reached out to support, but they could not assist. So, I set up another job that restarts the queue twice every day. Problem solved permanently!
It felt good! Solving problems is not always about writing code.
Once, I had to host a Laravel App on an Apache shared hosting server that needed to have a job run every 15 mins at least.
The site went down more than 3-4 times in a day. I observed that my server resources were always used up within a short time after running the jobs/queues.