StudoKe Library

Expand Your Knowledge

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

library_books All Books

34 books
Nursing Advanced Skills
View Details
Nursing

Nursing Advanced Skills

person Open Resources for Nursing Open RN, Chippewa Valley Technical College

This open educational resource textbook is designed for prelicensure nursing students based on Wisconsin Technical College System's Nursing Advanced Skills course and the NCLEX-RN Test Plan. It covers advanced RN skills like IV infusion, blood administration, central lines, chest tubes, ECG interpretation, and feeding tube insertion, building on basic skills from the Open RN Nursing Skills textbook. The book is free online with affordable print versions available through XanEdu, Amazon, and college bookstores.

Nursing Management and Professional Concepts
View Details
Nursing

Nursing Management and Professional Concepts

person Open Resources for Nursing Open RN, Chippewa Valley Technical College

This nursing leadership and management textbook covers essential topics including prioritization, delegation, legal and ethical practice, interprofessional collaboration, healthcare economics, evidence-based practice, advocacy, RN role preparation, and burnout prevention through self-care. Each chapter includes interactive online learning activities that encourage application of content to patient-care situations. The Appendix features a "suite of patients" with discussion prompts to help students apply concepts to real clinical scenarios.

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.