From c8c10b51ac993af2867e99eb854fc026d235f836 Mon Sep 17 00:00:00 2001 From: Yanis Legrand Date: Thu, 23 Nov 2023 16:12:40 +0100 Subject: [PATCH] update --- src/pages/posts/techno-to-watch-out-2.mdx | 36 +++++++++++++++ src/pages/posts/techno-to-watch-out.mdx | 56 ++++++++++++++++++++--- 2 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 src/pages/posts/techno-to-watch-out-2.mdx diff --git a/src/pages/posts/techno-to-watch-out-2.mdx b/src/pages/posts/techno-to-watch-out-2.mdx new file mode 100644 index 0000000..7deb5ec --- /dev/null +++ b/src/pages/posts/techno-to-watch-out-2.mdx @@ -0,0 +1,36 @@ +--- +layout: ../../layouts/MarkdownPostLayout.astro +title: List of techno to watch out! +author: Yanis Legrand +description: "A list of recent web things to watch, I have a particular interest in there!" +image: + url: "https://docs.astro.build/default-og-image.png" + alt: "The word β€œastro” against an illustration of planets and stars." +pubDate: 2023-11-21 +tags: ["List", "News", "Framework", "Web"] +draft: false +--- + +## A list of interesting things + +I realy like to explore all new web frameworks and new tools for dev! + +We are in november 2023 So, I whant to list my favorites of the year here, to share them with you 😁 +I use some of them, or I just check every now and then how it's going, it depends. + +Summary : + - Svelte + - Deno + - PNPM + + +### Svelte + +fastest boooyyy! + +#### How I discover + +#### Level of interest + +⭐⭐⭐ | 0/5, explenations. + diff --git a/src/pages/posts/techno-to-watch-out.mdx b/src/pages/posts/techno-to-watch-out.mdx index c81715c..3ae9a57 100644 --- a/src/pages/posts/techno-to-watch-out.mdx +++ b/src/pages/posts/techno-to-watch-out.mdx @@ -11,14 +11,20 @@ tags: ["List", "News", "Framework", "Web"] draft: true --- -## A list of interesting things +# A list of interesting things I realy like to explore all new web frameworks and new tools for dev! We are in november 2023 So, I whant to list my favorites of the year here, to share them with you 😁 I use some of them, or I just check every now and then how it's going, it depends. -### Astro +Summary : + - Astro + - Fastify + - Puppeteer + - survey.devographics.com + +## Astro This website is make with Astro! @@ -27,22 +33,58 @@ a realy good documentation with a perfect tutorial for make your first Astro web Astro work with island principe \[explenation here, it's comming =D\] -I use IT for all my static website, photos galery, portfolio, blog! +I use it for all my static website, photos galery, portfolio, blog! You can use the framework you whant in complement (personally, I like use Svelte in complement) MDX, integrate your CMS, or many features develop by comunity, and beetween the day I discovered Astro and now, lot of people started to use it, because it's just a banger! I can write more to explain why Astro i so cool, but I let you test by your self ;) -#### How I discover +### How I discover I don't remember, but I think is with the chrome extention "Wappalizer", I remember a beautiful site that aroused my curiosity, so I looked at what technology the site was made with and I read "Astro" a JavaScript framework that I don't know, that's when I got stung... -#### Level of interest +### Level of interest ⭐⭐⭐⭐⭐ | 5/5, I'm looking on discord every day the "showcase" chanel and Astro website +## Puppeteer + +Take data for technological monitoring, measurements on the labor market or carry out tests with user simulation, +these actions can be carried out with a web scraper. I've done this in the past with .NET and HtmlAgilityPack, +this library permit to scrape static website and extract data from them. +But it's not as complet as Puppeteer. + +Puppeteer is a Javascript library, it permit to make everythig you whant in a navigator. +You can take screen shot, simulate a user journey, extract datas whanted, performance test and more... + +All of this is possible because it's a library developped by a Google team, so we have access to lot of functionnality of chrome. + +### How I discover + +In start of year, I searched to scraped a website more quiqly and simply than HtmlAgilityPack (the only solution i knowed at this time), so I have search to make it in Javascript, or PHP. +I discovered Puppeteer, and make a simply test on just one file for start. It was better than I imagined! + +So I searched how can I do in suplement and find a repo in GitHub with lot of things to do with (connect to instagram accout, take screen shots...) + +### Level of interest + +⭐⭐⭐ | 3/5, I use it sometime, but not enough. However, I know that I could do lots of really cool things with it. + +## Fastify + +Everyone know Express, to made API with Javascript. Fastify have the pretention to replace it! + +## survey.devographics.com + +I discovered it realy recently and it's for me a good way to find new technologies and methods for dev + +Go to survey.devographics.com and exlpore the differents survey! + +### How I discover + +On Astro's Discord, someone sent it, thanks to him :D -### Svelte +### Level of interest -fastest boooyyy! \ No newline at end of file +⭐⭐⭐⭐ | 4/5, I didn't have the time for read everything, so I can't put 5/5. Maybe it could change later, who know πŸ€·β€β™‚οΈ \ No newline at end of file