Difference between revisions of "New skills"
From Wiki at Neela Nurseries
m (→^ FPGAs) |
m |
||
Line 1: | Line 1: | ||
+ | Notes page for New Skills and Existing Skills | ||
Line 26: | Line 27: | ||
</ul> | </ul> | ||
+ | |||
+ | <!-- comment --> | ||
+ | |||
+ | === [[#top|^]] Kubernetes === | ||
Containers, Kubernets . . . | Containers, Kubernets . . . | ||
Line 32: | Line 37: | ||
</ul> | </ul> | ||
+ | <!-- comment --> | ||
+ | |||
+ | === [[#top|^]] FPGAs === | ||
− | |||
FPGAs and Their Uses . . . | FPGAs and Their Uses . . . | ||
<ul> | <ul> | ||
Line 49: | Line 56: | ||
* https://github.com/Obijuan/open-fpga-verilog-tutorial | * https://github.com/Obijuan/open-fpga-verilog-tutorial | ||
</ul> | </ul> | ||
+ | |||
+ | <!-- comment --> | ||
+ | |||
+ | |||
+ | |||
+ | == [[#top|^]] Existing skills == | ||
+ | |||
+ | * https://www.altexsoft.com/whitepapers/agile-project-management-best-practices-and-methodologies/ | ||
+ | |||
+ | Excerpt of Agile values in a nutshell: | ||
+ | |||
+ | <i> | ||
+ | "Individuals and interactions over processes and tools | ||
+ | |||
+ | Working software over comprehensive documentation | ||
+ | |||
+ | Customer collaboration over contract negotiation | ||
+ | |||
+ | Responding to change over following a plan.” | ||
+ | </i> | ||
<!-- comment --> | <!-- comment --> |
Revision as of 06:34, 13 February 2021
Notes page for New Skills and Existing Skills
Cmake, a software development tool:
C++ Programming Lanuage and Topics
- https://www.geeksforgeeks.org/the-c-standard-template-library-stl/ C++ STL classes
- http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1319r0.html C++11 versus C++14
- https://en.wikipedia.org/wiki/Reference_(C%2B%2B) References C++ versus Pointers C
2021-02-09 Tuesday - Direct Rendering Manager DRM and related:
QtConcurrent . . .
- https://doc.qt.io/Qt-5/qtconcurrent-index.html Code written with QtConcurrent automatically adjusts number of threads instantiated based on number of available processor cores detected at run time . . .
- https://doc.qt.io/qt-5/containers.html Qt container classes, replacements for C++ STL (Standard Templates Library)
^ Kubernetes
Containers, Kubernets . . .
^ FPGAs
FPGAs and Their Uses . . .
- https://www.prowesscorp.com/what-is-fpga/#:~:text=FPGAs%20are%20particularly%20useful%20for,FPGAs%20to%20prototype%20new%20chips. FPGAs for chip prototyping
- https://www.adafruit.com/product/451#description DE0-Nano - Altera Cyclone IV FPGA starter board
VHDL and Verilog editors and simulators
^ Existing skills
Excerpt of Agile values in a nutshell:
"Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan.”