Compare commits
3 commits
6e469d4393
...
fbd9363bb9
Author | SHA1 | Date | |
---|---|---|---|
|
fbd9363bb9 | ||
|
6c303524cd | ||
|
3ed830b0e3 |
2 changed files with 25 additions and 0 deletions
|
@ -32,6 +32,9 @@ the [F] tag means that the book is available freely online. A great starting poi
|
||||||
- [You Don't Know JS Yet](https://github.com/gongzhang/you-dont-know-js-epub) [F]
|
- [You Don't Know JS Yet](https://github.com/gongzhang/you-dont-know-js-epub) [F]
|
||||||
- [Refactoring](https://martinfowler.com/books/refactoring.html)
|
- [Refactoring](https://martinfowler.com/books/refactoring.html)
|
||||||
- [Elegant Objects](https://www.elegantobjects.org/)
|
- [Elegant Objects](https://www.elegantobjects.org/)
|
||||||
|
- [Designing Data-intensive Applications](https://books.google.it/books/about/Designing_Data_intensive_Applications.html?id=BM7woQEACAAJ&redir_esc=y)
|
||||||
|
- [Growing Object-Oriented Software Guided by Tests](http://growing-object-oriented-software.com/)
|
||||||
|
- [Java Concurrency In Practice](https://www.google.it/books/edition/Java_Concurrency_in_Practice/mzgFCAAAQBAJ)
|
||||||
|
|
||||||
# Open Source/ Free software
|
# Open Source/ Free software
|
||||||
- [The Cathedral and the Bazaar](https://www.google.it/books/edition/The_Cathedral_the_Bazaar/F6qgFtLwpJgC?hl=en&gbpv=0)
|
- [The Cathedral and the Bazaar](https://www.google.it/books/edition/The_Cathedral_the_Bazaar/F6qgFtLwpJgC?hl=en&gbpv=0)
|
||||||
|
|
|
@ -1258,6 +1258,28 @@
|
||||||
"description": "In a 2012 talk about running your own infrastructure I made some predictions on the future and made some claims. A long time has passed and let's see what came true and what was not so correct. After that talk we also started building our own infrastructure. I will show what we are running, what you can run and share experiences running infrastructure for larger groups of people." ,
|
"description": "In a 2012 talk about running your own infrastructure I made some predictions on the future and made some claims. A long time has passed and let's see what came true and what was not so correct. After that talk we also started building our own infrastructure. I will show what we are running, what you can run and share experiences running infrastructure for larger groups of people." ,
|
||||||
"liked": true,
|
"liked": true,
|
||||||
"attended": true
|
"attended": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Thomas the Privatised Tank Engine 30 years on",
|
||||||
|
"speakers": ["Ashley Rolfmore"],
|
||||||
|
"date": "2024-06-01T16:30:00",
|
||||||
|
"location": "Electromagnetic Field 2024",
|
||||||
|
"tags": ["train", "railway"],
|
||||||
|
"duration": "PT30M",
|
||||||
|
"description": "Today, the railway system is now part public part private, leaving plenty of confusion for passengers. Who runs your local station? Who sets the rail fares, and who covers your refund? And where the hell does HS1 and HS2 fit into all this? I will take you through how the UK rail organisations are structured, who does and owns what, and how does this affect passengers?" ,
|
||||||
|
"liked": true,
|
||||||
|
"attended": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "CERN Technology: Following the White Rabbit down a 27km hole.",
|
||||||
|
"speakers": ["Laurence Stant"],
|
||||||
|
"date": "2024-06-01T13:50:00",
|
||||||
|
"location": "Electromagnetic Field 2024",
|
||||||
|
"tags": ["cern", "accellerator"],
|
||||||
|
"duration": "PT50M",
|
||||||
|
"description": "This talk, delivered by a beam instrumentation engineer at CERN, will introduce CERN and it's accelerator complex, and discuss the technology required to deliver one petabyte of cutting-edge science per day to over 170 research facilities in 36 countries. The talk will also cover some of CERN's open source software and hardware contributions to date, and finally explore their science and technology roadmap for the coming years." ,
|
||||||
|
"liked": true,
|
||||||
|
"attended": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue