quanto mais voce souber sobre isso mais chances de ser contratado
https://twitter.com/sseraphini/status/1385561029778845698
https://gist.github.com/sibelius/b1a10021b83165a72de8b31e7b9d58c5
arquitetura somente para seniors
quanto mais voce souber sobre isso mais chances de ser contratado
https://twitter.com/sseraphini/status/1385561029778845698
https://gist.github.com/sibelius/b1a10021b83165a72de8b31e7b9d58c5
arquitetura somente para seniors
| public void SaveChangesParallel(List<objeto> objetos) | |
| { | |
| var saveList = new List<List<objeto>>(); | |
| var count = 0; | |
| while (count < objetos.Count) | |
| { | |
| var partialSaves = objetos.Skip(count).Take(250).ToList(); | |
| count += partialSaves.Count; | |
| saveList.Add(partialSaves); | |
| } |
(This is a readable version of my ChatSH session. For the full log, click here.)
Taelin: Hello. We're going to refactor an aspect of the implementation of the Kind language. Are you ready? Start by doing 'ls', then 'cat kind-lang.cabal' to get familiar with the repo.
ChatSH: Certainly! I'm ready to help you refactor an aspect of the Kind language implementation. Let's start by examining the repository structure and the contents of the Cabal file.
ls && echo "---" && cat kind-lang.cabal| // Copy the code below, and paste it on address bar where you want to export markdown. | |
| javascript:var url=window.location.href.split("/");url.splice(3,0,"api","articles"),fetch(url.join("/")).then(o=>o.json()).then(o=>console.log(o.body_markdown)); |