Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu1069 committed Jul 30, 2024
1 parent 30bfa22 commit 0230946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ Welcome to my blog section. Here are some of my featured articles from Medium:
## Featured Articles

<div class="blog-preview">
<img src="docs/assets/image_0.png" alt="Preview of Blog 1">
<img src="/assets/image_0.png" alt="Preview of Blog 1">
<div class="blog-info">
<h3><a href="https://medium.com/@ashu1069/moonmetasync-lunar-image-registration-analysis-2aca774f780d?sk=0793011eecb40414061dcb80f7154f33" target="_blank">MoonMetaSync: Lunar Image Registration Analysis</a></h3>
<p>An image registration analysis using SIFT, SURF, and IntFeat.</p>
</div>
</div>

<div class="blog-preview">
<img src="docs/assets/pawel-czerwinski-VhDgReMsz8w-unsplash.jpg" alt="Preview of Blog 2">
<img src="/assets/pawel-czerwinski-VhDgReMsz8w-unsplash.jpg" alt="Preview of Blog 2">
<div class="blog-info">
<h3><a href="https://medium.com/@ashu1069/dynamizing-arrays-be949b7395eb" target="_blank">Dynamizing Arrays</a></h3>
<p>For a dynamic array, there’s a pre-defined memory capacity allocation and the elements of the array are stored in those memory locations. However, if the array size grows beyond the existing capacity, all the existing elements of the array are copied to a new location with increased capacity. Why is it necessary?</p>
</div>
</div>

<div class="blog-preview">
<img src="docs/assets/simon-lee-EXgCBYk4wCc-unsplash (1).jpg" alt="Preview of Blog 3">
<img src="/assets/simon-lee-EXgCBYk4wCc-unsplash (1).jpg" alt="Preview of Blog 3">
<div class="blog-info">
<h3><a href="https://medium.com/@ashu1069/image-recognition-using-pca-0a2cb14508fc?sk=81c44a9cecfc284828982ceee39bc3c1" target="_blank">Image Recognition using PCA</a></h3>
<p>Building an image recognition module using Principal Component Analysis.</p>
Expand Down

0 comments on commit 0230946

Please sign in to comment.