• Home
  • Archive
  • Albums
  • profile
  • 10-Year Roadmap
  • BLOG
    Theme
  • theme-toggle
  • GITHUB

Riino BLOG

Riino BLOG

Learning Q-gram distance

aka n-gram

Some content of this article comes from the slide of Zsuzsanna Liptak. Introduction Q-gram, aka n-gram, is an algorithm to compare two strings with a given alphabet. It is used in string ret...

Posted by Riino Site on February 26, 2021


Jekyll Cheat Sheet[doc]

Install Download Ruby2.7+devkit(recommended) Install Ruby Download installer at https://rubyinstaller.org/downloads/ For RiinoSite‘s Gem, you’d better choose Ruby2.7.X + DevKit ...

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 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


  • ← Newer Posts
  • Older Posts →

Terms of Use |Privacy Statement

Designed, Developed,and Deployed by Riino 2012-2023 All Rights Reserved.
  • Github
Nest of Etamine - 10th Anniversary 2012-2022
  • Home
  • Archive
  • Albums
  • profile
  • 10-Year Roadmap