liner notes:
Professional : I knew as soon as I said I wanted to do some work last night so I could take try to take it a little easier to day, I was going to jinx myself...and sure enough. Had an Orlando Devs board meeting to start the morning. It was good to see everyone and talk about upcoming plans. Afterwards, I saw a message from a co-worker that is also working ...
For this lab I needed to set a CI workflow on my project. This can be done directly in GitHub whenever a commit or pull request is done. I have mine set up where it would run the unit tests I made and check whether they pass or not. Basically on the YAML it set up to run the CI, the build and the tests.
Comparing what I did on my project and on my partners, we have to partner up for thi...
In this post, we’ll walk through building a React Native app that generates children’s stories based on prompts and age ranges, using Hugging Face's powerful AI models. The app allows users to enter a prompt, select an age range, and then see a custom story along with a cartoonish image summarizing the story.
Just lost all my code today! 😱 After a long day of coding, I pushed my changes to Git—did the usual git add
, git commit
, and then git push
. Everything seemed fine, so I switched back to my working branch, thinking the post was safely committed. But then I saw it... the nightmare—no recent commit. 😨
I was like, "What the heck just happened?" My co...