xfsnowind
open-menucloseme
Home
Blog
About
🌐
English 简体中文
github twitter linkedin rss
  • Learning Notes From New React Website

    calendar Jun 10, 2023 · 10 min read · Javascript Learning Notes React  ·
    Share on: twitter facebook linkedin copy

    It has been a while after React published its new webiste, I would write down what I learnt from the new webiste. Describe the UI List Key I know this is an old issue, but I used to use index as the key of list. To summarize it, I will note the correct way to use the key: Why do we have to use key for the list item? …


    Read More
  • Learning Notes about Image in Frontend

    calendar Mar 2, 2023 · 6 min read · Frontend Learning Notes Image  ·
    Share on: twitter facebook linkedin copy

    These days when I handle the image in the frontend, there are some concepts make me confusing. How can we handle the image when saving, uploading and transfering the files? So I want to write some notes about the learning processing here. What is Blob, Buffer, ArrayBuffer and Base64 format? How to convert them among …


    Read More
  • Frontend Video Learning Notes

    calendar Feb 20, 2023 · 10 min read · Frontend Video Learning Notes Live Streaming  ·
    Share on: twitter facebook linkedin copy

    These days I am interested at the Frontend video technologies, so did some investigation and want to write learning notes here. This article would only focus on the frontend technologies, maybe I will write something about the backend in the future maybe, but let's focus frontend here. So to play a frontend html5 …


    Read More
  • Learning Notes - Git rebase vs Git merge

    calendar Nov 1, 2022 · 5 min read · Learning Notes Git  ·
    Share on: twitter facebook linkedin copy

    Git merge Normally, to get the latest update from main branch during development the feature or fix branch, I would checkout to the main branch and git pull the latest commits and then checkout back and run the merge command. 1git checkout main 2git pull 3git checkout FEATURE-BUG-BRANCH 4git merge --no-ff development 5 …


    Read More
  • Learning Notes - Azure Challenge

    calendar Aug 18, 2022 · 9 min read · Learning Notes Azure  ·
    Share on: twitter facebook linkedin copy

    This blog is about the Azure developer challenge from Sparebanken Vest. I would like to write the learning notes here. Explore Azure App Service Target: Learn about the key components of Azure App Service and how App Service can help you create, maintain, and deploy web apps more efficiently. Azure App Service So what …


    Read More
  • Learning Notes - React Hooks

    calendar Aug 7, 2022 · 6 min read · Javascript React Hooks Learning Notes  ·
    Share on: twitter facebook linkedin copy

    This article is a summary when I learned the React Hooks course in GeekTime. Even though we all use React Hooks in the frontend development, I cannot say I understand the internal core and logic of it. So this is a good time to re-learn it through this course. According to my experience, it's definitely better to write …


    Read More

Recent Posts

  • China Map With Google and Autonavi
  • Learning Notes From New React Website
  • PR Review Feedback
  • Learning Notes about Image in Frontend
  • Frontend Video Learning Notes
  • Draw a scalable line with React Konva
  • Powerful type-checking of React-hook-form and Learning Notes
  • How to convert an existing project to MicroFrontend with Module Federation

Tags

FRONTEND 8 JAVASCRIPT 7 LEARNING NOTES 6 REACT 6 TYPESCRIPT 3 FOLDERFLIP 2 AZURE 1 CHINESE MAP 1 GCJ-02 1 GIT 1 IMAGE 1 KONVA 1 LIVE STREAMING 1 MAP 1
All Tags
AZURE1 CHINESE MAP1 FOLDERFLIP2 FRONTEND8 GCJ-021 GIT1 IMAGE1 JAVASCRIPT7 KONVA1 LEARNING NOTES6 LIVE STREAMING1 MAP1 MICROFRONTEND1 MODULE FEDERATION1 PR REVIEW1 PROMISE1 REACT6 REACT HOOK FORM1 REACT HOOKS1 REACT KONVA1 SUMMARY1 TYPESCRIPT3 VIDEO1 VIRTUALIZED1
[A~Z][0~9]
xfsnowind

Copyright  XFSNOWIND. All Rights Reserved

to-top