This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Bero - Software Engineer</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// => retornar os dados da pagina inicial: homepage | |
| // identificar o usuario que ta entrando -> x | |
| // carregar o historico do usuario => tags -> x | |
| // descobrir as 3 maiores preferencias do user -> x | |
| // procurar no banco de dados videos que tenham semelhanca com as preferencias do user | |
| // retornar 5 videos que tiver maior pontuacao nas preferencias do user | |
| // 3 videos segunda melhor pref do user | |
| // 1 video que seja da terceira melhor pref do user | |
| const historico = [ |