La Vivien Post is about software engineering and technologies. Here you can find the interview questions and answers; Download the source code; Browse the technology landscapes of this field. The book and poster will help with your study fast and easy!
__________ Tech Visuals __________
How ChatGPT works – Architecture illustrated
In the post of Google Translate, I explained Natural Language Processing (NLP), encoder-decoder architecture, and Transformer model. In this post,...
Read More
Google neural machine translation – Architecture illustrated
Google Translate is an application to translate one language to another in real-time. The google Translate App can translate from...
Read More
Big O notation cheat sheet – leetcode cheat sheet
Big O notation cheat sheet provides the Big O notations for data structures and algorithm, including arrays, linked list, trees,...
Read More
__________ Source Code __________
Flow network and min cut
A flow network is a directed graph where each edge has a capacity and each edge receives a flow. The...
Read More
Shortest path from source to destination in matrix – Code
Shortest path in matrix is to find the shortest distance from the the source to the destination. As you know,...
Read More
Shortest path and 2nd shortest path using Dijkstra – code
What is Dijkstra's algorithm? Dijkstra's algorithm is an algorithm to find the shortest paths between vertices in a graph. It...
Read More
__________ Share Journey __________
A year as PlayStation backend engineer
2/15 Monday, It is 8:30 am, I come to the office early. Paul is already in his cubicle as usual....
Read More
Amazon interview experience
This article is a mix of fiction and non-fiction for entertainment and inspiration purposes. My name is Alice. I have...
Read More
Eat Exercise Study – In the time of COVID-19
COVID-19 has changed my life in many ways. Six months passed, I managed to make through in the time of...
Read More
__________ Digital Products __________
Data structures Illustration and PDF
What are common data structures? The common data structures include arrays, linked lists, stacks, queues, trees, hash tables and graphs....
Read More
Big O Notation Cheat Sheet Poster
What is Big O notation cheat sheet poster? The Big O Notation Cheat Sheet Poster lists Big O notations for...
Read More
Java coding problems insight
What are Java coding problems? The Java coding problems (EPUB and PDF) include the questions in data structures or algorithms,...
Read More