├── cmd
│ ├── main.go
├── listing
│ ├── listing.go
│ ├── storage.go
│ ├── service.go
│ ├── repo_tests.go
├── user
│ ├── user.go
- Coming Soon- https://harmful.blog/
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmiD3SgpNGyOhTG5x/ee3iVJNHzDAf8lQEmuEMt0NJPmV4uGZgUw5nbeOLa7Iifht7MUEUR9gDoMXHKviWCz6aWiGOmjLWdYfllYfUQEx+R6HJiC5N/VNZ++jmcJP2eWjCBWFEXHx2q4PfuA0lM+a/PB2SAWvBXgN0mOdhWLcNRNvUX3d4n6ldbKYqrZdLYCJlmRv8wdP82Ga/i6ySYx9ZwJVmiSbKYqx/IJZcuVnVAxDHC1XANXPtFmAg9FZjaLRVLL6ruGR6BIboPmR0JLotnW/yyQ8S+pxLd7jo3qb/S3M7ru5slaMIFPZep4V+0XL0mifN4hFB+xGZED9VwmgT commo64dor |
My name is Dor, Bachelor of Computer Science, pursuing my master. I attended an "elite" university in Germany (that's what they claim at least).
-
What does your job actually consist of? I swap jobs quite frequently, so it changes dramatically between positions, but in general Bug fixes and small features on both client and server application, ops tasks like CI/CD and infrastucture setup and matintenance.
-
Describe the typical day at work - Start btween 8:00 to 9:00, either from home or at the office. Coffee with couleage and a daily update meeting with the teams.
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
function App() { | |
return( | |
<div> | |
{ [1,2,3,4,5].map( (item) => <div>"item number" + item</div> ) } | |
[<div>item1</div>,<div>item2</div>,<div>item3</div>,<div>item4</div>] | |
</div> | |
) | |
} |
Problems:
- 3rd wave of coffee is hyped at the moment, coffee trading has become a huge industry and the term "Speciality Coffee" is well known to most of urban dwellers. The issue is, some processes in coffee making (brewing) are not automated. brewing is a delicate procedure, very voltaile to any change, resulting in inconsistencies in the brewing process, let alone as a preparation for brewing competitions where each step while brewing can create the perfect or the worst cup of coffee.
Solutions:
- A device which monitors different values which are relevant to coffee brewing. e.g Humidity of the beans, Coaresness of the Ground beans, temperature and PH levels of the water over time while brewing, brewing speed etc...