Skip to content

Commit

Permalink
Update books reference to my blog
Browse files Browse the repository at this point in the history
  • Loading branch information
rulyotano committed Oct 11, 2024
1 parent 0c9c235 commit 35cff13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,23 +215,23 @@
"articles": [
{
"title": "Interpolate 2D points, usign Bezier curves in WPF",
"web": "https://www.codeproject.com/Articles/769055/Interpolate-D-points-usign-Bezier-curves-in-WPF",
"web": "https://blog.rulyotano.com/blog/article/wpf-bezier-interpolation",
"image": "https://lh3.googleusercontent.com/pw/AL9nZEXBNW-hhOomJPN6cHlZyBMLOwNBVjhkFt9GTLNIwK7qGaJXafhDU0QaTjwrYGIIWNogCRk50CbAGAqpc-WadU86M7V6rOM0E3ODYWGQ0-y9FQCH_VdX-97tnXcjnlDOzHHyKX1_q9ewjN56Syn4jclRRw",
"contentParagraphs": [
"Do you know how to do, from a list of points to get a curve line that pass through all of them? In this article we explain how to do it by using Bezier Curves."
]
},
{
"title": "Tree-Extended, a tool to get custom directories trees",
"web": "https://medium.com/@rulyotano/tree-extended-a-tool-to-get-custom-directories-trees-3dea42ebf407",
"web": "https://blog.rulyotano.com/blog/article/tree-extended-tool",
"image": "https://lh3.googleusercontent.com/pw/AL9nZEWMmO1c93JC_i2iDghbTmCBUHpiLt1x5zux91CVjaTSG4sm7Z2TBY12qsQsMtPFALhxXFg5NSpoBmXw885sUJvB-Rf83l4hiI_T5mI2riMyttYdvMnaur5ntx1c_TCfywfNG0dDNJZaekpWY6IIt8b76g",
"contentParagraphs": [
"Here we explain how to use a tool developed to match the needs to document projects directories in a very customized way. I created a command line tool and also, a VsCode extension in order to do that."
]
},
{
"title": "Get Your Personal Website for Free: Create it with ReactJs",
"web": "https://medium.com/@rulyotano/get-your-personal-website-for-free-create-it-with-reactjs-b7e3c3c874b4",
"web": "https://blog.rulyotano.com/blog/article/build-your-personal-website-free-reactjs",
"image": "https://lh3.googleusercontent.com/pw/AL9nZEUUQh8p5f6W6trJAeERKMoZjpSi9dA46jLobm7YB9LzJWjR8mDRJm7v-DYl7J03RHWDuJIBqrsyCmbtnoQtoYlzoFvn69wEka9kQUqtLJw4gvYx73lf_UIxpTy0qTAFDdaQz-Eh1szy57KvZKqKoxjBhA",
"contentParagraphs": [
"I want to show how create for free a personal webpage by using GitHub Pages + ReactJs + NextJs + Material UI."
Expand Down

0 comments on commit 35cff13

Please sign in to comment.