• Home
  • Archive
  • profile
  • 10-Year Roadmap
  • BLOG
    low illu. Theme
  • theme-toggle
  • GITHUB

Riino BLOG

Riino BLOG

Unexpected Http Response

when using ajax

Handle Http Response Generally, we can write ajax like this to send a http request and get response. In this case, we send a request with specific path, and the response body should be like { "...

Posted by Riino on August 17, 2020


What is Scrum and What isn't[Recommended]

Way towards agile

To maintain consistency, we should follow the standard from Scrum.org when talking about this topic. Thanks Diane and Christian from PwC Digital , and most content from this article come from...

Posted by Riino on August 8, 2020


Learning Angular Part 2

Template Syntax

Microsyntax If : <div *ngIf="hero" class="name"></div> for (loop): <ul> <li *ngFor="let hero of heroes"></li> </ul> switch: <div [ngSwitch]="hero?.e...

Posted by Riino on August 8, 2020


Learning Angular NGRX

Component State switch and effects

Why NGRX Store? In some cases, we need to manage the states inside a component, or even a global state to let our page render corresponding contents for users. NGRX uses store to save a current st...

Posted by Riino on July 25, 2020


Learning Angular Part 1

First Look and Basic Structure

Introduction What’s Angular? Angular is one of most mainstream front-end framework, supported by Microsoft and Google. It provides a powerful , standalone constructor with Typescript, and because...

Posted by Riino on July 23, 2020


Learning Python3 Flask Part 3

Pyecharts & Echarts

Pyecharts Not Recommend? Pyecharts is a python library helps you to generate echart-standard html clip or echart-standard options(which means a json package to configure the echarts tag in your h...

Posted by Riino on July 11, 2020


Learning Python3 Flask Part 2

Html and Jinja

Web Source Structure Remember our repo folder structure? ├─YourRepo │ ├─YourFlaskApp │ │ ├─static │ │ │ ├─css │ │ │ ├─img │ │ │ └─js │ │ └─templates │ │ └─layou...

Posted by Riino on July 6, 2020


Learning Python3 C5 [WIP]

Greedy Algorithm

Posted by Riino on June 21, 2020


Learning Python3 C4 [WIP]

Max/Min Stack

Posted by Riino on June 21, 2020


Learning Python3 C3

DP

Dynamic Programming The core thought of DP is that, if a question can be divided into sub-questions, and each sub-questions can use the answer of last one, then, to solve the final question, we ju...

Posted by Riino on June 21, 2020


  • ← Newer Posts
  • Older Posts →

RSS Subscribe/Policy

Riino Zhang Legality and internal compliance review by NoEPerspective Image and animte assets © by Low illuminance All Rights Reserved.
  • Github
Nest of Etamine - 10th Anniversary 2012-2022
  • Home
  • Archive
  • profile
  • 10-Year Roadmap