• Home
  • Archive
  • Lab
  • profile
  • BLOG
    LOW ILL.
  • theme-toggle
  • GITHUB

Riino BLOG

Riino BLOG

[Pinned] Dev Routine[Live]

Summary of 2020 According to the data from DNS server, there’s over 51GB data delivered via riino.site in 2020, from over 20,000 unique visitors, thanks for you support. In 2020, we released the 3...

Posted by Riino Site on June 19, 2020


[Pinned] Welcome to RiinoSite3![doc]

Features of RiinoSite3 Blog

Introduction You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common wa...

Posted by RiinoSite on March 1, 2020


Jekyll Cheat Sheet[doc]

Install Install via Chocolatey(recommended) Install Chocolatey Install Ruby choco install ruby -y Install Jekyll and bundler gem install jekyll bundler...

Posted by Riino on January 13, 2021


Learning Path

'/'and'./'and '../'

Path Generally we use ‘path’ in web or in file system, to aim a target where we want to navigate. The format, sometimes is confusing, when we are using changeable base_url. For example, when this...

Posted by Riino on October 14, 2020


What is DevOps and What isn't

Way towards agile

What is DevOps? DevOps = Development + Operation? Actually, DevOps is not the combination of development and operation. The key point is “Developing , while operating” And, DevOps highlights...

Posted by Riino on August 23, 2020


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 , and most content from this article come from their w...

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


  • Older Posts →

RSS Subscribe/Privacy Policy

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