Format
This commit is contained in:
parent
c0122dd681
commit
653ca02534
14 changed files with 24 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ export const towers: TimelineElementParameters = {
|
|||
description: 'An aesthetic representation of your previous and current goals/tasks.',
|
||||
more: [
|
||||
'This project served me with an opportunity to deepen my Angular knowledge. The most interesting aspect of it (apart from designing and implementing the pleasing visuals) was coming up with its data structure and persistence. Finally, I decided on using a trie. Its properties make it fairly simple to find the difference between the server stored and client stored versions and then only send this delta through the network. Also, its immutable nature helped with the code quality as well.',
|
||||
|
||||
'In hindsight, I would certainly add some finishing touches to it. For instance, dark mode, a tutorial, and PWA features.',
|
||||
],
|
||||
links: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue