StudoKe Library

Expand Your Knowledge

Access a vast collection of books, textbooks, and guides to support your academic journey.

library_books All Books

33 books
Digital Health for Nursing and Midwifery in Australia
View Details
Nursing

Digital Health for Nursing and Midwifery in Australia

person Edited by Jenny Davis and Lisa McKenna

This peer-reviewed open textbook provides a foundational guide to evidence-based digital health for Australian undergraduate nursing and midwifery students. Structured around the 2020 National Nursing and Midwifery Digital Health Capability Framework, the text includes practical online learning activities and serves as a core resource for both undergraduate and postgraduate curricula.

Leading Change in Health Systems: Strategies for RN-BSN Students
View Details
Nursing

Leading Change in Health Systems: Strategies for RN-BSN Students

person Kathy Andresen, Pensacola, Florida

"Leading Change in Health Systems: Strategies for RN-BSN Students" is designed for practicing registered nurses pursuing their Bachelor of Science in Nursing degree. The textbook builds upon RNs' existing knowledge, skills, and attitudes related to healthcare leadership. It enables readers to apply theoretical leadership concepts directly to their clinical practice environments.

GIT  CHEAT  SHEET
View Details
Version Control

GIT CHEAT SHEET

person StudoKe

This is a Git Cheat Sheet that provides a visual reference guide for essential Git version control commands and workflows. The document covers fundamental Git operations organized into key sections: Setup & Init: Covers configuring user information, initializing repositories, and cloning repositories. Includes commands like git init (to initialize a new Git repository) and git clone [url] (to retrieve an entire repository from a hosted location). Stage & Snapshot: Explains working with snapshots and the Git staging area. Features commands like git status (to show modified files in working directory and staged for commit) and git add [file] (to add a file to the staging area for the next commit). The cheat sheet uses visual diagrams to illustrate Git's workflow concepts, showing the relationships between the working directory, staging area, Git repository, and remote repositories. Each command is accompanied by a brief explanation of its purpose, making it an ideal quick-reference guide for developers learning or working with Git version control system. This resource is perfect for beginners learning Git commands and experienced developers who need a quick reminder of Git syntax and workflows.