-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
27 lines (27 loc) · 2.22 KB
/
index.xml
File metadata and controls
27 lines (27 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Tianbo Lu</title>
<link>https://tablu666.github.io/</link>
<description>Tianbo Lu Info</description>
<generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sat, 16 Apr 2022 00:00:00 +0000</lastBuildDate>
<atom:link href="https://tablu666.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Spring Boot & Vue Online mall</title>
<link>https://tablu666.github.io/springboot-vue-online-mall/</link>
<pubDate>Sat, 16 Apr 2022 00:00:00 +0000</pubDate>
<author>Author</author>
<guid>https://tablu666.github.io/springboot-vue-online-mall/</guid>
<description><![CDATA[E-commerce website Intro A full-stack web application using Spring boot and Vue Cli. This is an online shopping application with frontend and backend separated which is mainly developed for consumers, it also includes simple order & user management backend services. The frontend calls the backend API and performs data interaction through JSON.
Live Demo: https://tvmall-tablu.herokuapp.com/ Screenshot Features REST API Full JSON interaction Redis-based shopping cart Order process Categories Pagination Technology Stacks Backend]]></description>
</item><item>
<title>Double Pointer Algorithm</title>
<link>https://tablu666.github.io/double-pointer/</link>
<pubDate>Sat, 16 Apr 2022 00:00:00 +0000</pubDate>
<author>Author</author>
<guid>https://tablu666.github.io/double-pointer/</guid>
<description><![CDATA[Double Pointer Problems According to CS-Notes, I want to share some thoughts about 6 common double pointer problems on Leetcode.
Sorted Array - Two Sum 167. Two Sum II - Input array is sorted (Easy)
Problem: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2.]]></description>
</item></channel>
</rss>