Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis Legrand committed Nov 23, 2023
1 parent 281fc4b commit c8c10b5
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 7 deletions.
36 changes: 36 additions & 0 deletions src/pages/posts/techno-to-watch-out-2.mdx
Original file line number Diff line number Diff line change
@@ -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.

56 changes: 49 additions & 7 deletions src/pages/posts/techno-to-watch-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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 <a href='https://survey.devographics.com/'>survey.devographics.com</a> 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!
⭐⭐⭐⭐ | 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 🤷‍♂️

0 comments on commit c8c10b5

Please sign in to comment.