Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request primarily involves changes to the blog posts in the
src/data/blogs
directory. The changes include image URL modifications, addition of a new blog post, and alterations to the content of an existing blog post. The image URL modifications involve addingg_auto
to the Cloudinary URLs, which enables automatic gravity selection for better cropping. The new blog post added is titled "Harnessing AI to Transform Coding Education for Veterans". Lastly, the content of the blog post "Elevating JavaScript Development: Mastering Prompt Engineering with Chat" has been significantly revised.Image URL modifications:
src/data/blogs/celebrating-progress-on-veterans-day-2023.md
: Updated the Cloudinary URL in theimage
object to includeg_auto
for better cropping.src/data/blogs/combat-to-code.md
: Made the same change to the Cloudinary URL as above.src/data/blogs/introducing-the-new-and-improved-vets-who-code-app.md
: Made the same change to the Cloudinary URL as above.src/data/blogs/post-bootcamp-tips-for-rookies.md
: Made the same change to the Cloudinary URL as above.src/data/blogs/prompt-engineering-for-javascript-engineers.md
: Made the same change to the Cloudinary URL as above.src/data/blogs/why-devsecops-is-a-perfect-match-for-veterans.md
: Made the same change to the Cloudinary URL as above.src/data/blogs/why-i-created-a-portfolio-checklist-for-javaScript-engineers.md
: Made the same change to the Cloudinary URL as above.New blog post addition:
src/data/blogs/how-veterans-use-ai-at-vets-who-code.md
: Added a new blog post titled "Harnessing AI to Transform Coding Education for Veterans". The post discusses how Vets Who Code integrates GitHub Copilot and Azure Open AI into its curriculum, offering veterans an innovative approach to learning programming and preparing them for the future of tech.Content alteration:
src/data/blogs/prompt-engineering-for-javascript-engineers.md
: The content of this blog post has been significantly revised, with changes to the introduction, body, and conclusion. The new content presents prompt engineering with ChatGPT as a strategic tool for JavaScript developers, drawing parallels with military strategies and tactics.