A Guide to Ada for C and C++ Programmers
I have endeavered to present below a tutorial for C and C++ programmers to show them what Ada can provide and how to set about turning the knowledge and experience they have gained in C/C++ into good Ada programming.
Keywords: C, C++, guide
Author: Simon Johnston
Year: 1995
| | pdf |
Ada Distilled
This book is aimed at experienced programmers who want to learn Ada at the programming level. It is not a ``...for dummies`` book, nor is it intended as a program design book.
Keywords: Ada, book
Author: Richard Riehle
Year: 2003
| | pdf |
Ada Reference Manual - ISO/IEC 8652:2012(E Language and Standard Libraries
The Annotated Ada Reference Manual (AARM). The AARM contains all of the text in this
International Standard, plus various annotations. It is intended primarily for compiler writers, validation test writers, and others who wish to study the fine details.
Keywords: Ada, manual
Author: AXE Consultants
Year: 2012
| | pdf |
Introduction To Ada
This course will teach you the basics of the Ada programming language and is intended for those who already have a basic understanding of programming techniques. You will learn how to apply those techniques to programming in Ada.
Keywords: Ada, documentation
Author: Raphaël Amiard, Gustavo A. Hoffmann
Year: 2012
| | html, pdf, epub |
Introduction To SPARK
This book presents the SPARK technology — the SPARK subset of Ada and its supporting static analysis tools — through an example-driven comparison with the rules in the widely known MISRA C subset of the C language.
Keywords: Spark, Ada, book
Author: Yannick Moy
Year: 2022
| | html, pdf, epub |
The Big Online Book of Linux Ada Programming
Ada is a language well-suited for serious open source development and is superior in many ways to C++ or Java. Find out if Ada is right for your project in this 20 chapter reference to using Ada on Linux.
Keywords: Ada, Linux, book
Author: Ken O. Burtch
Year: 2009
| | html, zip |
Agda Tutorial
Agda Tutorial
Keywords: Agda, tutorial
Author: Péter Diviánszky, Ambrus Kaposi
Year: 0
| | html |
Programming Language Foundations in Agda
The book is an introduction to programming language theory using the proof assistant Agda.
Keywords: Agda, book
Author: Philip Wadler, Wen Kokke, Jeremy G. Siek
Year: 2023
| | github |
Alef Language Reference Manual
Alef is a concurrent programming language designed for systems software. Exception handling, process management, and synchronization primitives are implemented by the language.
Keywords: Alef, reference
Author: Phil Winterbottom
Year: 1995
| | html |
Android Notes for Professionals. Compiled from StackOverflow Documentation
Android Notes for Professionals
Keywords: Android, book
Author: Stack Overflow
Year: 2017
| | pdf |
Android Programming Succinctly, Syncfusion
Provides a useful overview of the Android application lifecycle. Topics ranging from creating a UI to adding widgets and embedding fragments are covered, and he provides plenty of links to Android documentation along the way.
Keywords: Android, book
Author: Ryan Hodson
Year: 2014
| | pdf |
Android Tutorial
This tutorial has been prepared for the beginners to help them understand basic Android programming. After completing this tutorial you will find yourself at a moderate level of expertise in Android programming from where you can take yourself to next levels.
Keywords: Android, tutorial
Author: TutorialsPoint
Year: 2012
| | html, pdf |
Codelabs for Advanced Android Development
Codelabs for Advanced Android Development . This page lists the practical codelabs that are included in the Advanced Android Development course.
Keywords: Android, codelab
Author: https://developer.android.com/courses/advanced-training/toc
Year: 2022
| | html |
CodePath Android Cliffnotes
We have Android guides for everyone whether you are a beginner, intermediate or expert.
Keywords: Android, guide
Author: Nathan Esquenazi
Year: 2023
| | html |
Android Development Tutorials
Android Development Tutorials - Android, Activity, Intent, ADT, Services, Broadcast receiver.
Keywords: Android, Eclipse, tutorial
Author: vogella.com
Year: 2023
| | html |
Google Android Developer Training
These documents teach you how to build Android apps using APIs in the Android framework and other libraries.
Keywords: Android, guide
Author: https://developer.android.com/
Year: 2023
| | html |
The Busy Coder's Guide to Android Development
Editions of CommonsWare books that are four years old or have had over 4,000 paid subscribers are released under a Creative Commons license.
Keywords: Android, book
Author: Mark Murphy
Year: 2024
| | pdf |
APL2 at a glance
APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array.
Keywords: APL, book
Author: James A. Brown, Sandra Pakin, Raymond P. Polivka
Year: 1988
| | pdf |
Introduction to College Mathematics with A Programming Language (1978)
The topics covered in this text are those usually covered in a full year's course in finite mathematics or mathematics for liberal arts students. They correspond very closely to the topics I have taught at Western New England College to freshmen business and liberal arts students.
Keywords: APL, Mathematics, book
Author: E. J. LeCuyer
Year: 1978
| | pdf |
Learning APL
APL is an array language, and one of the oldest programming languages still in use today, next to FORTRAN, Lisp and COBOL. APL uses its own curious-looking symbols rather than reserved words written out in English like most other languages, like C or Python.
Keywords: APL, book
Author: Stefan Kruger
Year: 2020
| | html, pdf, ipynb |
Mastering Dyalog APL
Mastering Dyalog APL is a complete guide to the use of Dyalog, beginning with a thorough introduction to the APL programming language.
Keywords: APL, book
Author: Bernard Legrand
Year: 2023
| | html |
Reinforcement Learning From The Ground Up
APL is a programming language developed by Kenneth E. Iverson. APL was designed to provide a consistent way of describing mathematical algorithms. APL is unmatched for expressing complex operations on arrays.
Keywords: APL, book
Author: Romilly Cocking
Year: 2020
| | html |
Arduino Programming Notebook
A beginner's reference to the programming syntax of the Arduino microcontroller. Includes information on program structure, variables, datatypes, arithmetic, constants, flow control, and most of the common functions of the core library.
Keywords: Adruino, Robotics, reference
Author: Brian W. Evans
Year: 2007
| | pdf |
Arduino Tips, Tricks, and Techniques
There's so many Arduino's out there, it may get a little confusing. We wanted to clarify for people some of the changes in the latest version.
Keywords: Adruino, Robotics, book
Author: Lady Ada
Year: 2024
| | pdf |
Getting started with Arduino – A Beginner’s Guide
Arduino is an open-source electronics prototyping platform based on flexible, easy-to use hardware and software. It’s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.
Keywords: Adruino, Robotics, guide
Author: Brad Kendall
Year: 2013
| | pdf |
Getting Started with Arduino products
The Arduino Software (IDE) allows you to write programs and upload them to your board. In the Arduino Software page you will find two options.
Keywords: Adruino, Robotics, guide
Author: https://www.arduino.cc/
Year: 2020
| | html |
Introduction to Arduino
Manuals and curriculum provide cohesive coverage of Arduino in general, or of specific applications of Arduino in particular. In either case, these are single sources that cover a variety of related topics. These could be used by individuals, teachers, and classes as stand-alone introductions to Arduino.
Keywords: Adruino, manual
Author: https://playground.arduino.cc/
Year: 2018
| | html |
Introduction to Arduino : A piece of cake!
This book is different than many Arduino books in that it expects no previous knowledge in electronics or programming. Instead of going into depth teaching those topics, it teaches only enough so that you can make things.
Keywords: Adruino, book
Author: Alan Smith
Year: 2011
| | pdf |
Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure (2020)
Traditional .NET 4.x apps can and do support many of these requirements, but ASP.NET Core and .NET 6 have been optimized to offer improved support for the above scenarios.
Keywords: ASP.NET, .NET 6, book
Author: Steve Smith
Year: 2023
| | pdf |
ASP.NET WebHooks Succinctly
Taking advantage of WebHooks is something that many developers want to achieve, but many struggle to find a starting point. In ASP.NET WebHooks Succinctly, Gaurav Arora guides readers through the necessary skills and processes to get started.
Keywords: ASP.NET, Webhook, ebook
Author: Gaurav Arora
Year: 2017
| | pdf |
ASP.NET with C# (2008)
This book on Visual Studio.Net is a trailblazer, since it is extremely innovative in its approach. It is a screen-based book, which suggests that the entire book is packed with screens, making it very easy and intuitive for a reader to grasp the explanations accompanying them. It makes for an interesting reading, and also does away with the requirement of sitting in front of a computer while reading this book.
Keywords: ASP.NET, C#, book
Author: Vijay Mukhi, Suraj Godhwani, Sonal Mukhi
Year: 2001
| | html |
Diving into ASP.NET WebAPI (2016)
A Practical Approach of Creating RESTful Services in .NET
Keywords: ASP.NET, RESTful, book
Author: Akhil Mittal
Year: 2016
| | pdf |
Intro to ASPNET MVC 4 with Visual Studio 2011 Beta (2012)
This tutorial will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Studio 11 Express Beta for Web.
Keywords: ASP.NET, Visual Studio, book
Author: Rick Anderson, Scott Hanselman
Year: 2012
| | pdf |
Introducing ASP.NET Web Pages 2 (2012)
This set of tutorials gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creating pages and sites.
Keywords: ASP.NET, Razor, tutorial
Author: Mike Pope
Year: 2012
| | pdf |
ASP.NET Core 3.1 Succinctly
ASP.NET Core 3.1 Succinctly specifically covers the web development part of the ASP.NET Core framework, which has gone through some improvements since it was first released. In this updated e-book.
Keywords: ASP.NET, Core 3.1, ebook
Author: Simone Chiaretta, Ugo Lattanzi
Year: 2020
| | pdf, html |
ASP.NET Core Documentation - Microsoft Docs
Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more.
Keywords: ASP.NET, Core 5.0, documentation
Author: https://learn.microsoft.com/
Year: 2024
| | pdf |
The Little ASP.NET Core Book (2018)
The short book to help developers and people interested in web programming learn about ASP.NET Core, a new framework for building web applications and APIs.
Keywords: ASP.NET, .NET Core, book
Author: Nate Barbettini
Year: 2018
| | pdf |
Blazor: A Beginner's Guide
Ed Charbeneau has worked on Blazor since its inception in 2017 and is the most prolific author of Blazor learning resources. You probably have read one of his many blog posts on our website.
Keywords: Blazor, guide
Author: Ed Charbeneau
Year: 2024
| | pdf |
Blazor for ASP.NET Web Forms Developers
This book introduces ASP.NET Web Forms developers to Blazor in a way that is familiar and convenient. It introduces Blazor concepts in parallel with analogous concepts in ASP.NET Web Forms while also explaining new concepts that may be less familiar.
Keywords: Blazor, Web Forms, book
Author: Daniel Roth, Jeff Fritz, Taylor Southwick, Scott Addie, Steve Smith
Year: 2023
| | pdf |
A fundamental introduction to x86 assembly prorgamming
In this tutorial, I will help you gain a solid understanding of the x86 ISA from basic principles.
Keywords: Assembly, article
Author: Project Nayuki
Year: 2016
| | html |
ARM Assembly Language Programming
The mainframe era was characterized by computers that required large buildings and teams of technicians and operators to keep them going.
Keywords: Assembly, book
Author: Peter Knaggs
Year: 2016
| | pdf |
Assemblers And Loaders (1993)
This book differs from the typical assembler text in that it is not a programming manual, and it is not concerned with any specific assembler language.
Keywords: Assembly, book
Author: Christopher Morley
Year: 1986
| | pdf |
Assembly Language Succinctly
Assembly language is as close to writing machine code as you can get without writing in pure hexadecimal.
Keywords: Assembly, book
Author: Christopher Rose
Year: 2014
| | html, pdf, epub, kindle |
PC Assembly Language
The book has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about how C works under the hood.
Keywords: Assembly, tutorial
Author: Paul Carter
Year: 2019
| | pdf |
Programming from the Ground Up
This book is not a reference book, it is an introductory book.
Keywords: Assembly, book
Author: Jonathan Bartlett
Year: 2003
| | pdf |
Ralf Brown's Interrupt List
HTML version of the famous Ralf Brown Interrupt List with over 9000 linked pages and 350 indexes making the process of searching much easier.
Keywords: Assembly, reference
Author: DJ Delorie
Year: 2000
| | html |
x86-64 assembly from scratch
I’m taking the deep dive into x86-64 assembly. Or at least I’m dipping my toes.
Keywords: Assembly, book
Author: Conrad Kleinespel
Year: 2017
| | html |
Software optimization resources
This series of five manuals describes everything you need to know about optimizing code for x86 and x86-64 family microprocessors, including optimization advices for C++ and assembly language, details about the microarchitecture and instruction timings of most Intel, AMD and VIA processors, and details about different compilers and calling conventions.
Keywords: Assembly, manual
Author: Agner Fog
Year: 2023
| | html |
The Art of Assembly Language (2003)
The Art of Assembly Language.
Keywords: Assembly, reference
Author: Randall Hyde
Year: 1996
| | html |
WebAssembly friendly programming with C/C++
This book introduces the use of C/C++ for WebAssembly development.
Keywords: Assembly, book
Author: Ending, ChaiShushan
Year: 2023
| | github |
Wizard Code, A View on Low-Level Programming
Wizard Code, A View on Low-Level Programming.
Keywords: Assembly, book
Author: Randall Hyde
Year: 2016
| | pdf |
x86-64 Assembly Language Programming with Ubuntu
The purpose of this text is to provide a reference for University level assembly language and systems programming courses.
Keywords: Assembly, book
Author: Ed Jorgensen
Year: 2022
| | pdf |
x86 Assembly
This book covers assembly language programming for the x86 family of microprocessors.
Keywords: Assembly, book
Author: https://en.wikibooks.org/
Year: 2021
| | html |
x86 Disassembly
This book is going to discuss the disassembly and decompilation of x86 machine code and x86 assembly code.
Keywords: Assembly, book
Author: https://en.wikibooks.org/
Year: 2020
| | html |
Zen of Assembly Language: Volume I, Knowledge (1990)
The book that unlocks the secrets of writing superb assembly-language code.
Keywords: Assembly, book
Author: Michael Abrash
Year: 2013
| | html |
AHKbook - the book for AutoHotkey
This project is intended to provide a collection of tutorials, scripts, technologies and a reference for AutoHotkey.
Keywords: AutoHotkey, book
Author: Steve Gray, Chris Mallett
Year: 2014
| | html |
AutoHotkey Official Documentation
AutoHotkey doesn't do anything on its own; it needs a script to tell it what to do.
Keywords: AutoHotkey, reference
Author: Chris Mallett
Year: 2003
| | html |
Autotools Mythbuster
Autotools Mythbuster is a no-nonsense guide to Autotools, written with the idea of providing a full, integrated view of the tools in the GNU build chain: autoconf, automake, libtool, pkg-config, and so on.
Keywords: Autotools , guide
Author: Diego Elio Pettenò
Year: 2017
| | html |
GNU Autoconf, Automake and Libtool
GNU Autoconf, Automake and Libtool.
Keywords: Autotools , book
Author: Gary V. Vaughan, Ben Elliston, Tom Tromey, Ian Lance Taylor
Year: 2006
| | html |
Advanced Bash-Scripting Guide
This book is suitable for classroom use as a general introduction to bash programming concepts.
Keywords: bash, guide
Author: Mendel Cooper
Year: 2014
| | html |
Bash Guide for Beginners (2008)
Bash Guide for Beginners (2008).
Keywords: bash, reference
Author: Machtelt Garrels
Year: 2008
| | html |
Bash Notes for Professionals
Bash Notes for Professionals.
Keywords: bash, book
Author: Stack Overflow
Year: 2019
| | pdf |
BASH Programming (2000)
This article intends to help you to start programming basic-intermediate shell scripts.
Keywords: bash, article
Author: Mike G Mikkey
Year: 2000
| | html |
Bash Reference Manual
Bash is the shell, or command language interpreter, for the GNU operating system.
Keywords: bash, reference
Author: https://www.gnu.org/
Year: 2022
| | html |
Bash tutorial
Bash tutorial
Keywords: bash, tutorial
Author: Anthony Scemama
Year: 2016
| | pdf |
BashGuide
This guide aims to aid people interested in learning to work with BASH. It aspires to teach good practice techniques for using BASH, and writing simple scripts.
Keywords: bash, guide
Author: mywiki.wooledge.or
Year: 2018
| | html |
Conquer the Command Line
If you’re not comfortable when faced with the $prompt, then don’t panic! In this fully updated book, we’ll quickly make you feel at home.
Keywords: bash, book
Author: Richard Smedley
Year: 2019
| | pdf |
Conquering the Command Line
This book is for new developers, experienced developers, and everyone in between who wants to master Unix and Linux commands.
Keywords: bash, reference
Author: Mark Bates
Year: 2014
| | html |
Getting Started with BASH
Getting Started with BASH
Keywords: bash, tutorial
Author: Scott Rippee
Year: 2018
| | html |
GNU Bash manual
GNU Bash manual
Keywords: bash, manual
Author: Chet Ramey, Brian Fox
Year: 2022
| | pdf |
Google Shell Style Guide
Authored, revised and maintained by many Googlers.
Keywords: bash, guide
Author: Googlers
Year: 2002
| | html |
Introduction to Bash Scripting
This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks.
Keywords: bash, ebook
Author: Bobby Iliev
Year: 2023
| | github |
Introduction to the Command Line
This book is a short and beginner friendly introduction to the command line, covering common commands that will make you immediately productive.
Keywords: bash, book
Author: Launch School
Year: 2024
| | html |
Linux Shell Scripting Tutorial - A Beginner's Handbook (2002)
Linux Shell Scripting Tutorial - A Beginner's Handbook (2002).
Keywords: bash, tutorial
Author: Vivek Gite
Year: 2002
| | html |
Linux Shell Scripting Tutorial (LSST) v2.0
Linux Bash Shell Scripting Tutorial.
Keywords: bash, tutorial
Author: Vivek Gite
Year: 2017
| | html |
The Bash Academy
This guide is an introduction to basic and advanced concepts of the bash shell.
Keywords: bash, guide
Author: Maarten Billemont
Year: 2024
| | html |
The Linux Command Line
Designed for the new command line user, this 555-page volume covers the same material as LinuxCommand.org but in much greater detail.
Keywords: bash, reference
Author: William Shotts
Year: 2024
| | pdf |
Writing Shell Scripts
We have already covered many shell features, but we have focused on those features most often used directly on the command line.
Keywords: bash, guide
Author: William E. Shotts, Jr.
Year: 2024
| | html |
256-Color VGA Programming in C
David Brackeen wrote this tutorial for a Technical Writing course in 1996. Although the subject of VGA programming is out of date, this tutorial is still useful for teaching computer graphics, programming old-school DOS games, and developing hobbyist operating systems.
Keywords: C, VGA, tutorial
Author: David Brackeen
Year: 0
| | html |
A Tutorial on Pointers and Arrays in C
This document is intended to introduce pointers to beginning programmers in the C programming language.
Keywords: C, documentation
Author: Ted Jensen
Year: 2003
| | pdf |
An Introduction to C & GUI Programming
The first half of the book is an introduction to C, and covers the basics of writing simple command-line programs.
Keywords: C, book
Author: Simon Long
Year: 2019
| | pdf |
Bare-metal programming for ARM
This repository contains a tutorial ebook concerning programming a bare-metal ARM system.
Keywords: C, Arm, ebook
Author: Daniel Umanovskis
Year: 2019
| | github |
Beej's Guide to C Programming
Beej's Guide to C Programming
Keywords: C, guide
Author: Beej Jorgensen
Year: 2023
| | pdf |
Beej's Guide to the GNU Debugger (GDB)
This is a very quick-and-dirty guide meant to get you started with the GNU Debugger, gdb, from the command line in a terminal.
Keywords: C, guide
Author: Beej Jorgensen
Year: 2009
| | html |
Build Your Own Lisp
Along the way we'll learn about the weird and wonderful nature of Lisps, how to develop a real-world project, concisely solve problems, and write beautiful code!
Keywords: C, reference
Author:
Year: 0
| | html |
C Elements of Style
This book covers only the C language and is a bit out dated. However it still contains a lot of good advice.
Keywords: C, book
Author: M&T books
Year: 1992
| | html, pdf |
C for Python Programmers
This document is directed at people who have learned programming in Python and who wish to learn about C. C's influence on Python is considerable.
Keywords: C, Python, book
Author: Carl Burch, Hendrix College
Year: 2011
| | pdf, html |
C Internals
C Internals
Keywords: C, reference
Author: Rajeev Kumar
Year: 2012
| | html |
C Notes for Professionals
This C Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: C, book
Author: GoalKickers
Year: 2011
| | html |
C Programming
C Programming
Keywords: C, reference
Author: en.wikibooks.org
Year: 2024
| | html |
C Programming Boot Camp - Paul Gribble
C Programming Boot Camp - Paul Gribble
Keywords: C, guide
Author: Paul Gribble
Year: 2012
| | html |
C Programming Tutorial
C programming is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system.
Keywords: C, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | pdf, html |
Coursebook
This repository houses a high-quality, open-source introductory systems programming textbook used by the CS 241: System Programming course at the University of Illinois at Urbana-Champaign The book assumes that you have taken a programming language course and are familiar with assembly instructions.
Keywords: C, coursebook
Author: https://illinois.edu/
Year: 2023
| | github |
Deep C
Deep C
Keywords: C, tutorial
Author: Olve Maudal, Jon Jagger
Year: 2011
| | pdf |
Essential C
This Stanford CS Education document tries to summarize all the basic features of the C language.
Keywords: C, documentation
Author: Nick Parlante
Year: 2003
| | pdf |
Everything you need to know about pointers in C - Peter Hosey
Everything you need to know about pointers in C.
Keywords: C, tutorial
Author: Peter Hosey
Year: 2023
| | html |
Functional C (1997)
This book is the course material to teach a second paradigm: imperative programming, using C as the programming language.
Keywords: C, course
Author: Pieter Hartel, Henk Muller
Year: 1999
| | pdf |
Hashing
This ebook talks about ‘Hashing’ data structure. Hashing can go deep.
Keywords: C, tutorial
Author: Prakash Hegade
Year: 2017
| | pdf, html, epub, kindle |
Learn to Code With C - The MagPi Essentials
The C programming language been used to program everything from the tiny microcontrollers used in watches and toasters up to huge software systems – most of Linux (and Raspbian itself) is written in it.
Keywords: C, Raspberry, book
Author: Simon Long
Year: 2016
| | pdf |
Learning GNU C
The aim of this book is to teach GNU users how to write software in C. It is written primarily as a tutorial for beginners but it should be thorough
enough to be useful as a reference by intermediate programmers.
Keywords: C, GNU, tutorial
Author: Ciaran O'Riodan
Year: 2008
| | pdf |
Let us C
In fourth edition of Let Us C there were chapters on ‘Disk Basics’, ‘VDU Basics’, ‘Graphics’, ‘Mouse Programming’, ‘C and Assembly’.
Keywords: C, tutorial
Author: Yashavant P. Kanetkar
Year: 2004
| | pdf |
Modeling with Data
Tools and Techniques for Scientific Computing.
Keywords: C, Modeling, Data, book
Author: Ben Klemens
Year: 2009
| | pdf |
Programming in C
Programming in C
Keywords: C, tutorial
Author: Kishori Mundargi
Year: 2014
| | pdf |
Programming in C
This is an introductory course and covers the key features of the C language and its usage. The first five chapters help in thoroughly understanding the C syntax.
Keywords: C, book
Author: Kishori Mundargi
Year: 2014
| | pdf, html |
Structures and C
Understanding ‘structures’ has explained us how to visualize the universe and the planetary system.
Keywords: C, book
Author: Prakash Hegade
Year: 2016
| | pdf, html, epub, kindle |
The Basics of C Programming
In this article, we will walk through the entire language and show you how to
become a C programmer, starting at the beginning.
Keywords: C, book
Author: Marshall Brain
Year: 2013
| | pdf |
The C book
This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available.
Keywords: C, book
Author: Mike Banahan, Declan Brady, Mark Doran
Year: 1999
| | pdf, html |
The Craft of Text Editing or A Cookbook for an Emacs
This web site contains the full text of the book ``The Craft of Text Editing.`` That book was published in 1991 by Springer-Verlag & Co.
Keywords: C, book
Author: Craig A. Finseth
Year: 1999
| | html |
The Current C Programming Language Standard – ISO/IEC 9899:2018 (C17/C18), Draft
The Current C Programming Language Standard – ISO/IEC 9899:2018 (C17/C18), Draft.
Keywords: C, documentation
Author: ISO/IEC 9899:2017
Year: 2017
| | pdf |
The GNU C Programming Tutorial
The GNU C Programming Tutorial.
Keywords: C, GNU, tutorial
Author: Mark Burgess
Year: 2002
| | pdf |
The GNU C Reference Manual
This is a reference manual for the C programming language as implemented by the GNU Compiler Collection (GCC).
Keywords: C, manual
Author: https://www.gnu.org
Year: 1999
| | html |
The little book about OS development
The little book about OS development.
Keywords: C, book
Author: Erik Helin, Adam Renberg
Year: 2015
| | html |
The New C Standard - An Economic and Cultural commentary (2009)
C Language Book Material
Keywords: C, book
Author: Derek M. Jones
Year: 2015
| | pdf |
TONC GBA Programming - Game Boy Advance Development
TONC GBA Programming - Game Boy Advance Development
Keywords: C, reference
Author: Jasper Vijn
Year: 2013
| | html |
C# Notes for Professionals
C# Notes for Professionals book
Keywords: C#, book
Author: Stack Overflow
Year: 2019
| | pdf |
C# Programming
C# Programming
Keywords: C#, book
Author: https://en.wikibooks.org/
Year: 2023
| | html |
C# Programming Yellow Book
Welcome to the Wonderful World of Rob Miles. This is a world of bad jokes, puns, and programming. In this book I'm going to give you a smattering of the C# programming language.
Keywords: C#, book
Author: Rob Miles
Year: 2019
| | pdf |
C# Smorgasbord
What initially sparked the idea of writing a book, was when I applied for a job at Spotify, which I didn't get. Just like many others I've always had a hard time proving my skills during interviews, especially when having to code in notepad.
Keywords: C#, book
Author: Filip Ekberg
Year: 2018
| | pdf, html, epub, mobi |
Creating Mobile Apps with Xamarin.Forms C#
The book is a guide for learning how to write Xamarin.Forms applications. The only prerequisite is knowledge of the C# programming language. The book provides an extensive exploration into the Xamarin.Forms user interface and also covers animation, MVVM, triggers, behaviors, custom layouts, custom renderers, and much more.
Keywords: C#, book
Author: https://learn.microsoft.com/
Year: 2022
| | html, pdf, epub, kindle |
Daily Design Patterns
This book presents 22 of the Gang of Four's software design patterns, and walks you through creating an example of each of those patterns.
Keywords: C#, book
Author: Matthew P Jones
Year: 2022
| | pdf |
Data Structures and Algorithms with Object-Oriented Design Patterns in C#
Data Structures and Algorithms with Object-Oriented Design Patterns in C#.
Keywords: C#, book
Author: Bruno R. Preiss
Year: 2001
| | html |
Dissecting a C# Application
This great book shows you the process, thinking and code behind the open-source .NET IDE SharpDevelop that went on to branch into MonoDevelop.
Keywords: C#, book
Author: Christian Holm, Mike Krüger, Bernhard Spuida
Year: 2007
| | pdf, html |
Fundamentals of Computer Programming with C# (the Bulgarian Book)
This is the book through which you can make your first steps in programming. It will give a flying start to your long journey into learning the modern programming languages and software development technologies.
Keywords: C#, book
Author: Boris Valkov, Danail Aleksiev
Year: 2013
| | pdf, html, epub |
High level asynchronous programming with Reactive Extensions
This book is not a hard core deep dive book, it's an introduction for beginners who want some easy to understand ``Hello World`` level examples to understand the core concepts of Rx and see the various LINQ operators working alone and combined.
Keywords: C#, book
Author: Emil Petro
Year: 2013
| | github |
Introduction to Rx
IntroToRx.com is the online resource for getting started with the Reactive Extensions to .Net.
Keywords: C#, book
Author: Ian Griffiths, Lee Campbell
Year: 2024
| | html |
Learn C# in Y Minutes
C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the cross-platform .NET framework.
Keywords: C#, tutorial
Author: Irfan Charania, Max Yankov, Melvyn Laïly
Year: 2024
| | html |
Mastering Xamarin UI Development, Second Edition
This book will provide you with the knowledge and practical skills that are required to develop real-world Xamarin and Xamarin.Forms applications.
Keywords: C#, tutorial
Author: Steven F. Daniel
Year: 2018
| | github, pdf |
.NET Book Zero
The book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++.
Keywords: C#, book
Author: Charles Petzold
Year: 2007
| | pdf, xps |
.NET Microservices: Architecture for Containerized .NET Applications
This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET 6 and Docker containers.
Keywords: C#, guide
Author: Bill Wagner, Mike Rousos
Year: 2023
| | pdf |
Threading in C#
Threading in C#
Keywords: C#, tutorial
Author: Joseph Albahari
Year: 2011
| | html |
Xamarin.Forms for macOS Succinctly
Xamarin.Forms for macOS Succinctly
Keywords: C#, book
Author: Alessandro Del Sole
Year: 2018
| | pdf |
Xamarin.Forms Succinctly
This fourth edition covers features added in Xamarin.Forms versions 3.5 through 5.0, the XAML code editor, tools for developing iOS applications, and using native Android and iOS controls without writing custom APIs.
Keywords: C#, book
Author: Alessandro Del Sole
Year: 2021
| | pdf |
C++ Annotations
C++ Annotations V 12.2.0
Keywords: C++, annotations
Author: Frank B. Brokken
Year: 2023
| | html, pdf |
C++ Core Guidelines
This document is a set of guidelines for using C++ well. The aim of this document is to help people to use modern C++ effectively.
Keywords: C++, documentation
Author: Herb Sutter
Year: 2018
| | github |
C++ GUI Programming With Qt 3
The purpose of this book is to teach you how to write GUI programs using Qt 3. The book starts with “Hello Qt” and quickly moves on to more advanced topics, such as creating custom widgets and providing drag and drop.
Keywords: C++, book
Author: Bruce Perens
Year: 2004
| | pdf |
C++ Language
These tutorials explain the C++ language from its basics up to the newest features introduced by C++11. Chapters have a practical orientation, with example programs in all sections to start practicing what is being explained right away.
Keywords: C++, tutorial
Author: https://cplusplus.com/
Year: 2023
| | html |
C++ Notes for Professionals
C++ Notes for Professionals book
Keywords: C++, book
Author: Stack Overflow
Year: 2019
| | pdf |
C++ Programming
This book covers the C++ programming language, its interactions with software design and real life use of the language.
Keywords: C++, book
Author: https://en.wikibooks.org/
Year: 2020
| | html |
C++ Succinctly, Syncfusion
C++ Succinctly was written to help professional C# developers learn modern C++ programming. The aim of this book is to leverage your existing C# knowledge in order to expand your skills.
Keywords: C++, C#, book
Author: Michael McLaughin
Year: 2014
| | pdf, kindle |
C++ Tricks
This book is for C++ programmers who want to reduce their development time, ease their portability problems, and reduce the number of bugs and memory leaks.
Keywords: C++, book
Author:
Year: 0
| | html |
Elements of Programming
After ten years in print, our publisher decided against further printings and has reverted the rights to us. We are publishing Elements of Programming in two forms: a free PDF and a no-markup paperback.
Keywords: C++, ebook
Author: Alexander Stepanov, Paul McJones
Year: 2019
| | pdf |
Financial Numerical Recipes in C++
I have made some C++ subroutines that implements common algoritms in finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. These routines are presented together with a good deal of explanations and examples of use, but it is by no means a complete ``book`` with all the answers and explanations.
Keywords: C++, tutorial
Author: Bernt Arne Ødegaard
Year: 2014
| | pdf |
Fundamentals of C++ Programming
Fundamentals of C++ Programming
Keywords: C++, book
Author: Richard L. Halterman
Year: 2019
| | pdf |
Game Programming Patterns
Game Programming Patterns is a collection of patterns I found in games that make code cleaner, easier to understand, and faster.
Keywords: C++, article
Author: Robert Nystrom
Year: 2014
| | html |
Google's C++ Style Guide
The goal of this guide is to manage this complexity by describing in detail the dos and don'ts of writing C++ code . These rules exist to keep the code base manageable while still allowing coders to use C++ language features productively.
Keywords: C++, tutorial
Author: https://google.github.io/
Year: 2024
| | html |
How to make an Operating System
Online book about how to write a computer operating system in C/C++ from scratch.
Keywords: C++, book
Author: Samy Pessé
Year: 1014
| | html |
How To Think Like a Computer Scientist: C++ Version
The goal of this book is to teach you to think like a computer scientist.
Keywords: C++, book
Author: Allen B. Downey
Year: 1999
| | pdf |
Introduction to Design Patterns in C++ with Qt 4
Source code files for all the examples in this book are contained in the file src.tar.gz, which can be downloaded from http://oop.mcs.suffolk.edu/dist.
Keywords: C++, book
Author: Bruce Perens
Year: 2006
| | pdf |
Joint Strike Fighter, C++ Coding Standards, by Bjarne Stroustrup
The intent of this document is to provide direction and guidance to C++ programmers that will enable them to employ good programming style and proven programming practices leading to safe, reliable, testable, and maintainable code.
Keywords: C++, documentation
Author: Lockheed Martin
Year: 2005
| | pdf |
LearnCpp.com
These tutorials don’t assume you have any prior programming experience. We’ll teach you everything you need to know as you progress, with lots of examples along the way.
Keywords: C++, tutorial
Author: https://www.learncpp.com/
Year: 2023
| | html |
Learning C++ eBook
All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow. It is neither affiliated with Stack Overflow nor official C++.
Keywords: C++, book
Author: Stack Overflow
Year: 2020
| | pdf |
Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt
This is a book for the computationalist, whether a working programmer or anyone interested in methods of computation. The focus is on material that does not usually appear in textbooks on algorithms.
Keywords: C++, book
Author: J¨org Arndt
Year: 2010
| | pdf |
More C++ Idioms
The objective of this open content book is to present modern C++ idioms to programmers who have moderate level of familiarity with C++, and help elevate their knowledge so that C++ feels much friendlier to them. It is designed to be an exhaustive catalog of reusable idioms that expert C++ programmers often use while programming or designing using C++.
Keywords: C++, book
Author: Bjarne Stroustrup
Year: 2006
| | html |
Open Data Structures (In C++)
This book is intended to teach the design and analysis of basic data structures and their implementation in an object-oriented language. In this edition, the language happens to be C++.
Keywords: C++, book
Author: Pat Morin
Year: 2011
| | pdf |
Programming Fundamentals - A Modular Structured Approach using C++
An Open Educational Resources (OER) or OpenCourseWare (OCW) textbook that is available to students “free of charge” on the Connexions web site: cnx.org
Keywords: C++, book
Author: https://openstax.org/
Year: 2016
| | html |
Software Design Using C++
These web pages attempt to provide the material needed for three complete computer science courses: what are typically called CS 1, CS 2, and a data structures course, all using C++ as the programming language. (At Saint Vincent College these courses are numbered CS 110, CS 111, and CS 221).
Keywords: C++, book
Author: David Carlson
Year: 2009
| | html |
Software optimization resources by Agner Fog
This series of five manuals describes everything you need to know about optimizing code for x86 and x86-64 family microprocessors, including optimization advices for C++ and assembly language.
Keywords: C++, book
Author: Agner Fog
Year: 2023
| | pdf |
The Boost C++ libraries
The Boost C++ libraries
Keywords: C++, tutorial
Author: Boris Schäling
Year: 2024
| | html |
The Rook's Guide to C++
In this book, we’ll favor older techniques, pre-C++11. When C++11 features are discussed, they will be pointed out as such. While not all of the new features are discussed, we will be trying our best to explain them as we go.
Keywords: C++, book
Author: Jeremy A. Hansen
Year: 2013
| | pdf |
Think C++: How To Think Like a Computer Scientist
Think C++ is an introduction to programming using the C++ programming language. I originally wrote it to help students prepare for the Computer Science AP exam (when the exam was in C++).
Keywords: C++, book
Author: Allen B. Downey
Year: 1999
| | pdf |
Working Draft, Standard for Programming Language C++, 2021 Revision
"This document specifies requirements for implementations of the C++ programming language. The first such
requirement is that they implement the language, so this document also defines C++."
Keywords: C++, documentation
Author: Thomas Köppe
Year: 2021
| | pdf |
Chapel Tutorial
This tutorial is designed to quickly get you started programming in Chapel, and is meant to serve as an introductory guide to the language. We begin with a discussion of the basic and serial parts of Chapel before moving on to the parallel aspects. It is written to be accessible to a broad audience, so we do not assume background other than familiarity with a programming language such as Java or C.
Keywords: Chapel, tutorial
Author: Chapel group
Year: 0
| | html |
Chapel Tutorial for Programmers
This tutorial is a quick introduction to Chapel for programmers. (It expects you to already be comfortable programming in another language.)
Keywords: Chapel, tutorial
Author: Kyle Burke
Year: 2013
| | html |
A Brief Beginner’s Guide To Clojure
The purpose of this brief guide is to provide new users with a 1000-meter view of Clojure and its ecosystem, including how to quickly get up and running.
Keywords: Clojure, guide
Author: John Gabriele
Year: 2016
| | html |
Clojure - Functional Programming for the JVM
The goal of this article is to provide a fairly comprehensive introduction to the Clojure programming language. A large number of features are covered, each in a fairly brief manner. Feel free to skip around to the sections of most interest.
Keywords: Clojure, article
Author: R. Mark Volkmann
Year: 2009
| | html |
Clojure by Example
I have paid careful attention to make this page easy to understand for people who don't have experiences with functional programming languages.
Keywords: Clojure, book
Author: Kim Hirokuni (kimh)
Year: 2018
| | html |
Clojure community-driven documentation
The community-driven documentation site for the Clojure programming language.
Keywords: Clojure, documentation
Author: https://clojure-doc.org/
Year: 2024
| | html |
Clojure Cookbook
Clojure Cookbook doesn't just teach you Clojure, it also shows you how to use the language and many of its common libraries. The most difficult part of mastering any language is knowing how to apply it, in an idiomatic way, to tasks that real software developers encounter every day.
Keywords: Clojure, cookbook
Author: O'Reilly
Year: 2014
| | github |
Clojure Distilled Beginner Guide
The goal of this guide is to provide an overview of the core concepts necessary to become productive with Clojure.
Keywords: Clojure, guide
Author: Dmitri Sotnikov
Year: 2024
| | html |
Clojure for the Brave and True
As you read this hilarious book, you will at some point experience a very serious moment. It is the moment you admit to yourself that programming is more enjoyable after knowing some Clojure.
Keywords: Clojure, book
Author: Alan Dipert
Year: 2017
| | html |
Clojure in Small Pieces
This is a literate program, inspired by Donald Knuth [Knu84]. It is intended to be read like a novel from cover to cover. The ideas are expressed clearly but they are grounded in the actual source code.
The code in this documment is the executable source. The appendix gives the procedure for building a running system from the enclosed sources.
Keywords: Clojure, book
Author: Rich Hickey
Year: 2013
| | pdf |
Clojure Koans
Clojure koans are exercises meant to initiate you to the mysteries of the Clojure language.
Keywords: Clojure, tutorial
Author: Colin Jones
Year: 2019
| | html |
Clojure Programming
The purpose of this book is to help everyone get the most out of the Clojure language. It is not meant as a replacement for the documentation, found at the Clojure site. Please do not copy material from there to here!
Keywords: Clojure, book
Author: https://en.wikibooks.org/
Year: 2024
| | html |
ClojureScript Koans
The ClojureScript koans walk you along the path of enlightenment to learning ClojureScript. You will explore the mysteries of the ClojureScript language through a series of interactive exercises in your web browser.
Keywords: Clojure, tutorial
Author: Em Lazer-Walker
Year: 2016
| | html |
ClojureScript Unraveled
This book covers the ClojureScript programming language, serves as a detailed guide of its tooling for development, and presents a series of articles about topics that are applicable to day-to-day programming in ClojureScript.
Keywords: Clojure, book
Author: Andrey Antukh, Alejandro Gómez
Year: 2023
| | html |
Data Sorcery with Clojure
This blog will focus on statistical programming in the Clojure language using Incanter.
Keywords: Clojure, blog
Author: David Edgar Liebke
Year: 2009
| | html |
Modern cljs
These tutorials require that you have some prior programming experience. They assume you've gotten your hands dirty by trying a little Clojure, even if you're not proficient in it yet. It will also be quite helpful if you have some experience programming for the Web using HTML, JavaScript and the browser DOM.
Keywords: Clojure, tutorial
Author: Mimmo Cosenza
Year: 2016
| | github |
The Clojure Style Guide
A style guide that reflects real-world usage gets used, and a style guide that holds to an ideal that has been rejected by the people it is supposed to help risks not getting used at all - no matter how good it is.
Keywords: Clojure, guide
Author: Bozhidar Batsov
Year: 2019
| | github |
An Introduction to Modern CMake
An Introduction to Modern CMake.
Keywords: CMake, book
Author: Henry Schreiner
Year: 2023
| | html, pdf |
CMake Tutorial
The CMake tutorial provides a step-by-step guide that covers common build system issues that CMake helps address. Seeing how various topics all work together in an example project can be very helpful.
Keywords: CMake, tutorial
Author: https://cmake.org/
Year: 2024
| | html |
Quick CMake tutorial
This tutorial will guide you through the process of creating and developing a simple CMake project. Step by step, we will learn the basics of CMake as a build system, along with the CLion settings and actions for CMake projects.
Keywords: CMake, tutorial
Author: https://www.jetbrains.com/
Year: 2024
| | html, github |
CoffeeScript Cookbook
CoffeeScript recipes for the community by the community.
Keywords: CoffeeScript, cookbook
Author: David Brady, John Ford, Steven Reid
Year: 2017
| | html |
CoffeeScript Ristretto
CoffeeScript Ristretto is first and foremost about a book about programming with functions, because its flexible and powerful functions are what make the CoffeeScript programming language so capable, and what CoffeeScript does well.
Keywords: CoffeeScript, book
Author: Reginald Braithwaite
Year: 2012
| | html |
Hard Rock CoffeeScript
CoffeeScript is a little language that compiles to JavaScript created by Jeremy Ashkenas. This is an evolution of JavaScript that hides its bad parts and exposes the good parts. It's syntax is inspired by Ruby and Python and brings many features from these two languages.
Keywords: CoffeeScript, book
Author: Alex Chaplinsky
Year: 2016
| | html |
Smooth CoffeeScript
An introduction to CoffeeScript programming with an emphasis on clarity, abstraction and verification.
Keywords: CoffeeScript, book
Author: Marijn Haverbeke
Year: 2011
| | html |
CFML In 100 Minutes
ColdFusion Markup Language (CFML) is a web programming language, which is especially suited for new developers as it was written to make a programmer's job easy and not care if the computer's job is hard. In this brief introduction we'll look at key language features you need to get started.
Keywords: ColdFusion, tutorial
Author: Daniel Sellers
Year: 2011
| | github |
CUDA C Best Practices Guide
This Best Practices Guide presents established parallelization and optimization techniques and explains coding metaphors and idioms that can greatly simplify programming for the CUDA
Keywords: CUDA, guide
Author: NVIDIA Corporation
Year: 2012
| | pdf |
CUDA C++ Best Practices Guide
This Best Practices Guide is a manual to help developers obtain the best performance from NVIDIA® CUDA® GPUs. It presents established parallelization and optimization techniques and explains coding metaphors and idioms that can greatly simplify programming for CUDA-capable GPU architectures.
Keywords: CUDA, guide
Author: NVIDIA Corporation
Year: 2024
| | html |
OpenCL Programming Guide for CUDA Architecture
Driven by the insatiable market demand for realtime, high-definition 3D graphics, the programmable Graphic Processor Unit or GPU has evolved into a highly parallel, multithreaded, manycore processor with tremendous computational horsepower and very high memory bandwidth.
Keywords: CUDA, guide
Author: NVIDIA Corporation
Year: 2009
| | pdf |
Essential Dart
The book is written to provide clear and concise explanation of topics for both beginner and advanced programmers.
Most examples are linked to online playground that allows you to change the code and re-run it.
Keywords: Dart, book
Author: Krzysztof Kowalczyk
Year: 0
| | html |
Learning Dart
Compiled from StackOverflow documentation (PDF).
Keywords: Dart, tutorial
Author: Stack Overflow
Year: 2017
| | pdf |
Getting started with DB2 Express-C
This book is intended for anyone who works with or intends to work with databases, such
as database administrators (DBAs), application developers, consultants, software
architects, product managers, instructors, and students.
Keywords: DB2, book
Author: Raul Chong, Ian Hakes, Rav Ahujia
Year: 2010
| | pdf |
Getting started with IBM Data Studio for DB2
This book is intended for anyone who needs to learn the basics of database administration
and development using Data Studio, the Eclipse-based tool provided at no charge for IBM
data servers (DB2 and Informix).
Keywords: DB2, book
Author: IBM
Year: 2010
| | pdf |
Getting started with IBM DB2 development
This book is intended for anyone who works with or intends to develop database
applications such as application developers, consultants, software architects, instructors,
and students. It is a good reference as well for database administrators (DBAs) and
product managers.
Keywords: DB2, book
Author: Raul F. Chong, Xiqiang Ji, Priyanka Joshi
Year: 2010
| | pdf |
Essential Pascal Version 1 and 2
The book has 140 pages and is focused on the core Pascal language (and not its OOP extensions) as found in Delphi, with some references to differences or similarities in Delphi for .Net, in Chrome, and in Free Pascal.
Keywords: Delphi, book
Author: Marco Cantù
Year: 2004
| | html |
Modern Object Pascal Introduction for Programmers
An introduction to modern Object Pascal. May be useful for programmers that already know the concepts (like ``class``), but don't know how these concepts look in Object Pascal.
Keywords: Delphi, github
Author: Michalis Kamburelis
Year: 2018
| | github |
A Functional Pattern System for Object-Oriented Design
Design patterns inspired by functional programming concepts can advance objectoriented design.
Keywords: Eiffel, book
Author: Thomas K ¨uhne
Year: 1998
| | pdf |
30 Days of Elixir
I recommend you open each file in your favorite editor, change it, break it, rewrite the code in your own style, etc. Experiment, and if you find a mistake, then bonus points for you!
Keywords: Elixir, book
Author: Tim Morgan
Year: 2022
| | html |
Elixir School
Elixir School is the premier destination for people looking to learn and master the Elixir programming language. Whether you’re a seasoned veteran or this is your first time, you’ll find what you need in lessons and auxiliary resources.
Keywords: Elixir, book
Author: Sean Callan
Year: 2021
| | html |
Elixir Succinctly, Syncfusion
Author Emanuele DelBono guides readers along the first steps of mastering the Elixir programming language in Elixir Succinctly.
Keywords: Elixir, book
Author: Emanuele DelBono
Year: 2019
| | pdf, kindle |
Getting Started Guide
In this tutorial, we are going to teach you about Elixir fundamentals - the language syntax, how to define modules, how to manipulate the characteristics of common data structures, and more.
Keywords: Elixir, tutorial
Author: https://elixir-lang.org/
Year: 2024
| | html, pdf, epub, mobi |
Learning Elixir
Learning Elixir
Keywords: Elixir, tutorial
Author: Joseph Kain
Year: 2023
| | html |
Learning the Elixir Language
Compiled from StackOverflow Documentation.
Keywords: Elixir, book
Author: Stack Overflow
Year: 2023
| | pdf |
The Ultimate Guide To Elixir For Object-Oriented Programmers
The Ultimate Guide To Elixir For Object-Oriented Programmers.
Keywords: Elixir, tutorial
Author: Bruce Park
Year: 2017
| | html |
Ecto Getting Started Guide
This guide is an introduction to Ecto, the database wrapper and query generator for Elixir. Ecto provides a standardized API and a set of abstractions for talking to all the different kinds of databases.
Keywords: Ecto, Elixir, guide
Author: Jose Valim, Greg Rychlewski
Year: 2016
| | html |
Phoenix Framework Guide
Phoenix is a web development framework written in Elixir which implements the server-side Model View Controller (MVC) pattern.
Keywords: Phoenix, Elixir, guide
Author: Mat Trudel
Year: 2024
| | html |
An Introduction to Programming in Emacs Lisp
This is An Introduction to Programming in Emacs Lisp, for people who are not programmers.
Keywords: Emacs, manual
Author: Robert J. Chassell
Year: 2024
| | html, pdf |
GNU Emacs Lisp Reference Manual
This is the GNU Emacs Lisp Reference Manual corresponding to Emacs version 28.1.
Keywords: Emacs, manual
Author: Bil Lewis, Dan LaLiberte, Richard Stallman
Year: 2024
| | html, pdf |
GNU Emacs Manual
This is the GNU Emacs Manual, updated for Emacs version 28.1.
Keywords: Emacs, manual
Author: Richard Stallman
Year: 2024
| | html, pdf |
Control and Embedded Systems
This site uses hands-on experiments to show the basics of how real things in the real world are controlled with computers.
Keywords: Embedded Systems, manual
Author: Joe Reeder
Year: 2001
| | html |
Discovering the STM32 Microcontroller
This book is intended as a hands-on manual for learning how to design systems using the STM32 F1 family of micro-controllers.
Keywords: Embedded Systems, book
Author: Geoffrey Brown
Year: 2016
| | pdf |
First Steps with Embedded Systems
This book is intended to fill the need for an intermediate level overview of programming microcontrollers using the C programming language.
Keywords: Embedded Systems, book
Author: Byte Craft Limited
Year: 2002
| | pdf |
Introduction to Embedded Systems, Second Edition
A cyber-physical system (CPS) is an integration of computation with physical processes whose behavior is defined by both cyber and physical parts of the system.
Keywords: Embedded Systems, book
Author: Edward Ashford Lee, Sanjit Arunkumar Seshia
Year: 2017
| | pdf |
Introduction to Microcontrollers
If you are looking to learn the basics of embedded programming for microcontrollers (and a bit of embedded hardware design as well), I hope these tutorials will help you along that journey.
Keywords: Embedded Systems, tutorial
Author: Mike Silva
Year: 2013
| | html |
Mastering the FreeRTOS Real Time Kernel - a Hands On Tutorial Guide
The unprecedented demand for FreeRTOS is keeping us very busy - so much so that finding time to complete our latest book ``Mastering the FreeRTOS Real Time Kernel`` is proving challenging! Complimentary pre-release copies have been provided to purchasers of the older books for some time - and now we have extended that offer to everybody. Use the links below to download your copy.
Keywords: Embedded Systems, book
Author: Richard Barry
Year: 2024
| | pdf |
BEAM Wisdoms
This is the collection of easy to read (ELI5) articles as well as in-depth knowledge such as VM internals, memory layout, opcodes etc.
Keywords: Erlang, article
Author: Dmytro Lytovchenko (kvakvs)
Year: 2013
| | html |
Concurrent Programming in ERLANG
Concurrent Programming in ERLANG
Keywords: Erlang, book
Author: Joe Armstrong, Robert Virding, Claes Wikstr¨om, Mike Williams
Year: 1996
| | pdf |
Erlang Handbook
Erlang is the result of a project at Ericsson’s Computer Science Laboratory to improve the programming of telecommunication applications.
Keywords: Erlang, handbook
Author: Bjarne Däcker, Robert Virding
Year: 2017
| | pdf |
Erlang Programming
Erlang Programming
Keywords: Erlang, book
Author: https://en.wikibooks.org/
Year: 2021
| | html |
Getting Started with Erlang User's Guide
This section is a quick start tutorial to get you started with Erlang.
Keywords: Erlang, book
Author: Ericsson AB
Year: 2024
| | html, pdf |
Learn You Some Erlang For Great Good
Learn You Some Erlang For Great Good.
Keywords: Erlang, book
Author: Fred Hebert
Year: 2012
| | html |
Making reliable distributed systems in the presence of software errors
Making reliable distributed systems in the presence of software errors.
Keywords: Erlang, dissertation
Author: Joe Armstrong
Year: 2003
| | pdf |
Stuff Goes Bad: Erlang in Anger
This book intends to be a little guide about how to be the Erlang medic in a time of war.
Keywords: Erlang, book
Author: Fred Hebert
Year: 2017
| | pdf |
The BEAM Book
This book is not about how to write correct and beautiful code, I am assuming that you already know how to do that.
Keywords: Erlang, book
Author: Erik Stenman
Year: 0
| | html |
Analyzing and Visualizing Data with F#
Analyzing and Visualizing Data with F#.
Keywords: F#, book
Author: Tomas Petricek
Year: 2016
| | pdf |
F# Programming
F# is a functional programming language. Not surprisingly, functions are a big part of the language, and mastering them is the first step to becoming an effective F# developer.
Keywords: F#, reference
Author: https://en.wikibooks.org/
Year: 2020
| | html |
F# Succinctly, SyncFusion
Syncfusion and functional programming enthusiast Robert Pickering bring you F# Succinctly, your quick-start guide to the F# programming language.
Keywords: F#, book
Author: Robert Pickering
Year: 2014
| | pdf, kindle |
Functional Programming Textbook
Functional Programming Textbook.
Keywords: F#, book
Author: https://www.overleaf.com/
Year: 2021
| | pdf |
Programming Language Concepts for Software Developers
Topics covered include abstract and concrete syntax; func- tional and imperative; interpretation, type checking, and compilation; contin- uations and peep-hole optimizations; abstract machines, automatic memory management and garbage collection; the Java Virtual Machine and Microsoft’s Common Language Infrastructure (also known as .NET); and reflection and runtime code generation using these execution platforms.
Keywords: F#, book
Author: Peter Sestoft
Year: 2010
| | pdf, epub |
Quick Guide For Firefox OS App Development: Creating HTML5 based apps for Firefox OS
This book is written for readers with an intermediate knowledge of HTML, CSS and JavaScript who wants to build mobile applications for Firefox OS. Teaching HTML, CSS and JavaScript is beyond the scope of this book. I will give you links for good reference books though.
Keywords: Firefox OS, book
Author: Andre Garzia
Year: 2014
| | html |
Cookbook
This cookbook contains recipes that demonstrate how to solve common problems while writing Flutter apps. Each recipe is self-contained and can be used as a reference to help you build up an application.
Keywords: Flutter, cookbook
Author: https://docs.flutter.dev/
Year: 2024
| | html |
Flutter in Action
This is why this book is so important. There are things you can’t get from a five-hundred-word Medium post or a snippet of code on Stack Overflow. Thinking deeply about things like how your application manages its state requires you to understand the platform deeply. In this book, you’ll not only see how to use Flutter, but you’ll understand why using Flutter in the ways Eric and people online say to actually works in practice.
Keywords: Flutter, book
Author: Eric Windmill
Year: 2020
| | html |
Flutter Succinctly, Syncfusion
In Flutter Succinctly, Ed Freitas will take you through creating a fully functional app to help you assess whether Flutter is the right choice for your mobile development needs.
Keywords: Flutter, book
Author: Ed Freitas
Year: 2019
| | pdf, kindle |
Flutter Tutorial
This tutorial is written assuming that the readers are already aware about what a Framework is and that the readers have a sound knowledge on Object Oriented Programming and basic knowledge on Android framework and Dart programming. If you are a beginner to any of these concepts, we suggest you to go through tutorials related to these first, before you start with Flutter.
Keywords: Flutter, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | pdf, html |
Flutter Tutorials Handbook
Flutter Tutorials Handbook
Keywords: Flutter, handbook
Author: https://kodestat.gitbook.io/
Year: 2019
| | html |
Flutter UI Succinctly, Syncfusion
In Flutter UI Succinctly, Ed Freitas explores the essentials of constructing user interfaces with Flutter, showing off how a handful of Flutter’s built-in widgets and tools can serve as a springboard to creating apps with impressive interfaces.
Keywords: Flutter, book
Author: Ed Freitas
Year: 2021
| | pdf |
Apex Workbook
This workbook provides an introduction to both the Apex programming language, as well as the contexts in which you can use Apex - such as triggers.
Keywords: Apex, Force.com, workbook
Author: salesforce.com
Year: 2016
| | pdf |
Force.com Workbook
The workbook tutorials are centered around building a very simple warehouse management system. Your warehouse contains computer hardware and peripherals: laptops, desktops, tablets, monitors, that kind of thing.
Keywords: Force.com, workbook
Author: salesforce.com
Year: 2016
| | pdf |
Heroku Postgres
Heroku Postgres is a managed SQL database service provided directly by Heroku. You can access a Heroku Postgres database from any language with a PostgreSQL driver, including all languages officially supported by Heroku.
Keywords: Force.com, Heroku, Postgres, reference
Author: Salesforce.com
Year: 2023
| | html |
Heroku Workbook
This workbook shows one typical example of building an API integration: it creates a web application that lets users sign in (utilizing Force.com's OAuth), and then performs API calls back to Force.com. Along the way, it also demonstrates some of the Heroku platform and how it can be used.
Keywords: Force.com, Heroku, Salesforce, workbook
Author: Jon Mountjoy
Year: 2014
| | pdf |
Integration Workbook
The Force.com Integration Workbook is intended to be the companion to the Force.com Workbook. The series of tutorials provided here
extend the Warehouse application by connecting it with a cloud-based fulfillment app.
Keywords: Force.com, workbook
Author: salesforce.com
Year: 2015
| | pdf |
Salesforce1 Mobile App Workbook
This workbook shows you how to use, configure, and develop the Salesforce1 mobile app in a series of tutorials. Initially you create a very simple app to track your learning progress, which is enough to show you the basics. If you following along to the end of this tutorial, you’ll also install a Warehouse app that will help you learn more sophisticated examples with code.
Keywords: Force.com, Salesforce, Mobile, workbook
Author: salesforce.com
Year: 2024
| | pdf |
Visualforce Workbook
These tutorials are designed to work with a Force.com Developer Edition organization, or DE org for short. DE orgs are environments with all of the features and permissions that allow you to develop, package, test, and install apps.
Keywords: Force.com, tutorial
Author: salesforce.com
Year: 2015
| | pdf |
A Beginner's Guide to Forth
Forth is an unusual computer language that has probably been applied to more varied projects than any other. It is the obvious choice when the project is exceptionally demanding in terms of completion schedule, speed of execution, compactness of code, or any combination of the above.
Keywords: Forth, guide
Author: J.V. Noble
Year: 2019
| | html |
And so Forth...
You can use this manual two ways. You can either just get what you need or work your way through. Every section builds on the knowledge you obtained in the previous sections. All sections are grouped into levels. We advise you to use what you’ve learned after you’ve worked your way through a level.
Keywords: Forth, manual
Author: J.L. Bezemer
Year: 2001
| | pdf |
Easy Forth
This small ebook is here to teach you a programming language called Forth. Forth is a language unlike most others. It’s not functional or object oriented, it doesn’t have type-checking, and it basically has zero syntax. It was written in the 70s, but is still used today for certain applications.
Keywords: Forth, book
Author: Nick Morgan
Year: 2015
| | html |
Programming Forth
This book concentrates on introducing people who already know some programming to
ANS Forth systems.
Keywords: Forth, book
Author: Stephen Pelc
Year: 2011
| | pdf |
Starting Forth
Starting FORTH has been the classic Forth tutorial and textbook since its first release. Many experienced programmers have commented on its concise utility and completeness. Beginners will find a carefully planned introduction to the Forth programming language that will prepare them for other books like Forth Application Techniques and Forth Programmer’s Handbook.
Keywords: Forth, book
Author: Leo Brodie
Year: 1981
| | html |
Thinking Forth
Thinking Forth captures the philosophy of the language to show users how to write more readable, better maintainable applications. This project makes the book available in electronic form (LaTeX and PDF).
Keywords: Forth, book
Author: Leo Brodie
Year: 1984
| | pdf, latex |
Thoughtful Programming and Forth
Thoughtful Programming and Forth.
Keywords: Forth, book
Author: Jeff Fox
Year: 2000
| | html |
Exploring Modern Fortran Basics
Exploring Modern Fortran Basics presents three chapters from Modern Fortran: Building Efficient Parallel Applications by meteorologist, oceanographer, and Fortran programmer, Milan Curcic.
Keywords: Fortran, book
Author: Milan Curcic
Year: 2020
| | html |
Fortran 90 Tutorial
Fortran 90 Tutorial
Keywords: Fortran, tutorial
Author: C.-K. Shene
Year: 2009
| | html |
Fortran 90 Tutorial
The goal of this Fortran 90 tutorial is to give a quick introduction to the key differences between Fortran 77 and Fortran 90. It is not a complete reference! Many details have been omitted.
Keywords: Fortran, tutorial
Author: https://web.stanford.edu/
Year: 1997
| | html |
Fortran information & resources
Detailed and up-to-date Fortran information covering compilers, books, on-line training material, graphics, parallel programming, analysis, conversion & maintenance tools, electronic lists, standards bodies, Fortran groups & newsletters, Fortran tools, libraries & applications.
Keywords: Fortran, annotations
Author: https://www.fortranplus.co.uk/
Year: 2023
| | html |
FORTRAN Performance Tuning co-Guide (1998)
User Notes on Fortran Programming (UNFP), is a cooperative effort to maintain on-line documentation of previously unwritten, or scattered information on using FORTRAN.
Keywords: Fortran, guide
Author: Timothy C. Prince
Year: 1998
| | html |
Introduction to Fortran
Tutorial outcomes: \n- Understand what the Fortran programming language is and a little bit about its history.\n- Understand the basic structure of a Fortran program\n- Learn some of the basic Fortran syntax\n- Compile and run a Fortran program\n- Modify and write your own simple programs
Keywords: Fortran, manual
Author: Declan Valters
Year: 2022
| | html |
Modern Fortran in Science and Technology
This book is an introduction in programming with Fortran 95/2003/2008 in science and technology.
Keywords: Fortran, book
Author: Jonas Lindemann, Ola Dahlblom
Year: 2020
| | html, pdf |
Modern Fortran Tutorial
The purpose of this tutorial is to provide the audience with a brief idea of programming in Fortran.
Keywords: Fortran, tutorial
Author: Yutaka Masuda
Year: 2020
| | html |
Professional Programmer’s Guide to Fortran77 (2005)
This file contains the text of Professional Programmer’s Guide to Fortran77 published by Pitman in1988.
Keywords: Fortran, guide
Author: Unoversity Of Leicester
Year: 2024
| | pdf |
Self Study Guide 2: Programming in Fortran 95
University of Cambridge. Department of Physics. Computational Physics. Self-study guide. Programming in Fortran 95
Keywords: Fortran, book
Author: Rachael Padman
Year: 2007
| | pdf |
Books and Articles from FreeBSD Site
All the documentation on this site can be downloaded in a variety of different formats (HTML, Postscript, PDF, and more) and compression schemes (BZip2, Zip) from the FreeBSD Download site.
Keywords: FreeBSD, annotations
Author: https://docs.freebsd.org/
Year: 2024
| | pdf, html |
The Complete FreeBSD
The Complete FreeBSD
Keywords: FreeBSD, book
Author: Greg Lehey
Year: 2006
| | html |
Using C on the UNIX System
If you are an intermediate to experienced C programmer, and you'd like to take the next step to become a UNIX system programmer, this book is for you.
Keywords: FreeBSD, book
Author: David A. Curry
Year: 1989
| | html |
A git Primer
This tutorial will focus on the fundamental concepts and tasks rather than trying to compete with the documentation.
Keywords: GIT, tutorial
Author: Daniel Miessler
Year: 2024
| | html |
A Visual Git Reference
This page gives brief, visual reference for the most common commands in git. Once you know a bit about how git works, this site may solidify your understanding. If you're interested in how this site was created, see my GitHub repository.
Keywords: GIT, reference
Author: Mark Lodato
Year: 2021
| | html |
Conversational Git
I wanted to find a way to tell the story of why I made the switch and why I think so much of the open source community is now based around Git and Git-friendly sites like GitHub.
Keywords: GIT, book
Author: Alan Hohn
Year: 2022
| | html |
git - the simple guide
Just a simple guide for getting started with git. no deep shit 😉
Keywords: GIT, cheatsheet
Author: Roger Dudler
Year: 2021
| | pdf |
Git for Computer Scientists
Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph.
Keywords: GIT, article
Author: Tommi Virtanen
Year: 2016
| | html |
Git From The Bottom Up
I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying its array of options may seem from the outside.
Keywords: GIT, documentation
Author: John Wiegley
Year: 2015
| | html |
Git Immersion
A guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.
Keywords: GIT, guide
Author: Jim Weirich
Year: 0
| | html |
Git In The Trenches
Git In The Trenches, or GITT is designed to be a book that focusses on teaching people to use Git by associating with scenarios that are experienced by a fictional company called Tamagoyaki Inc.
Keywords: GIT, book
Author: Peter Savage
Year: 2011
| | pdf, epub, mobi |
Git internals
This book is aimed at the developer who does not particularly like Subversion, Perforce or whatever SCM system they are currently using, has heard good things about Git, but doesn’t know where to start or why it’s so wonderful.
Keywords: GIT, book
Author: Scott Chacon
Year: 2008
| | pdf |
Git Magic
As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities.
Keywords: GIT, book
Author: http://www-cs-students.stanford.edu/
Year: 2024
| | html |
Git Notes for Professionals
Compiled from StackOverflow Documentation.
Keywords: GIT, documentation
Author: GoalKicker.com
Year: 2017
| | pdf |
Git Pocket Guide
This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience.
Keywords: GIT, guide
Author: Richard E. Silverman
Year: 2013
| | pdf |
Git Reference
This is the Git reference site. It is meant to be a quick reference for learning and remembering the most important and commonly used Git commands.
Keywords: GIT, reference
Author: GitHub team
Year: 2017
| | html |
Git Succinctly, Syncfusion
This free e-book is your quick guide to how Git operates, what its advantages are, and how you can incorporate it into your own workflow.
Keywords: GIT, book
Author: Ryan Hodson
Year: 2014
| | pdf, kindle |
Git Tutorial
This tutorial will help beginners learn the basic functionality of Git version control system. After completing this tutorial, you will find yourself at a moderate level of expertise in using Git version control system from where you can take yourself to the next levels.
Keywords: GIT, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
Git-Tutorial For-Beginners
New to git? Follow the steps below to get comfortable making changes to the code base, opening up a pull request (PR), and merging code into the primary branch.
Keywords: GIT, tutorial
Author: HubSpot Product Team
Year: 2020
| | html |
Git Workflows
This book will ignore some of the more obscure or advanced features of git in favor of using a basic set of tools to get things done. It's an opinionated book, offering you my own view on how things should be done based on my experiences with git.
Keywords: GIT, book
Author: https://web.archive.org/
Year: 2021
| | html |
Happy Git and GitHub for the useR
The target reader is someone who uses R for data analysis or who works on R packages, although some of the content may be useful to those working in adjacent areas.
Keywords: GIT, book
Author: Jennifer Bryan
Year: 2022
| | html |
How to Collaborate on GitHub: A mini book about collaborating on GitHub
This book is written from the point of view of the developer as oppose to being written top-down by management.
Keywords: GIT, book
Author: André J
Year: 2019
| | github |
Introduction to Git and Github
This book is for the absolute beginner and provides a gentle introduction to git and Github.
Keywords: GIT, book
Author: Launch School
Year: 2024
| | html |
Introduction to Git and Github - Tutorial
We’ll primarily focus on Github 3 (https://github.com), the main website used by thousands of developers across the globe.
The rest of this tutorial will describe how to use Github for use in your courses and to manage and share your code among your peers for group assignments and projects.
Keywords: GIT, tutorial
Author: Chris Bourke
Year: 2015
| | pdf |
Introduction to Git and GitHub eBook
This is an open-source introduction to Git and GitHub guide that will help you learn the basics of version control and start using Git for your SysOps, DevOps, and Dev projects.
Keywords: GIT, guide
Author: Bobby Iliev
Year: 2023
| | md, pdf, github |
Learn Git - Learn Version Control with Git
Learn about the ``what & why`` of version control, its basic workflow, and get your hands dirty on a real project.
Keywords: GIT, ebook
Author: Bastian Allgeier, Frank Karlitschek
Year: 2024
| | html |
Pro Git
We will begin by explaining some background on version control tools, then move on to how to get Git running on your system and finally how to get it set up to start working with.
Keywords: GIT, book
Author: Scott Chacon, Ben Straub
Year: 2014
| | html |
Pro Git Reedited
Given that Scott was generous enough to release Pro Git as a free book with the manuscript sources available at GitHub, I decided to return the favor by doing a complete edit in an attempt to improve the areas I had trouble with and to generally tighten up the text.
Keywords: GIT, book
Author: Scott Chacon
Year: 2013
| | html |
Ry's Git Tutorial
Ry’s Git Tutorial is a complete introduction to distributed version control with a focus on practical command line usage. We explain Git’s robust branching, merging, and collaboration capabilities from the ground up, so prior experience with centralized systems like SVN or CVS is not required.
Keywords: GIT, tutorial
Author: http://rypress.com/
Year: 2014
| | html |
Think Like (a) Git: A Guide for the Perplexed
My goal with this site is to help you, Dear Reader, understand what those smug bastards are talking about.
Keywords: GIT, blog
Author: Sam Livingston-Gray
Year: 2017
| | html |
An Introduction to Programming in Go
An Introduction to Programming in Go. Guides.
Keywords: GO, Golang, annotations
Author: Caleb Doxsey
Year: 2021
| | html |
Build Web Application with Golang
Because I'm interested in web application development, I used my free time to write this book as an open source version. It doesn't mean that I have a very good ability to build web applications; I would like to share what I've done with Go in building web applications.
Keywords: GO, Golang, book
Author: Xie Mengjun
Year: 2022
| | html |
Building Web Apps with Go
Welcome to Building Web Apps with Go! If you are reading this then you have just started your journey from noob to pro. No seriously, web programming in Go is so fun and easy that you won't even notice how much information you are learning along the way!
Keywords: GO, Golang, book
Author: https://codegangsta.gitbooks.io/
Year: 2024
| | html |
Darker Corners of Go
A condensed list of lessons for new to intermediate gophers, including experienced developers who are new to Go. While simplicity is at the core of Go philosophy you'll find it nevertheless enables numerous creative ways of shooting yourself in the foot.
Keywords: GO, Golang, book
Author: Rytis Bieliunas
Year: 2021
| | pdf |
Effective Go
This document gives tips for writing clear, idiomatic Go code. It augments the language specification, the Tour of Go, and How to Write Go Code, all of which you should read first.
Keywords: GO, Golang, documentation
Author: https://go.dev/
Year: 2024
| | html |
Go 101
Go 101 is a book focusing on Go syntax/semantics (except custom generics related) and all kinds of runtime related things (Go 1.19 ready) and tries to help gophers gain a deep and thorough understanding of Go.
Keywords: GO, Golang, book
Author: https://go101.org/
Year: 2021
| | html |
Go Bootcamp
f you want to become a better Go engineer (and generally a more pragmatic engineer), this bootcamp is for you. This is my value proposition to you, but you will have to study, read, and write a lot of code (and documentation). If you’re up for this, then read on!
Keywords: GO, Golang, book
Author: Chinmay Naik
Year: 2023
| | html |
Go by Example
Go by Example is a hands-on introduction to Go using annotated example programs.
Keywords: GO, Golang, tutorial
Author: Mark McGranaghan, Eli Bendersky
Year: 2023
| | html |
Go for Javascript Developers
This document compares between two programming languages, Golang (or ``Go``) and ECMAScript (or ``Javascript`` / ``JS``). The merits of this pairing is the popularity of these languages.
Keywords: GO, Golang, book
Author: Maor Zamski, Daniel Singer
Year: 2020
| | html |
Go for Python Programmers
This book is intended to provide a solid introduction to the Go language for experienced Python programmers.
Keywords: GO, Golang, book
Author: Jason McVetta
Year: 2013
| | html, pdf, epub |
Go Succinctly
In Go Succinctly, author Mark Lewin guides readers through the basics of Go, and he provides documentation and resources that allow users to dive into the language and learn it for themselves.
Keywords: GO, Golang, book
Author: Mark Lewin
Year: 2017
| | pdf, epub, kindle |
Go Tutorial
This tutorial is designed for software programmers with a need to understand the Go programming language from scratch. This tutorial will give you enough understanding on Go programming language from where you can take yourself to higher levels of expertise.
Keywords: GO, Golang, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
Go Web Development Succinctly
Mark Lewin will take you through serving, routing, connecting to a data source, using the templating engine, working with cookies, and more. Use Go Web Development Succinctly to build hugely scalable web applications with ease.
Keywords: GO, Golang, book
Author: Mark Lewin
Year: 2017
| | pdf, epub, kindle |
How To Code in Go
This book is designed to introduce you to writing programs with the Go programming language. You’ll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development.
Keywords: GO, Golang, book
Author: Gopher Guides
Year: 2020
| | pdf, epub |
Learn Go with Tests
Who this is for:
- People who are interested in picking up Go;
- People who already know some Go, but want to explore testing more;
Keywords: GO, Golang, book
Author: Chris James
Year: 2022
| | html |
Learning Go
I’ve written this book for people who already know some programming languages and how to program. In order to use this book, you (of course) need Go installed on your system, but you can easily try examples online in the Go playground2.
Keywords: GO, Golang, book
Author: Miek Gieben
Year: 2022
| | html |
Let's learn Go!
This website is an online book that aims to introduce people to this awesome language. And if you, actually, stumbled upon it while looking for real gophers, let me still invite you to read it and learn something cool!
Keywords: GO, Golang, book
Author: Big Yuuta
Year: 2012
| | html |
Practical Cryptography With Go
This is a book about cryptography: how to communicate securely. There are several objectives that cryptography aims to solve: confidentiality, integrity, and authenticity.
Keywords: GO, Golang, book
Author: Kyle Isom
Year: 2015
| | html |
Practical Go Lessons
Main objective of this book is to teach you the language in a progressive way. I also tried to clarify and explain some common computer science notions that can be difficult to grasp, especially for newcomers.
Keywords: GO, Golang, book
Author: Maximilien Andile
Year: 2022
| | html |
The Go Tutorial
The tour is interactive. Click the Run button now (or press Shift + Enter) to compile and run the program on a remote server. The result is displayed below the code.
Keywords: GO, Golang, tutorial
Author: https://go.dev/
Year: 2024
| | html |
The Little Go Book
The Little Go Book is a free book introducing Go.
Keywords: GO, Golang, book
Author: Karl Seguin
Year: 2020
| | pdf, github |
Web apps in Go, the anti textbook
This is an easy to understand example based tutorial aimed at those who know a little of Go and nothing of webdev and want to learn how to write a webserver in Go.
Keywords: GO, Golang, tutorial
Author: Suraj Patil, Adam Chalkley
Year: 2021
| | pdf, github |
Fullstack GraphQL
An open source book about full stack GraphQL development with React and Node.
Keywords: GraphQL, book
Author: Julian Mayorga
Year: 2022
| | github |
Learning graphqL
It is an unofficial and free graphql ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation.
Keywords: GraphQL, book
Author: Stack Overflow
Year: 2016
| | pdf |
Building Java Projects with Gradle
This guide walks you through using Gradle to build a simple Java project.
Keywords: Gradle, tutorial
Author: https://spring.io/
Year: 2024
| | html |
Gradle Succinctly
In Gradle Succinctly, author José Roberto Olivas Mendoza will show readers how to improve their projects’ development cycle in order to shrink delivery times and build more reliable products with Gradle, from installing it to exploring capabilities like hooks and dependency management.
Keywords: Gradle, book
Author: José Roberto, Olivas Mendoza
Year: 2017
| | pdf |
Gradle User Guide
The user manual contains a lot of other useful information and you can find samples demonstrating various Gradle features on the samples pages.
Keywords: Gradle, book
Author: https://docs.gradle.org/
Year: 2023
| | html |
Getting Started with Grails
Getting Started with Grails`` brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, Tropicana, and Taco Bell are all using Grails.
Keywords: Grails, book
Author: Scott Davis, Jason Rudolph
Year: 2010
| | html |
Grails Tutorial for Beginners
Below is a series of tutorials prepared for newcomers to Grails. It is a step by step guide to slowly help developer in their learning process.
Keywords: Grails, tutorial
Author: grails.asia
Year: 2021
| | html |
The Grails Framework - Reference Documentation
This documentation will take you through getting started with Grails and building web applications with the Grails framework.
Keywords: Grails, documentation
Author: https://docs.grails.org/
Year: 2024
| | pdf |
Spock Framework Reference Documentation
Spock Framework Reference Documentation.
Keywords: Spock, documentation
Author: Peter Niederwieser, Leonard Brünings
Year: 2022
| | html |
Hack Documentation
Hack Documentation
Keywords: Hack, documentation
Author: https://docs.hhvm.com/
Year: 2024
| | html |
Cloudera Impala
Hadoop and the Hadoop elephant logo are trademarks of the Apache Software
Foundation.
Keywords: Hadoop, Impala, documentation
Author: Cloudera, Inc.
Year: 2021
| | pdf |
Data-Intensive Text Processing with MapReduce
This book is about scalable approaches to processing large amounts of text with
MapReduce.
Keywords: Hadoop, book
Author: Jimmy Lin, Chris Dyer
Year: 2010
| | pdf |
Hadoop for Windows Succinctly
Author Dave Vickers provides a thorough guide to using Hadoop directly on Windows operating systems. From a conceptual overview to practical examples.
Keywords: Hadoop, book
Author: Dave Vickers
Year: 2019
| | pdf |
Hadoop Illuminated
Hadoop illuminated' is the open source book about Apache Hadoop™. It aims to make Hadoop knowledge accessible to a wider audience, not just to the highly technical.
Keywords: Hadoop, book
Author: Mark Kerzner, Sujee Maniyam
Year: 2015
| | html, pdf |
A Gentle Introduction to Haskell Version 98
This is the master HTML version of the Gentle Introduction To Haskell, version 98. Revised June, 2000 by Reuben Thomas.
Keywords: Haskell, tutorial
Author: Paul Hudak, John Peterson, Joseph Fasel
Year: 2000
| | html, pdf |
Anatomy of Programming Languages
Learn by doing, using Haskell.
Keywords: Haskell, tutorial
Author: William R. Cook
Year: 2021
| | html, github |
Beautiful Code, Compelling Evidence
For much the same reason as Simon Peyton-Jones put together Tackling the Awkward Squad, I have put together these lecture notes. I hope these will bring a programmer interested in visualization and open to the aesthetic advantages of functional programming up to speed on both topics.
Keywords: Haskell, tutorial
Author: J.R. Heard
Year: 2008
| | pdf |
Developing Web Applications with Haskell and Yesod
Yesod attempts to ease the web development process by playing to the strengths of the Haskell programming language.
Keywords: Haskell, book
Author: Michael Snoyman
Year: 2015
| | html |
Exploring Generic Haskell
We will systematically explain the core features of Generic Haskell, and several extensions, all with motivating examples and details on how the features can be implemented .
Keywords: Haskell, book
Author: Andres Loh
Year: 1976
| | pdf |
Happy Learn Haskell Tutorial
Volume 1 will bring your Haskell reading skill from nothing to about halfway through beginner level. You will also gain the skills necessary to write the smallest pre-beginner (basic level) programs.
Keywords: Haskell, tutorial
Author: GetContented
Year: 2016
| | html |
Haskell
Our aim in this book is to introduce you to the Haskell programming language — from the very basics to advanced features — and to computer programming in general.
Keywords: Haskell, wikibook
Author: https://en.wikibooks.org/
Year: 2023
| | html |
Haskell no panic
You can just cut and paste the code from this tutorial bit by bit, and in the process, your new program will create magically create more and more cool graphics along the way.
Keywords: Haskell, tutorial
Author: Conrad Barski
Year: 0
| | html, pdf |
Haskell Notes for Professionals
This Haskell Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Haskell, book
Author: GoalKicker
Year: 2012
| | pdf |
Haskell web Programming
A simple yesod tutorial. Yesod is a Haskell web framework. You shouldn’t need to know Haskell.
Keywords: Haskell, tutorial
Author: Yann Esposito
Year: 2015
| | html |
Learn Haskell Fast and Hard
A very short and dense tutorial for learning Haskell.
Keywords: Haskell, tutorial
Author: Yann Esposito
Year: 2012
| | html |
Learn You a Haskell for Great Good
Hey yo! This is Learn You a Haskell, the funkiest way to learn Haskell, which is the best functional programming language around.
Keywords: Haskell, tutorial
Author: https://learnyouahaskell.com/
Year: 2024
| | html |
Parallel and Concurrent Programming in Haskell
Author Simon Marlow walks you through the process with lots of code examples that you can run, experiment with, and extend. Divided into separate sections on Parallel and Concurrent Haskell, this book also includes exercises.
Keywords: Haskell, book
Author: Simon Marlow
Year: 2013
| | html |
Real World Haskell
This is the online home of the book “Real World Haskell”. It is published by O'Reilly Media. The first edition was released in November 2008.
Keywords: Haskell, book
Author: Bryan O'Sullivan, Don Stewart, John Goerzen
Year: 2008
| | html |
Speeding Through Haskell
This is a book that will show you around the Haskell programming language. If you're not already familiar (or too familiar) with programming in another language, you might need to put in extrawork. Don't be discouraged! While the stuff in the beginning may seem extremely boring, mind-blowing things start happening later on.
Keywords: Haskell, book
Author: Mihai-Radu Popescu
Year: 2015
| | pdf |
The Haskell Road to Logic, Math and Programming
The purpose of this book is to teach logic and mathematical reasoning in practice, and to connect logical reasoning with computer programming.
Keywords: Haskell, book
Author: Kees Doets, Jan van Eijck
Year: 2004
| | pdf |
The Haskell School of Music - From Signals to Symphonies
Yale University has provided me a stimulating and flexible environment to pursue my dreams for almost thirty years, and I am especially thankful for its recent support of the Computing and the Arts initiative.
Keywords: Haskell, book
Author: Paul Hudak
Year: 2012
| | pdf |
Wise Man's Haskell
This is my book on learning Haskell, an excellent functional programming language.
Keywords: Haskell, book
Author: André Popovitch
Year: 2022
| | github |
Yet Another Haskell Tutorial
The goal of the Yet Another Haskell Tutorial is to provide a complete intoduction to the Haskell programming language. It assumes no knowledge of the Haskell language or familiarity with functional programming in general.
Keywords: Haskell, tutorial
Author: Hal Daume
Year: 2006
| | pdf |
Flambe Handbook
Flambe is a Haxe powered 2D game engine that makes cross-platform development actually fun. Spend less time dealing with platform-specific bugs, and more time building great games.
Keywords: Haxe, guide
Author: Mark Knol
Year: 2017
| | github |
Haxe and JavaScript
But that is no more. I decided to get some of that back. Based upon the information from the old site and my own need to document this.
Keywords: Haxe, documentation
Author: Matthijs Kamstra
Year: 2019
| | html |
Haxe Manual
The Haxe Foundation provides the following documentation to guide you into the Haxe Toolkit.
Keywords: Haxe, documentation
Author: https://haxe.org/
Year: 2024
| | pdf, html |
HaxeFlixel Handbook
These pages are intended to answer common questions and explain the main ideas and structures behind most HaxeFlixel games.
Keywords: Haxe, documentation
Author: https://haxeflixel.com/
Year: 2024
| | html |
Kha Handbook
Kha Handbook
Keywords: Haxe, tutorial
Author: Robert Konrad
Year: 2022
| | github |
A beginner's guide to HTML&CSS
Learn to Code HTML & CSS is a simple and comprehensive guide dedicated to helping beginners learn HTML and CSS. Outlining the fundamentals, this guide works through all common elements of front-end design and development.
Keywords: HTML, CSS, book
Author: Shay Howe
Year: 2024
| | html |
A free guide to learn HTML and CSS
This ebook is a step by step guide in which I teach you how to build your own personal webpage from scratch, line by line, with HTML5, CSS3, and even JS.
Keywords: HTML, CSS, book
Author: Jeremy Thomas
Year: 2024
| | html |
Adaptive Web Design
In this brief book, Aaron Gustafson chronicles the origins of progressive enhancement, its philosophy, and mechanisms, and reveals the countless practical ways that you can apply progressive enhancement principles using HTML, CSS, and JavaScript.
Keywords: HTML, CSS, book
Author: Aaron Gustafson
Year: 2011
| | html |
Airbnb CSS / Sass Styleguide
Airbnb CSS / Sass Styleguide
Keywords: HTML, CSS, guide
Author: Joe Lencioni, Diane Ko
Year: 2015
| | html |
Airbnb CSS-in-JavaScript Style Guide
Airbnb CSS-in-JavaScript Style Guide.
Keywords: HTML, CSS, guide
Author: Airbnb
Year: 2012
| | html |
An advanced guide to HTML&CSS
Learn to Code Advanced HTML & CSS takes a deeper look at front-end design and development, expanding on what is covered in the beginner’s guide. Studying modern front-end development, this guide teaches the latest for any designer looking to round out their front-end skills.
Keywords: HTML, CSS, guide
Author: Ruurtjan Pul
Year: 2024
| | html |
Atomic Design
This book introduces a methodology for thinking of our UIs as thoughtful hierarchies, discusses the qualities of effective pattern libraries, and showcases techniques to transform your team's design and development workflow.
Keywords: HTML, CSS, book
Author: Brad Frost
Year: 2016
| | html |
Canvassing
Learn to use JavaScript & the HTML5 canvas tag for games, art & other creative coding.
Keywords: HTML, CSS, book
Author: Seth Vincent
Year: 2022
| | html |
Code Guide: Standards for developing flexible, durable, and sustainable HTML and CSS
Code Guide: Standards for developing flexible, durable, and sustainable HTML and CSS.
Keywords: HTML, CSS, guide
Author: Mark Otto
Year: 2023
| | html |
CSS Animation 101
This book gives you a solid introduction to the topic, combining theory with practical lessons. You’ll learn how, and why to use animation on your web pages and hopefully be inspired to try it on your own projects!
Keywords: HTML, CSS, book
Author: Donovan Hutchinson
Year: 2021
| | github |
CSS Notes for Professionals
This CSS Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: HTML, CSS, documentation
Author: GoalKicker
Year: 2015
| | pdf |
Dive Into HTML5
Dive Into HTML5 seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards.
Keywords: HTML, CSS, book
Author: Mark Pilgrim
Year: 2010
| | pdf |
DOM Enlightenment
This book is not an exhaustive reference on DOM scripting or JavaScript. It may, however, be the most exhaustive book written about DOM scripting without the use of a library/framework.
Keywords: HTML, CSS, book
Author: Cody Lindley
Year: 2024
| | html |
GA Dash
Dash is a fun and free online course that teaches you the basics of web development through projects you can do in your browser.
Keywords: HTML, CSS, tutorial
Author: https://dash.generalassemb.ly/
Year: 2019
| | html |
Google's HTML/CSS Style Guide
This document defines formatting and style rules for HTML and CSS. It aims at improving collaboration, code quality, and enabling supporting infrastructure. It applies to raw, working files that use HTML and CSS, including GSS files.
Keywords: HTML, CSS, documentation
Author: https://google.github.io/
Year: 2024
| | html |
How To Build a Website with HTML
If you are interested in learning how to build and design websites, Hyper Text Markup Language (HTML) is a great place to start. This project-based book will introduce you to HTML and its methods by building a personal website using our demonstration site (below) as a model.
Keywords: HTML, CSS, book
Author: Erin Glass
Year: 2020
| | pdf, epub |
How to Code in HTML5 and CSS3
I really like The Verge. It's a website where you can find interesting articles about new technologies, science and culture. On the home page, you can find dozens of feature stories and articles which tend to look similar to each other.
Keywords: HTML, CSS, book
Author: Damian Wielosik
Year: 2013
| | pdf |
HTML Canvas Deep Dive
Canvas is a 2D drawing API recently added to HTML and supported by most browsers (even Internet Explorer 9 beta). Canvas allows you to draw anything you want directly in the web browser without the use of plugins like Flash or Java.
Keywords: HTML, CSS, book
Author: Josh Marinacci
Year: 2024
| | html |
HTML Dog Tutorials
Everything HTML, CSS, and JavaScript, the most common languages used in making web pages.
Keywords: HTML, CSS, tutorial
Author: https://www.htmldog.com/
Year: 2024
| | html |
HTML5 Canvas
HTML5 Canvas is an immediate mode bitmapped area of the screen that can be manipulated with JavaScript. Immediate mode refers to the way the canvas renders pixels on the screen.
Keywords: HTML, CSS, book
Author: O'Reilly
Year: 2024
| | html |
HTML5 Canvas Notes for Professionals
This HTML5 Canvas Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: HTML, CSS, book
Author: GoalKicker
Year: 2024
| | pdf |
HTML5 Notes for Professionals
This HTML5 Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: HTML, CSS, book
Author: GoalKicker
Year: 2024
| | pdf |
HTML5 Quick Learning Guide
Just what you need to know to quickly move from HTML / XHTML to HTML5.
Keywords: HTML, CSS, guide
Author: https://www.ossblog.org/
Year: 2017
| | pdf |
HTML5 Shoot 'em Up in an Afternoon
As the title and cover of the book implies, we will introduce you to both HTML5 and game development by guiding you in making a shoot-em-up game similar to the classic video game 1942.
Keywords: HTML, CSS, book
Author: Bryan Bibat
Year: 2015
| | html |
Interneting is Hard (But it Doesn't Have to Be)
Learning to code shouldn’t be hard. We’re making it easier by putting together a comprehensive set of web development tutorials to help transform complete beginners into talented Interneting professionals. We’ve got the curriculum, all you need is the motivation to start reading it.
Keywords: HTML, CSS, tutorial
Author: InternetingIsHard.com
Year: 2016
| | html |
Learn CSS Layout
This site teaches the CSS fundamentals that are used in any website's layout.
Keywords: HTML, CSS, tutorial
Author: Shay Howe
Year: 2024
| | html |
Learn CSS Layout the pedantic way
I wrote this set of chapters to describe those rules. It's long-form writing, but not book-length. I don't think I'd want to write a full book about CSS, but writing about CSS layout has been useful.
Keywords: HTML, CSS, book
Author: Mikito Takada
Year: 2013
| | html |
Learn to Code HTML & CSS
Learn to Code HTML & CSS has one goal — to teach people how to build beautiful and intuitive websites by way of clear and organized lessons. The guide covers a variety of web design and development topics, ranging from beginner to advanced skill levels.
Keywords: HTML, CSS, book
Author: Shay Howe
Year: 2024
| | html |
Learning sass
It is an unofficial and free sass ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow.
Keywords: HTML, CSS, book
Author: Stack Overflow
Year: 2016
| | pdf |
MaintainableCSS
Write CSS without worrying that overzealous, pre-existing styles will cause problems. MaintainableCSS is an approach to writing modular, scalable and maintainable CSS.
Keywords: HTML, CSS, book
Author: Adam Silver
Year: 2018
| | html |
Pocket Guide to Writing SVG
This guide is meant to provide a quick but thorough introduction to building SVG inline, and while it in no way covers all the available features, it should prove helpful in getting you started.
Keywords: HTML, CSS, book
Author: Joni Trythall
Year: 2018
| | html |
Pro HTML5 Programming
Welcome to this interactive version of Pro HTML5 Programming. We teamed up with the folks at Apress to create this a new kind of book where we practice what we preach.
Keywords: HTML, CSS, book
Author: Peter Lubbers
Year: 2016
| | html |
Resilient Web Design
Resilient Web Design, you might think that this is a handbook for designing robust websites. This is not a handbook. It’s more like a history book.
Keywords: HTML, CSS, book
Author: Jeremy Keith
Year: 2016
| | html |
RTL Styling 101
An extensive guide on how to style for RTL in CSS By Ahmad Shadeed.
Keywords: HTML, CSS, guide
Author: Ahmad Shadeed
Year: 2019
| | html |
Understanding Flexbox: Everything you need to know
I’ll get into the inner workings of Flexbox while you learn to build the music app layout. You’ll also get a feel for the role Flexbox plays in responsive web design, too.
Keywords: HTML, CSS, book
Author: Ohans Emmanuel
Year: 2016
| | pdf |
W3.CSS Succinctly
In W3.CSS Succinctly, Joseph Booth will take you through using features such as containers and helper classes, visual elements and animations.
Keywords: HTML, CSS, book
Author: Joseph D. Booth
Year: 2018
| | pdf |
Web Visual Effects with CSS3
This is a book with examples and solutions to create practical visual effects on web by using CSS3. The purpose of this book is to let you use the effect right away. You can directly use the code examples in your web projects.
Keywords: HTML, CSS, book
Author: Thomas Seng Hin Mak
Year: 2018
| | html |
Twitter Bootstrap 4 Succinctly
In Twitter Bootstrap 4 Succinctly, you’ll learn the essentials of what has changed in the five years since the last version of the framework was released, and how to immediately put it to good use. Learn all about grids, tables, buttons, forms, cards, and many more tools that make designing a UI easier than ever before.
Keywords: Bootstrap, book
Author: Peter Shaw
Year: 2018
| | pdf |
Cocoa Dev Central
Learn Cocoa
Keywords: iOS, tutorial
Author:
Year: 0
| | html |
iOS Developer Notes for Professionals
This iOS Developer Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: iOS, book
Author: Stack Overflow
Year: 2018
| | pdf |
iOS Succinctly, Syncfusion
If you're looking for the fastest way to get up and running with iOS development, forget about the 1,500+ pages of documentation in the iOS Developer Library. This is the only resource you need.
Keywords: iOS, book
Author: Ryan Hodson
Year: 2014
| | pdf, kindle |
NSHipster
NSHipster is a journal of the overlooked bits in Objective-C, Swift, and Cocoa.
Keywords: iOS, reference
Author: https://nshipster.com/
Year: 2024
| | html |
Start Developing iOS Apps (Swift)
SwiftUI is a modern way to declare user interfaces for any Apple platform. Create beautiful, dynamic apps faster than ever before.
Keywords: iOS, tutorial
Author: https://developer.apple.com/
Year: 2024
| | html |
Start Developing iOS Apps Today (Objective-C) - Last updated 22.10.2013
Start Developing iOS Apps Today provides the perfect starting point for iOS development. On your Mac, you can create iOS apps that run on iPad, iPhone, and iPod touch.
Keywords: iOS, book
Author: Apple Inc
Year: 2013
| | pdf |
IoT in five days- V1.1
The IoT in five days book is in active development by a joint effort from both academia and industrial collaborators, acknowledging that the Internet of Things of the future will be built on top of scalable and mature protocols.
Keywords: IoT, book
Author: Dinuka Salwathura
Year: 2016
| | pdf, epub, mobi |
Arithmetic by Kenneth E Iverson
The use of simple, executable notation makes it accessible to any serious student possessing little more than a knowledge of the counting numbers.
Keywords: J, book
Author: Kenneth E. Iverson
Year: 2002
| | pdf |
Brief Reference by Chris Burke and Clifford Reiter
This brief reference gives informal descriptions of most of the J primitives. Not every primitive is included and some idioms, examples and other resources have been added where appropriate.
Keywords: J, book
Author: Chris Burke, Cliff Reiter
Year: 2014
| | pdf |
Calculus by Kenneth E Iverson
The text is paced for a reader familiar with polynomials, matrix products, linear functions, and other notions of elementary algebra; nevertheless, full definitions of such matters are also provided.
Keywords: J, book
Author: Kenneth E. Iverson
Year: 2002
| | pdf |
Computers and Mathematical Notation by Kenneth E Iverson
By relieving the brain of all unnecesary work, a good notation sets it free to concentrate on more advanced problems, and in effect increases the mental power of the race.
Keywords: J, book
Author: Kenneth E. Iverson
Year: 1996
| | html |
Concrete Math Companion by Kenneth E Iverson
This book is written as a companion to Concrete Mathematics.
Keywords: J, book
Author: Kenneth E. Iverson
Year: 2002
| | pdf |
Easy J by Linda Alvord, Norman Thomson
An Introduction to the World’s most Remarkable Programming Language.
Keywords: J, book
Author: Linda Alvord, Norman Thomson
Year: 2002
| | pdf, doc |
Exploring Math by Kenneth E Iverson
Exploring Math by Kenneth E Iverson.
Keywords: J, book
Author: Kenneth E. Iverson
Year: 2002
| | pdf |
J for C Programmers by Henry Rich
The implementation of the J interpreter has required diverse skills: architectural vision, careful selection of algorithms, cold-eyed project management to select features for implementation, robust and efficient coding, performance optimization, and expertise in numerical analysis.
Keywords: J, tutorial
Author: Jsoftware Inc
Year: 2008
| | html |
J Primer
If you are new to J and want to be a J programmer, this is a good place to start. Even if you have considerable programming experience, there is much that is unique to J, and it is worthwhile to at least skim this book before jumping into the deep end.
Keywords: J, book
Author: Jsoftware Inc
Year: 2018
| | html |
Learning J by Roger Stokes- online
An Introduction to the J Programming Language.
Keywords: J, book
Author: Roger Stokes
Year: 2015
| | html |
3D Programming in Java
Java 3D Programming is aimed at intermediate to experienced Java developers. Previous experience in graphics programming (OpenGL and Swing, for example) will be very useful, but it's not a prerequisite. No book stands alone and you should make good use of the many online resources and books listed in appendix B and the bibliography.
Keywords: Java, book
Author: Daniel Selman
Year: 2001
| | pdf |
Apache Jakarta Commons: Reusable Java Components
The first few chapters cover the more web-specific packages, including FileUpload, HttpClient, and the Net suite of protocol implementations. The Pool and DBCP packages are useful for a broader range of applications.
Keywords: Java, book
Author: Bruce Perens
Year: 2005
| | pdf |
Artificial Intelligence - Foundations of Computational Agents, Second Edition
Artificial Intelligence - Foundations of Computational Agents, Second Edition.
Keywords: Java, book
Author: David L. Poole, Alan K. Mackworth
Year: 2023
| | html |
Building Back-End Web Apps with Java, JPA and JSF
An incremental in-depth tutorial about building Java back-end web applications with Java Server Faces (JSF) as the user interface technology and the Java Persistence API (JPA) for object-to-storage mapping and storage management.
Keywords: Java, tutorial
Author: https://web-engineering.info/
Year: 2020
| | html, pdf |
Category wise tutorials - J2EE
Mkyong.com is providing Java and Spring tutorials and code snippets since 2008. All published articles are simple and easy to understand and well tested in our development environment.
Keywords: Java, tutorial
Author: Mkyong.com
Year: 2020
| | html |
Core Servlets and JavaServer Pages, 2nd Ed. (2003)
There is now a free online servlet and JSP tutorial based on the book. The tutorial has complete source code that has been updated to the latest servlet and JSP versions, uses Eclipse, and has exercises and exercise solutions.
Keywords: Java, tutorial
Author: Marty Hall, Larry Brown
Year: 2015
| | pdf |
Data Structures in Java for the Principled Programmer (2007)
This book attempts to provide a fresh and focused approach to the design and implementation of classic structures in a manner that meshes well with existing Java packages.
Keywords: Java, book
Author: Duane A. Bailey
Year: 2007
| | pdf |
Google's Java Style Guide
This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein.
Keywords: Java, guide
Author: https://google.github.io/
Year: 2024
| | html |
Introduction to Computer Science "booksite"
The book is organized around four areas of computer science: programming, machine architecture, theory, and systems.
Keywords: Java, book
Author: Robert Sedgewick, Kevin Wayne
Year: 2023
| | html |
Introduction to Computer science using Java
This is a first course in Computer Science using the programming language Java. It is intended for high school AP Computer Science classes, for university level CS-I classes, and for self study.
Keywords: Java, course
Author: Bradley Kjell
Year: 2019
| | html |
Introduction to Programming in Java
This booksite contains tens of thousands of files, fully coordinated with our textbook and also useful as a standalone resource.
Keywords: Java, textbook
Author: Robert Sedgewick, Kevin Wayne
Year: 2024
| | html |
Introduction to Programming Using Java
This book is directed mainly towards beginning programmers, although it might also be useful for experienced programmers who want to learn something about Java.
Keywords: Java, book
Author: David J. Eck
Year: 2022
| | html, pdf, epub |
Introduction to Programming Using Java (5th Edition - final version, 2010 Jun)
This book is directed mainly towards beginning programmers, although it might also be useful for experienced programmers who want to learn something about Java. It is certainly not meant to provide complete coverage of the Java language.
Keywords: Java, book
Author: David J. Eck
Year: 2010
| | html, pdf, epub |
Java Application Development on Linux (2005)
If you are an experienced Java programmer, but quite new to Linux, and you have been looking for information on the tools available to develop and deploy Java applications on Linux systems, this book will provide a lot of useful information.
Keywords: Java, book
Author: Carl Albing, Michael Schwarz
Year: 2005
| | pdf |
Java, Java, Java Object-Oriented Problem Solving
We have designed this third edition of Java, Java, Java to be suitable for a typical Introduction to Computer Science (CS1) course or for a slightly more advanced Java as a Second Language course. This edition retains the “objects first” approach to programming and problem solving that was characteristic of the first two editions.
Keywords: Java, book
Author: R. Morelli, R.Walde
Year: 2012
| | pdf, epub, kindle |
Java Language and Virtual Machine Specifications
Java Language and Virtual Machine Specifications.
Keywords: Java, reference
Author: https://docs.oracle.com/
Year: 2023
| | html, pdf |
Java Notes for Professionals
This Java Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Java, book
Author: GoalKicker
Year: 2023
| | pdf |
Java Programming
This book is an introduction to programming in Oracle’s Java programming language, a widely used programming language and software platform. This book serves as a comprehensive guide, complete with a series of tutorials to help users better understand the many ways one can program in Java.
Keywords: Java, book
Author: https://en.wikibooks.org/
Year: 2024
| | html |
Java Programming for Kids
The book ``Java for Kids`` was written by Yakov Fain, Java Champion. The goal is to help students learn to program in the most popular language in the world: Java. This book starts from an introduction to Java and then explains how to write programs that have Graphic User Interface by writing the Tic-Tac-Toe and Ping-Pong games.
Keywords: Java, book
Author: Yakov Fain
Year: 2015
| | html |
Learning Java Language
Learning Java Language
Keywords: Java, book
Author: Stack Overflow
Year: 2018
| | pdf |
Microservices Best Practices for Java
Microservices is an architectural style in which large, complex software applications are composed of one or more smaller services.
Keywords: Java, book
Author: Michael Hofmann, Erin Schnabel, Katherine Stanley
Year: 2016
| | pdf |
Object-Oriented Programming in JavaTM Textbook
It is aimed at students with little or no programming experience, and it uses DrJava as a vehicle for student experimentation object-oriented programming concepts.
Keywords: Java, textbook
Author: https://computing.southern.edu/
Year: 2008
| | pdf |
OOP - Learn Object Oriented Thinking & Programming
The whole textbook is designed as a record of the dialogue of the author with his daughter who wants to learn programming.
Keywords: Java, textbook
Author: Rudolf Pecinovský
Year: 2013
| | pdf |
Open Data Structures (in Java)
The goal of this project is to free undergraduate computer science students from having to pay for an introductory data structures book.
Keywords: Java, book
Author: Pat Morin
Year: 2012
| | pdf |
Playing with Java Microservices on Kubernetes and OpenShift
You'll learn how to build a microservices architecture with Spring Boot/Cloud, by evolving an application from a sample monolith to an architecture composed of several services.
Keywords: Java, book
Author: Nebrass Lamouchi
Year: 2020
| | pdf |
Processing XML with Java (A Guide to SAX, DOM, JDOM, JAXP, and TrAX) (2002)
This book is going to show you how to handle XML in its full generality.
Keywords: Java, book
Author: Elliotte Rusty Harold
Year: 2003
| | html |
The Java EE6 Tutorial
This tutorial is a guide to developing enterprise applications for the Java Platform, Enterprise Edition 6 (Java EE 6) using GlassFish Server Open Source Edition.
Keywords: Java, tutorial
Author: https://docs.oracle.com/
Year: 2013
| | pdf |
The Java EE7 Tutorial
This tutorial is a guide to developing enterprise applications for the Java Platform.
Keywords: Java, tutorial
Author: https://docs.oracle.com/
Year: 2014
| | pdf |
The Java Tutorials
The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available.
Keywords: Java, tutorial
Author: https://docs.oracle.com/
Year: 2022
| | html |
The Java Web Scraping Handbook
Web scraping or crawling is the act of fetching data from a third party website by downloading and parsing the HTML code to extract the data you want. It can be done manually, but generally this term refers to the automated process of downloading the HTML content of a page, parsing/extracting the data, and saving it into a database for further analysis or use.
Keywords: Java, handbook
Author: Kevin Sahin
Year: 2020
| | html, pdf |
Think Data Structures: Algorithms and Information Retrieval in Java
This book is intended for college students in computer science and related fields, as well as professional software engineers, people training in software engineering, and people preparing for technical interviews.
Keywords: Java, book
Author: Allen B. Downey
Year: 2016
| | html, pdf |
Think Java: How to Think Like a Computer Scientist, 2nd Edition
Think Java is a hands-on introduction to computer science and programming used by many universities and high schools around the world.
Keywords: Java, book
Author: Allen B. Downey, Chris Mayfield
Year: 2020
| | html, pdf |
Think Java: How to Think Like a Computer Scientist
Think Java is an introduction to computer science and programming intended for people with little or no experience.
Keywords: Java, book
Author: Allen B. Downey, Chris Mayfield
Year: 2016
| | html, pdf |
Using RxJava 2 Tutorial
RxJava is the Java implementation of this concept. RxJava is published under the Apache 2.0 license. RxJava provides Java API for asynchronous programming with observable streams.
Keywords: Java, tutorial
Author: Lars Vogel, Simon Scholz
Year: 2017
| | html |
Welcome to Java for Python Programmers
This short ebook is an ongoing project to help Computer Science students who have had one or two semesters of Python learn the Java programming language.
Keywords: Java, book
Author: Brad Miller
Year: 2008
| | html |
Java 3D Programming
Java 3D Programming is aimed at intermediate to experienced Java developers. Previous experience in
Keywords: Java, book
Author: Daniel Selman
Year: 2002
| | pdf |
What’s New in Java 8
This book is a short introduction to Java 8. After reading it, you should have a basic understanding of the new features and be ready to start using it.
Keywords: Java, book
Author: Adam L. Davis
Year: 2022
| | html |
Writing Advanced Applications for the Java 2 Platform
This book fills that void by presenting the design, development, test, deployment and debugging phases for an enterprise-worthy auction application.
Keywords: Java, book
Author: Calvin Austin, Monica Pawlan
Year: 1999
| | pdf |
The JasperReports Ultimate Guide, Third Edition
JasperReports handles only reporting. It relies on third-party libraries and APIs to perform needed functionality like XML parsing, database connectivity, PDF or XLS output, and so on.
Keywords: Java, Reporting, guide
Author: Jaspersoft Corporation
Year: 2011
| | pdf |
Spring Framework Cookbook: Hot Recipes for Spring Framework
Spring Application Framework has been in action for quite a long time, and programmers have developed several conventions, usage patterns, and idioms during that time period. In this example, we will try to explain some of them and give examples to illustrate how to apply them in your projects.
Keywords: Spring, Java, cookbook
Author: https://www.javacodegeeks.com/
Year: 2017
| | pdf |
Spring Framework Notes for Professionals
This Spring® Framework Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Spring, Java, book
Author: Stack Overflow
Year: 2018
| | pdf |
Spring Framework Reference Documentation
Spring makes it easy to create Java enterprise applications. It provides everything you need to embrace the Java language in an enterprise environment, with support for Groovy and Kotlin as alternative languages on the JVM, and with the flexibility to create many kinds of architectures depending on an application’s needs.
Keywords: Spring, Java, book
Author: Sébastien Deleuze
Year: 2018
| | html |
Building modern Web Apps with Spring Boot and Vaadin
A practical introduction to web application development using Java.
Keywords: Spring Boot, Java, guide
Author: Vaadin Ltd
Year: 2024
| | pdf |
Spring Boot Reference Guide
Spring Boot Reference Guide.
Keywords: Spring Boot, Java, reference
Author: https://docs.spring.io/
Year: 2024
| | pdf, html |
Spring Data Reference
Spring Data JPA provides repository support for the Java Persistence API (JPA). It eases development of applications that need to access JPA data sources.
Keywords: Spring Data, Java, reference
Author: https://docs.spring.io/
Year: 2024
| | html |
Spring Security Reference
Spring Security is a framework that provides authentication, authorization, and protection against common attacks. With first class support for securing both imperative and reactive applications, it is the de-facto standard for securing Spring-based applications.
Keywords: Spring Security, Java, reference
Author: https://docs.spring.io/
Year: 2024
| | html |
Official Free Online Guide for Apache Wicket framework
The guide gradually introduces you to the various features of the framework with many real-world examples. It covers subjects such as models, behaviours, testing and integration with other projects.
Keywords: Wicket, Java, guide
Author: https://wicket.apache.org/
Year: 2024
| | pdf, html |
Airbnb JavaScript Style Guide() {
This guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in your app, with airbnb-browser-shims or the equivalent.
Keywords: JavaScript , guide
Author: https://airbnb.io/
Year: 2024
| | html |
Basic JavaScript for the impatient programmer
This blog post enables you to get started with JavaScript as quickly as possible – if you already know how to program. It describes the smallest subset of the language that allows you to be productive.
Keywords: JavaScript , blog
Author: Axel Rauschmayer
Year: 2013
| | html |
Book of Modern Frontend Tooling
A free open-source book introducing you to the world of tooling for modern web applications.
Keywords: JavaScript , book
Author: Sindre Sorhus, Addy Osmani
Year: 2015
| | html, github |
Building Front-End Web Apps with Plain JavaScript
This book shows how to build front-end web applications with plain JavaScript, not using any (third-party) framework or library.
Keywords: JavaScript , book
Author: Gerd Wagner
Year: 2020
| | html, pdf |
Clean Code JavaScript
This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.
Keywords: JavaScript , guide
Author: Ryan McDermott
Year: 2022
| | html, github |
Crockford's JavaScript
Douglas Crockford's JavaScript.
Keywords: JavaScript , article
Author: Douglas Crockford
Year: 2024
| | html |
Deep JavaScript: Theory and techniques
This book dives deeply into JavaScript:
- It teaches practical techniques for using the language better.
- It teaches how the language works and why. What it teaches is firmly grounded in the ECMAScript specification (which the book explains and refers to).
- It covers only the language (ignoring platform-specific features such as browser APIs) but not exhaustively. Instead, it focuses on a selection of important topics.
Keywords: JavaScript , book
Author: Axel Rauschmayer
Year: 2022
| | html |
Designing Scalable JavaScript Applications
The book helps you start thinking about which tools and frameworks you’ll use and which design patterns you’ll implement. This book brings together excerpts from four different Manning titles selected by Emmit Scott.
Keywords: JavaScript , book
Author: Emmit Scott
Year: 2016
| | pdf, livebook |
JavaScript reference
This part of the JavaScript section on MDN serves as a repository of facts about the JavaScript language.
Keywords: JavaScript , reference
Author: MDN contributors
Year: 2023
| | html |
Eloquent JavaScript 3rd edition
This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or buy your own paperback copy.
Keywords: JavaScript , book
Author: Marijn Haverbeke
Year: 2024
| | html, pdf, epub, mobi |
Exploring ES6
This book covers ECMAScript 6 in depth, but is structured so that you can also quickly get an overview if you want to. This book not only tells you how ES6 works, it also tells you why it works the way it does.
Keywords: JavaScript , book
Author: Axel Rauschmayer
Year: 2018
| | html |
Google JavaScript Style Guide
This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language. A JavaScript source file is described as being in Google Style if and only if it adheres to the rules herein.
Keywords: JavaScript , guide
Author: https://google.github.io/
Year: 2024
| | html |
Human JavaScript
This Book Will Help You Build Native HTML5 Apps.
Keywords: JavaScript , book
Author: Henrik Joreteg
Year: 2013
| | html |
JavaScript Allongé
Like JavaScript itself, this book gives you a gentle start before showing you its full depth, and like a Cafe Allongé, it’s over too soon. Enjoy!
Keywords: JavaScript , book
Author: Reginald Braithwaite
Year: 2015
| | html |
JavaScript Bible
Javascript Bible from Javascript's creator.
Keywords: JavaScript , book
Author: Danny Goodman
Year: 2001
| | pdf |
JavaScript Challenges Book
This book will challenge you to learn and understand the most obscure and tricky parts of Javascript.
Keywords: JavaScript , book
Author: https://tcorral.github.io/
Year: 2024
| | html |
JavaScript ES6 and beyond
Learn everything from the basics of JavaScript to the new ES2022 features. Practice with more than 50 quizzes and dive into the basics of TypeScript.
Keywords: JavaScript , guide
Author: Alberto Montalesi
Year: 2021
| | pdf, epub, github |
JavaScript For Cats
An introduction for new programmers. Like cats, computer programmers make mistakes all time: misspelling things, forgetting quotes or brackets, and being forgetful of how basic functions (and yarn, lasers) work.
Keywords: JavaScript , article
Author: Max Ogden
Year: 2016
| | html |
JavaScript for Impatient Programmers (ES2020 edition)
This book makes JavaScript less challenging to learn for newcomers by offering a modern view that is as consistent as possible.
Keywords: JavaScript , book
Author: Axel Rauschmayer
Year: 2022
| | html |
JavaScript from ES5 to ESNext
Welcome to the Valley of Code.
Keywords: JavaScript , handbook
Author: Flavio Copes
Year: 2024
| | pdf, epub, kindle |
JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies
Hello there new programmer! If you've never programmed before, you're in for a treat because this is the section for you! In this section we're going to be covering the very basics of JavaScript from the ground up. These are the fundamentals that you will need to know to do the fancy schmancy stuff that you're probably quite keen to get started on shortly.
Keywords: JavaScript , tutorial
Author: Nicholas Johnson
Year: 2023
| | html |
JavaScript Garden
JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.
Keywords: JavaScript , documentation
Author: Ivo Wetzel, Zhang Yi Jiang
Year: 2020
| | html |
JavaScript Interview #35
This e-book is written to help you prepare for a technical interview in JavaScript.
Keywords: JavaScript , book
Author: Coderslang
Year: 2023
| | pdf |
JavaScript Notes for Professionals
This JavaScript® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: JavaScript , book
Author: GoalKicker
Year: 2023
| | pdf |
JavaScript Patterns Collection
All this is a simple note of the normal techniques for running javascript. A list of useful ready-to-use templates that anyone can use to learn or reconstruct what is needed in their small or large projects. It's a 360° free resource.
Keywords: JavaScript , reference
Author: Berto
Year: 2024
| | github |
JavaScript Succinctly
JavaScript Succinctly was written to give readers an accurate, concise examination of JavaScript objects and their supporting nuances, such as complex values, primitive values, scope, inheritance, the head object, and more. If you’re an intermediate JavaScript developer and want to solidify your understanding of the language, or if you’ve only used JavaScript beneath the mantle of libraries such as jQuery or Prototype, this is the book for you.
Keywords: JavaScript , book
Author: Cody Lindley
Year: 2014
| | pdf, kindle |
JavaScript the Right Way
Today we have a bunch of websites running JavaScript. I think we need a place to put all the best practices and references together so we can share this (good) information and help keep the web more organized.
Keywords: JavaScript , guide
Author: William Oliveira, Atef Ben Ali
Year: 2021
| | html, github |
jQuery Fundamentals
This course will guide you through the features of the jQuery "write less, do more" library
Keywords: JavaScript , guide
Author: Dan Wahlin
Year: 2023
| | html |
JS Robots
Get excited; this chapter is about robots, JavaScript and, well, nothing else. But seriously, robots and JavaScript should be enough. In this chapter, I will quickly survey the field of physical computing and how robots written in JavaScript fit in. The bulk of this chapter covers the ways in which you can interact with the world around you using machines that
listen to JavaScript.
Keywords: JavaScript , book
Author: Mark Daggett
Year: 2020
| | pdf |
Leaflet Tips and Tricks: Interactive Maps Made Easy
The idea of writing a book on Leaflet came about pretty much as soon as I first used it. It seemed so easy to use and I went looking for some books to help me through some of the more advanced topics.
Keywords: JavaScript , book
Author: Malcolm Maclean
Year: 2021
| | html |
Learning JavaScript Design Patterns
The classic JavaScript design patterns book, updated to ES2015+ syntax.
Keywords: JavaScript , book
Author: Addy Osmani
Year: 2023
| | html |
Learning ES6/JavaScript - Part 1
Learn the new ES6 syntax quickly.
Keywords: JavaScript , book
Author: Vikram Sahu
Year: 2020
| | html |
Marionette Exposé: Learn to write modular Javascript applications using Backbone Marionette and RequireJS/AMD
Learn to write modular Javascript applicatons using Backbone Marionette and RequireJS/AMD.
Keywords: JavaScript , book
Author: Jack Killilea
Year: 2013
| | html, pdf, epub, mobi |
Mozilla Developer Network's JavaScript Guide
The JavaScript Guide shows you how to use JavaScript and gives an overview of the language.
Keywords: JavaScript , guide
Author: https://developer.mozilla.org/
Year: 2023
| | html |
Neural Networks with JavaScript Succinctly
James McCaffrey leads you through the fundamental concepts of neural networks, including their architecture, input-output, tanh and softmax activation, back-propagation, error and accuracy, normalization and encoding, and model interpretation.
Keywords: JavaScript , book
Author: James McCaffrey
Year: 2019
| | pdf, epub, mobi |
Oh My JS
JavaScript, aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world’s most popular programming languages. Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript’s popularity is due entirely to its role as the scripting language of the WWW.
Keywords: JavaScript , book
Author: Douglas Crockford
Year: 2015
| | html |
Patterns For Large-Scale JavaScript Application Architecture
Today we're going to discuss an effective set of patterns for large-scale JavaScript application architecture. The material is based on my talk of the same name, last presented at LondonJS and inspired by previous work by Nicholas Zakas.
Keywords: JavaScript , book
Author: Addy Osmani
Year: 2023
| | html |
Practical Modern JavaScript
This book focuses on two aspects of JavaScript development: modularity and ES6 features. You’ll learn how to tackle application development by following a scale-out approach. As pieces of your codebase grow too big, you can break them up into smaller modules.
Keywords: JavaScript , book
Author: Nicolas Bevacqua
Year: 2018
| | html |
Professor Frisby’s Mostly Adequate Guide to Functional Programming
This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript. Some may feel this is a poor choice as it's against the grain of the current culture which, at the moment, feels predominately imperative.
Keywords: JavaScript , book
Author: Matthias Benkort
Year: 2023
| | html |
Robust Client-Side JavaScript
In this guide, we will investigate why JavaScript might fail and how to prevent or handle these errors in a graceful way that ensures a working website.
Keywords: JavaScript , guide
Author: Mathias Schäfer
Year: 2017
| | html, epub |
Single page apps in depth
This free book is what I wanted when I started working with single page apps. It's not an API reference on a particular framework, rather, the focus is on discussing patterns, implementation choices and decent practices.
Keywords: JavaScript , book
Author: Mikito Takada
Year: 2017
| | html, pdf, epub, kindle |
Speaking JavaScript
This book has been written for programmers, by a programmer. So, in order to understand it, you should already know object-oriented programming, for example, via a mainstream programming language such as Java, PHP, C++, Python, Ruby, Objective-C, C#, or Perl.
Keywords: JavaScript , book
Author: Axel Rauschmayer
Year: 2015
| | html |
Standard ECMA-262 ECMAScript 2016 Language Specification
The document at https://tc39.es/ecma262/ is the most accurate and up-to-date ECMAScript specification. It contains the content of the most recent yearly snapshot plus any finished proposals (those that have reached Stage 4 in the proposal process and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.
Keywords: JavaScript , book
Author: https://ecma-international.org/
Year: 2023
| | html, pdf |
The JavaScript Tutorial
How it's done now. From the basics to advanced topics with simple, but detailed explanations.
Keywords: JavaScript , course
Author: https://javascript.info/
Year: 2024
| | pdf, epub |
The JavaScript Way
This book aims to be a useful companion for anyone wishing to (re)discover the many facets of JavaScript. Numerous brain cycles were spent to make it:
Keywords: JavaScript , book
Author: Baptiste Pesquet
Year: 2022
| | pdf |
The Problem with Native JavaScript APIs
In this book, Nicholas Zakas provides a case study to show how different browsers can develop native APIs for the same specification and still end up with different interpretations. You’ll discover how these APIs can tie your code to specific browsers, forcing you to upgrade application logic whenever new browsers and new browser versions are released.
Keywords: JavaScript , article
Author: Nicholas C. Zakas
Year: 2012
| | pdf |
Understanding ECMAScript 6
A good understanding of ECMAScript 6 features is key for all JavaScript developers going forward. The language features introduced in ECMAScript 6 represent the foundation upon which JavaScript applications will be built for the foreseeable future. That’s where this book comes in.
Keywords: JavaScript , book
Author: Nicholas C. Zakas
Year: 2020
| | html |
Understanding JavaScript OOP
It's important to note, though, that this article assumes you have knowledge over other basic JavaScript functionality, like functions (including the concepts of closures and first-class functions), primitive values, operators and such.
Keywords: JavaScript , article
Author: Quil RoboLolita
Year: 2011
| | html |
Understanding the DOM — Document Object Model
This book is based on the Understanding the DOM tutorial series found on the DigitalOcean Community.
Keywords: JavaScript , book
Author: Tania Rascia
Year: 2020
| | pdf, epub |
You Don't Know JS
This is a series of books diving deep into the core mechanisms of the JavaScript language.
Keywords: JavaScript , book
Author: Kyle Simpson
Year: 2020
| | html, pdf, epub, mobi, github |
Angular 1 Style Guide
The purpose of this style guide is to provide guidance on building Angular applications by showing the conventions I use and, more importantly, why I choose them.
Keywords: Angular, TypeScript, guide
Author: Hubert Frei, John Papa
Year: 2017
| | html |
How to use jQuery in Angular
In this article, we will be covering how to use JQuery in Angular. There are a few cases where we need to integrate jQuery in Angular for using a few features in our applications. Now we have seen that Javascript frameworks like AngularJs mess around jQuery. For briefing the functionalities of these frameworks, AngularJs is responsible for rendering and manipulating the DOM, and if we interfere with jQuery, we might get unwanted results.
Keywords: Angular, jQuery, article
Author: Rubleen Kaur
Year: 2023
| | html |
AngularJS - Step by Logical Step
This book is your guide to Angular. It's designed to complement my Angular course which you are very welcome to come on.
Keywords: Angular, TypeScript, book
Author: Nicholas Johnson
Year: 2017
| | html |
AngularJS Guide
On this page, you will find a list of official AngularJS resources on various topics.
Keywords: Angular, TypeScript, guide
Author: https://docs.angularjs.org/
Year: 2022
| | html |
AngularJS Material Designing
AngularJS Material is an implementation of Google's Material Design Specification (2014-2017). This project provides a set of reusable, well-tested, and accessible UI components for AngularJS developers.
Keywords: Angular, TypeScript, documentation
Author: https://material.angularjs.org/
Year: 2017
| | html |
AngularJS Notes for Professionals
This AngularJS Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Angular, TypeScript, book
Author: GoalKicker
Year: 2017
| | pdf |
AngularJS Style Guide for teams
This architecture and styleguide has been rewritten from the ground up for ES2015, the changes in AngularJS 1.5+ for future-upgrading your application to Angular. This guide includes new best practices for one-way dataflow, event delegation, component architecture and component routing.
Keywords: Angular, TypeScript, guide
Author: Todd Motto
Year: 2020
| | html |
AngularJS Succinctly
Author Frederik Dietz uses AngularJS Succinctly to outline common tasks and challenges for developers using Angular.js. With his help, novices and experts alike will find a reference that clearly outlines a variety of challenges, their solutions, and technical explanations for how the challenges are overcome.
Keywords: Angular, TypeScript, book
Author: Frederik Dietz
Year: 2014
| | pdf, epub, kindle |
AngularJS Tutorial
The tutorial guides you through the entire process of building a simple application, including writing and running unit and end-to-end tests. Experiments at the end of each step provide suggestions for you to learn more about AngularJS and the application you are building.
Keywords: Angular, TypeScript, tutorial
Author: https://docs.angularjs.org/
Year: 2020
| | html |
AngularJS vs EmberJs
So you want to start building a single-page application. Which framework should you use to help build it?
Keywords: Angular, TypeScript, book
Author: Brendan Graetz
Year: 2014
| | html, pdf, epub, kindle |
Seven-Part Introduction to AngularJS
I started writing this AngularJS guide on weekends during my senior year in college. But since starting full-time at Mozilla, my motivation and energy waned.
Keywords: Angular, TypeScript, guide
Author: kevin ngo
Year: 2014
| | html |
Unit Testing Best Practices in AngularJS
What should I be testing and when should I be writing tests? A frontend development article by Andy Shora.
Keywords: Angular, TypeScript, article
Author: Andy Shora
Year: 2014
| | html |
BackboneJS: Getting Started
Learn how to quickly build apps with BackboneJS.
Keywords: Backbone, JavaScript, book
Author: Prosper Otemuyiwa
Year: 2017
| | html |
Backbonejs Tutorials
Give your JS App some Backbone with Models, Views, Collections, and Events.
Keywords: Backbone, JavaScript, reference
Author: https://cdnjs.com/
Year: 2024
| | html |
Getting Started with Backbone.js
Today, I'd like to introduce you to Backbone.JS, a sweet little library that makes the process of creating complex, interactive and data driven apps so much easier. It provides a clean way to surgically separate your data from your presentation.
Keywords: Backbone, JavaScript, tutorial
Author: Siddharth
Year: 2011
| | html |
How to share Backbone.js models with node.js
One of the real beauties of server-side JavaScript is that you’re able to reuse business logic on the client.
Keywords: Backbone, JavaScript, tutorial
Author: Amir Malik
Year: 2010
| | html |
D3 Tips and Tricks
d3.js (hereafter abridged as D3) is “a JavaScript library for manipulating documents based on data”.
Keywords: D3, JavaScript, tutorial
Author: Malcolm Maclean
Year: 2019
| | html |
Dashing D3.js Tutorial
Dashing D3.js Tutorial
Keywords: D3, JavaScript, tutorial
Author: https://www.dashingd3js.com/
Year: 2020
| | html |
Interactive Data Visualization with D3
These tutorials address an older version of D3 (3.x).
Keywords: D3, JavaScript, tutorial
Author: Scott Murray
Year: 2018
| | html, pdf |
Dashing D3.js Tutorial
D3 v6 Tutorial
Keywords: D3, JavaScript, tutorial
Author: https://www.dashingd3js.com/
Year: 2020
| | html |
Interactive Data Visualization with D3
These tutorials address an older version of D3 (3.x).
Keywords: D3, JavaScript, tutorial
Author: Scott Murray
Year: 2018
| | html |
Electron Succinctly, Syncfusion
Developing web apps can be made more difficult by the fact that they do not easily or natively run in desktop environments. This can make a variety of development skills useless, reducing the amount of expertise even the best developers can bring to a project and increasing the workload for producing cross-platform apps. But with the Electron framework, web apps can be brought seamlessly to desktop environments, opening up new avenues for developers. In Electron Succinctly, author Ed Freitas serves as a guide to getting started with Electron.
Keywords: Electron, JavaScript, book
Author: Ed Freitas
Year: 2019
| | pdf, kindle |
An Introduction to Elm
This guide will:
- Teach you the fundamentals of programming in Elm.
- Show you how to make interactive apps with The Elm Architecture.
- Emphasize principles and patterns that generalize to programming in any language.
Keywords: Elm, JavaScript, guide
Author: https://guide.elm-lang.org/
Year: 2024
| | html |
Beginning Elm
I hope you will find this book and other contents on the site (coming soon) helpful for learning Elm - a delightful programming language for building robust front-end web applications.
Keywords: Elm, JavaScript, book
Author: Pawan Poudel
Year: 2018
| | html |
Building a Live-Validating Signup Form in Elm
Building a Live-Validating Signup Form in Elm
Keywords: Elm, JavaScript, article
Author: Richard Feldman
Year: 2016
| | html |
Elm Accelerated
The Accelerated series embraces new technologies to allow you to learn with interactive learning Apps and other resources like books, quizzes and more. They aim to overcome the 'Google Effect' (I can Google it so my brain doesn't even try to retain it) and achieve genuine fluency with Modern Software Development technologies.
Keywords: Elm, JavaScript, book
Author: James Porter
Year: 2024
| | epub, mobi |
Elm Programming Language
Elm is a functional programming language for declaratively creating web browser based graphical user interfaces.
Keywords: Elm, JavaScript, wikibook
Author: https://en.wikibooks.org/
Year: 2021
| | html |
Learn You an Elm
This tutorial is aimed at people who have experience in imperative programming languages (C, C++, Java, Python …) but haven’t programmed in a functional language before (Elm, F#, Clojure, Scala, Haskell, Scheme, ML, OCaml …). Although I bet that even if you don’t have any significant programming experience, a smart person such as yourself will be able to follow along and learn Elm.
Keywords: Elm, JavaScript, tutorial
Author: Miran Lipovacha
Year: 2019
| | html |
The Elm Architecture
This repo focuses on The Elm Architecture, an architecture pattern you see in all Elm programs. It has influenced projects like Redux that borrow core concepts but add many JS-focused ideas.
Keywords: Elm, JavaScript, tutorial
Author: Evan Czaplicki
Year: 2019
| | github |
AngularJs vs EmberJs
While developing applications using BackboneJs, I have been itching to use a newer JavaScript single-page application (SPA) framework; if at least to find out if it was indeed worth continuing to develop with the tried-and-tested, battle proven, but often verbose and feature lacking, BackboneJs.
Keywords: Ember, JavaScript, book
Author: Brendan Graetz
Year: 2016
| | html, pdf, epub, kindle |
Ember App with RailsApi
This article was last updated on May 28, 2013 and reflects the state of Ember (1.0.0-rc4) and the latest build of Ember Data (0.13) as of that date.
Keywords: Ember, JavaScript, article
Author: Brian Cardarella
Year: 2013
| | html |
Ember.js - Getting started
Welcome to the Ember.js Guides! This documentation will take you from total beginner to Ember expert.
Keywords: Ember, JavaScript, guide
Author: https://guides.emberjs.com/
Year: 2024
| | html |
yoember.com
This is an Ember.js tutorial from the absolute beginner level. This tutorial is continuously improved and updated, it uses Ember Octane (v3.19). The work on documentation below is in progress and will be updated in the next couple of days to cover the latest Ember.js.
Keywords: Ember, JavaScript, tutorial
Author: Zoltan Debre
Year: 2020
| | html |
Express.js Guide
You are reading a book which will lead you to the understanding and fluent use of the Express.js framework — the de facto standard in web application programming on Node.js. I would especially recommend this book because it was written by a practicing engineer, who has comprehensive knowledge of the full stack of web application development, and Express.js in particular.
Keywords: Express, JavaScript, guide
Author: Azat Mardan
Year: 2014
| | html |
The Express.js Handbook
Welcome to the Valley of Code.
Keywords: Express, JavaScript, handbook
Author: Flavio Copes
Year: 2024
| | pdf, epub, kindle |
Fastify - Latest Documentation
The reference documentation utilizes a very formal style in an effort to document Fastify's API and implementation details thoroughly for the developer who needs such. The guides category utilizes an informal, educational, style as a means to introduce newcomers to core, and advanced, Fastify concepts.
Keywords: Fastify, JavaScript, documentation
Author: https://fastify.dev/
Year: 2024
| | html |
Ionic 4 Succinctly
With Ionic 4 Succinctly, Ed Freitas will focus on progressive web apps and show you how you can use Ionic 4 to build one, using Vue as the JavaScript framework.
Keywords: Ionic, Angular, JavaScript, book
Author: Ed Freitas
Year: 2020
| | pdf |
JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies
If you've never programmed before, you're in for a treat because this is the section for you! In this section we're going to be covering the very basics of JavaScript from the ground up. These are the fundamentals that you will need to know to do the fancy schmancy stuff that you're probably quite keen to get started on shortly.
Keywords: jQuery, JavaScript, book
Author: Nicholas Johnson
Year: 2023
| | html |
jQuery Notes for Professionals
This jQuery® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: jQuery, JavaScript, documentation
Author: GoalKicker
Year: 2023
| | pdf |
jQuery Novice to Ninja
By the end of this book, you’ll be able to take your static HTML and CSS web pages and bring them tolife with abitof jQuery magic. You’ll learn how toselect elements on the page, move them around, remove them entirely, add new ones with Ajax, animate them … in short, you’ll be able to bend HTML and CSS to your will! We also cover the powerful functionality of the jQuery UI library, and investigate the recently released jQuery Mobile framework.
Keywords: jQuery, JavaScript, book
Author: Earle Castledine, Craig Sharkie
Year: 2012
| | pdf |
jQuery Succinctly, Syncfusion
This book is intended for two types of readers. The first is someone who has read introductory material on jQuery and is looking for the next logical step. The second type of reader is a JavaScript developer, already versed in another library, now trying to quickly learn jQuery. I crafted this book to be used as my own personal reference point for jQuery concepts. This is exactly the type of book I wish every JavaScript library had available.
Keywords: jQuery, JavaScript, book
Author: Cody Lindley
Year: 2014
| | pdf, kindle |
Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework
After releasing the book, experienced developers praised it it, readers poured in from a number of sources, and the developers of Meteor itself even promoted it.
Keywords: Meteor, JavaScript, book
Author: David Turnbull
Year: 2015
| | html |
Mastering Next.js
The videos will serve as a reference to a point in time, but newer additions to the framework make certain aspects much easier.
Keywords: Next, JavaScript, reference
Author: Lee Robinson
Year: 2023
| | video |
Next.js Crash Course 2021
In this video we will look at the fundamentals of Next.js such as SSR & SSG, routing, data fetching, apis and more.
Keywords: Next, JavaScript, tutorial
Author: Traversy Media
Year: 2021
| | video |
An Introduction to libuv
If you are reading this book, you are either:
- a systems programmer, creating low-level programs such as daemons or network services and clients. You have found that the event loop approach is well suited for your application and decided to use libuv.
- a node.js module writer, who wants to wrap platform APIs written in C or C++ with a set of (a)synchronous APIs that are exposed to JavaScript. You will use libuv purely in the context of node.js. For this you will require some other resources as the book does not cover parts specific to v8/node.js.
Keywords: Node.js, book
Author: Nikhil Marathe
Year: 2016
| | pdf |
From Containers to Kubernetes with Node.js
This book is designed to introduce you to using containers and Kubernetes for full-stack development. You’ll learn how to develop a full-stack application using Node.js and MongoDB and how to manage them — first with Docker, then with Docker Compose, and finally with Kubernetes.
Keywords: Node.js, book
Author: Kathleen Juell
Year: 2020
| | pdf, epub |
Full Stack JavaScript: Learn Backbone.js, Node.js and MongoDB
This is the manuscript (draft) and code for Full Stack JavaScript, 3rd Edition [Apress, 2017].
Keywords: Node.js, book
Author: Azat Mardan
Year: 2018
| | pdf, github |
How To Code in Node.js - eBook
In this book, you will go through exercises to learn the basics of how to code in Node.js, gaining skills that apply equally to back-end and full stack development in the process.
Keywords: Node.js, book
Author: Stack Abuse
Year: 2020
| | pdf, epub |
Introduction to Node.js
Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser. This allows Node.js to be very performant.
Keywords: Node.js, documentation
Author: OpenJS Foundation
Year: 2024
| | html |
Mastering Node
Mastering node is an open source eBook by node hackers for node hackers.
Keywords: Node.js, book
Author: TJ Holowaychuk
Year: 2011
| | pdf, github |
Mixu's Node Book
My ideal book is short, comprehensive and interesting.
Keywords: Node.js, book
Author: Mikito Takada
Year: 2015
| | html |
Module Patterns
The first short book of this series is a short introduction that sets the foundation of the next books to come. It shows what you can do with JavaScript and the Node module system to create and consume different types of modules: Singletons, Closure-based and prototype-based pseudo-classes, façades and others.
Keywords: Node.js, book
Author: Pedro Teixeira
Year: 2016
| | html, pdf, epub, kindle |
Node Documentation
The API reference documentation provides detailed information about a function or object in Node.js.
Keywords: Node.js, documentation
Author: https://nodejs.org/
Year: 2024
| | html |
Node: Up and Running
This book introduces you to Node, the new web development framework written in JavaScript. You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.
Keywords: Node.js, book
Author: Tom Hughes-Croucher, Mike Wilson
Year: 2012
| | pdf |
Node.js Notes for Professionals
This Node.js Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Node.js, book
Author: GoalKicker
Year: 2023
| | pdf |
Node.js Succinctly, Syncfusion
With Node.js Succinctly by Emanuele DelBono, you will learn the basics of Node.js: non-blocking I/O, the event loop, modules, and the Node.js runtime environment. From there, you will dive into building practical solutions that interact with filesystems and streams, access databases, handle web server message queuing, and more.
Keywords: Node.js, book
Author: Emanuele DelBono
Year: 2016
| | pdf, kindle |
Practical Node.js: Building Real-World Scalable Web Apps
This is the manuscript (draft) and code for Practical Node.js, 2nd Edition [Apress, 2018].
Keywords: Node.js, book
Author: Azat Mardan
Year: 2018
| | pdf, github |
The Node Beginner Book
The aim of this document is to get you started with developing applications with Node.js, teaching you everything you need to know about ``advanced`` JavaScript along the way. It goes way beyond your typical ``Hello World`` tutorial.
Keywords: Node.js, documentation
Author: Manuel Kiessling
Year: 2016
| | html |
Om Tutorial
This tutorial will walk you through the various parts of Om 1.0 (alpha).
Keywords: Om, JavaScript, tutorial
Author: Bruce Hauman
Year: 0
| | html |
Airbnb React/JSX Style Guide
This style guide is mostly based on the standards that are currently prevalent in JavaScript, although some conventions (i.e async/await or static class fields) may still be included or prohibited on a case-by-case basis.
Keywords: React, guide
Author: https://airbnb.io/
Year: 2024
| | html |
Hacking with React
Welcome to Hacking with React, a hands-on introduction to making a web app using React 0.14, React Router 1.0, ES6, Jest and more.
Keywords: React, book
Author: Paul Hudson.
Year: 2016
| | html |
How To Code in React.js
This book is an introduction to React that works from the foundations upward.
Keywords: React, book
Author: Joe Morgan
Year: 2021
| | html, pdf, epub |
Intro to the React Framework
In this article, we'll explore the building blocks of React and embrace a style of thinking that may seem counter-intuitive on the first go.
Keywords: React, article
Author: Pavan Podila
Year: 2013
| | html |
Learning React.js: Getting Started and Concepts
React is the most popular JavaScript library out there. It does have a learning curve though. So why is it so loved? Let’s take a look at React and use it to build our sites and apps.
Keywords: React, tutorial
Author: Chris Sev
Year: 2021
| | video |
React-Bits
A compilation of React Patterns, techniques, tips and tricks.
Keywords: React, reference
Author: Vasanth Krishnamoorthy
Year: 2020
| | html, github |
React Book, your beginner guide to React
Why did I write it? Knowledge deserves to be free. Note, things changes fast, and I would love to have your help keeping it up to date.
Keywords: React, book
Author: Chris Noring
Year: 2021
| | html, github |
React Enlightenment
Written by Cody Lindley sponsored by - Frontend Masters.
Keywords: React, cookbook
Author: Cody Lindley
Year: 2016
| | html |
React In-depth: An exploration of UI development
Our goal with this GitBook is to document our process, share our research and try to organize our experiences into a single living document. Too be honest, this is a pretty lofty goal. We may not achieve this goal, but hopefully we can get some helpful thoughts down.
Keywords: React, documentation
Author: James Polanco, Aaron Pedersen
Year: 0
| | html |
React in patterns
A book about common design patterns used while developing with React. It includes techniques for composition, data flow, dependency management and more.
Keywords: React, book
Author: Krasimir Tsonev
Year: 2018
| | html |
React JS Notes for Professionals
This React JS Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: React, book
Author: GoalKicker
Year: 2023
| | pdf |
React Primer Draft
At the time of writing, the examples were written for React 0.12.x. This guide will be updated with examples for React 0.13
Keywords: React, guide
Author: Mike Chau
Year: 2016
| | html, github |
React Succinctly
In React Succinctly by Samer Buna, you’ll learn the fundamental concepts of the React library, how the library fits in with modern JavaScript, and how to apply what you learn to create a simple interactive memory game.
Keywords: React, book
Author: Samer Buna
Year: 2019
| | pdf |
React Tutorial
The techniques you’ll learn in the tutorial are fundamental to building any React app, and mastering it will give you a deep understanding of React.
Keywords: React, tutorial
Author: https://react.dev/
Year: 2024
| | html |
React with ASP.NET Core Tutorial
This guide covers enabling server-side rendering and Babel compilation. Getting started with ReactJS.NET on ASP.NET Core requires a few more steps compared to previous versions of ASP.NET and MVC.
Keywords: React, guide
Author: https://reactjs.net/
Year: 2018
| | html |
React.js Tutorial: Now is Your Time to Try It, Right in Your Browser
In this tutorial about React I want to teach you some of the best practices of using it in real world applications. If you didn’t heard about React, then you can learn more about it on their site. Anyway without opening the link, React is “A JavaScript library for building user interfaces”.
Keywords: React, tutorial
Author: Totty
Year: 2014
| | html |
SurviveJS - Webpack and React
SurviveJS - Maintenance is meant for anyone who has to develop and maintain JavaScript applications or packages.
Keywords: React, book
Author: Juho Vepsäläinen
Year: 2018
| | html |
Programming React Native
In this book, we aim to build cross-platform mobile apps, for Android and iOS, using React Native. We'll learn what it means to build a robust application architecture that will stay with you regardless of change in the tooling or ecosystem churn (i.e. by the time you finish your app, there might be new tools and new versions of everything).
Keywords: React Native, book
Author: Dotan Nahum
Year: 2016
| | pdf |
React Native Animation Book
React Native has had a fantastic reception. There have already been a ton of great applications built using React Native. However one hugely important part of mobile applications is animations.
Keywords: React Native, documentation
Author: Jason Brown
Year: 0
| | html |
React Native Express
This guide covers topics outside the scope of the React Native docs, e.g. JavaScript and React fundamentals, and key patterns/libraries used by the React Native community.
Keywords: React Native, guide
Author: https://www.reactnative.express/
Year: 2024
| | html |
React Native Notes for Professionals
This React Native Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: React Native, book
Author: GoalKicker
Year: 2023
| | pdf |
The Ultimate Guide to React Native Optimization
This guide is a collection of the most relevant and effective tips, tricks, tactics, and solutions for optimizing React Native apps. They are based on our experience as senior developers and Core Contributors to React Native.
Keywords: React Native, book
Author: https://www.callstack.com/
Year: 2024
| | pdf |
Full-Stack Redux Tutorial
This tutorial will guide you through building a full-stack Redux and Immutable-js application from scratch. We'll go through all the steps of constructing a Node+Redux backend and a React+Redux frontend for a real-world application, using test-first development.
Keywords: Redux, React, tutorial
Author: Tero Parviainen
Year: 2015
| | html |
SoundCloud Application in React + Redux
I wanted to give the community this hands on tutorial, which will guide people to get started in React + Redux with a compelling real world application - a SoundCloud client.
Keywords: Redux, React, tutorial
Author: Robin Wieruch
Year: 2016
| | html |
Svelte Tutorial
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Keywords: Svetle, tutorial
Author: https://svelte.dev/
Year: 2024
| | html |
30 Days Of Vue
Over the next 30 days, we'll walk through everything you need to know to work with Vue. From the very beginning through topics like the Vue Instance, Components, and even Testing.
Keywords: Vue, tutorial
Author: Hassan Djirdeh
Year: 2024
| | pdf |
Learning Vue.js
Vue.js is a rapidly growing front-end framework for JavaScript, inspired by Angular.js, Reactive.js, and Rivets.js that offers simplistic user-interface design, manipulation, and deep reactivity.
Keywords: Vue, book
Author: Stack Overflow
Year: 2017
| | pdf |
Jenkins: The Definitive Guide
This book is aimed at relatively technical readers, though no prior experience with Continuous Integration is assumed.
Keywords: Jenkins, guide
Author: John Ferguson Smart
Year: 2011
| | pdf |
Jenkins User Handbook
This page provides an overview of the documentation in the Jenkins User Handbook.
Keywords: Jenkins, handbook
Author: https://www.jenkins.io/
Year: 2024
| | html |
Introducing Julia
This wikibook is intended as an introduction to the language for the less experienced and occasional programmer.
Keywords: Julia, wikibook
Author: https://en.wikibooks.org/
Year: 2023
| | html |
Julia by Example
Below are a series of examples of common operations in Julia. They assume you already have Julia installed and working.
Keywords: Julia, github
Author: Samuel Colvin
Year: 2020
| | html |
Julia Data Science
This is an open source and open access book on how to do Data Science using Julia.
Keywords: Julia, book
Author: Jose Storopoli, Rik Huijzer, Lazaro Alonso
Year: 2021
| | html |
Julia language: a concise tutorial
The purposes of this tutorial are (a) to store things I learn myself about Julia and (b) to help those who want to start coding in Julia before reading the 982 pages of the official documentation.
Keywords: Julia, gitbook
Author: A. Lobianco
Year: 2018
| | html |
Learn Julia in Y minutes
This is based on Julia version 1.0.0
Keywords: Julia, tutorial
Author: Leah Hanson, Pranit Bauva, Daniel YC Lin
Year: 2024
| | html |
Quantitative Economics with Julia
This website presents a set of lectures on quantitative economic modeling.
Keywords: Julia, book
Author: Jesse Perla, Thomas J. Sargent, John Stachurski
Year: 0
| | html, pdf |
The Julia Express
The Purpose of this document is to introduce programmers to the Julia programming by example. This is a simplified exposition of the language.
Keywords: Julia, documentation
Author: Bogumil Kaminski
Year: 2022
| | pdf |
Think Julia
I hope you enjoy working with this book, and that it helps you learn to program and think like a computer scientist, at least a little bit.
Keywords: Julia, gitbook
Author: Allen Downey, Ben Lauwens
Year: 2018
| | pdf |
Kotlin Notes for Professionals
This Kotlin® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Kotlin, book
Author: GoalKicker
Year: 2023
| | pdf |
Kotlin Official Documentation
Latest stable version: 1.7.10
Keywords: Kotlin, reference
Author: https://kotlinlang.org/
Year: 2023
| | html |
Kotlin Quick Reference
Kotlin Quick Reference is intended to provide a quick reference to the Kotlin programming language. Each chapter in the book demonstrates Kotlin syntax and provides examples to explain the chapter’s topic. This is done in a brisk manner, with as few words as necessary.
Keywords: Kotlin, reference
Author: Alvin Alexander
Year: 0
| | html |
Learning Kotlin
It is an unofficial and free Kotlin ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow.
Keywords: Kotlin, book
Author: Stack Overflow
Year: 2017
| | pdf |
Arbitrary LaTex Reference
Many problems in LaTeX requires some research, so I started to record my findings.
Keywords: Latex, book
Author: https://latex.knobs-dials.com/
Year: 2011
| | html |
Begin Latex in minutes
Everything written below is from my own experience in college and after reading various materials.
Keywords: Latex, gitbook
Author: Luong Vo, Artur Komorowski
Year: 2020
| | github |
LaTeX
This is a guide to the LaTeX typesetting system. It is intended as a useful resource for everybody, from new users who wish to learn, to old hands who need a quick reference.
Keywords: Latex, wikibook
Author: https://en.wikibooks.org/
Year: 2023
| | html |
LaTex Notes for Professionals
This LaTeX Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Latex, book
Author: GoalKicker
Year: 2023
| | pdf |
The Not So Short Introduction to LaTeX
This short introduction will teach you all you need to get going with LATEX.
Keywords: Latex, book
Author: Tobias Oetiker, Marcin Serwin, Hubert Partl, Irene Hyna, Elisabeth Schlegl
Year: 2023
| | pdf |
Notes On Programming in TeX
This document contains notes which are intended for those who are interested in TEX programming.
Keywords: TeX, documentation
Author: Christian FeuersAnger
Year: 2021
| | pdf |
TeX by Topic, A TeXnician's Reference
TeX by Topic is a systematic reference manual designed as a companion to tutorial guides on the system.
Keywords: TeX, reference
Author: Victor Eijkhout
Year: 1992
| | pdf |
Ad Hoc Data Analysis From The Unix Command Line
Your friends: cat, find, grep, wc, cut, sort, uniq. These simple commands can be combined to quickly answer the kinds of questions for which most people would turn to a database, if only the data were already in a database.
Keywords: Unix, wikibook
Author: https://en.wikibooks.org/
Year: 2024
| | html |
Advanced Linux Programming
For the developers of the GNU/Linux system.
Keywords: Unix, book
Author: Mark Mitchell, Jeffrey Oldham, Alex Samuel
Year: 2001
| | pdf |
Automated Linux From Scratch
jhalfs is maintained as a rolling release. It can be obtained from the git repository:
git clone https://git.linuxfromscratch.org/jhalfs.git.
Keywords: Unix, book
Author: Gerard Beekmans
Year: 2024
| | html |
Getting Started with Ubuntu
Getting Started with Ubuntu 16.04 is a comprehensive beginners guide for the Ubuntu operating system.
Keywords: Unix, book
Author: https://files.ubuntu-manual.org/
Year: 2016
| | pdf |
GNU Autoconf, Automake and Libtool
A theme running through the book is the continued development of the ``Sic' project,
Keywords: Unix, book
Author: https://www.sourceware.org/
Year: 2006
| | html |
Kali Linux: Professional Penetration-Testing Distribution
Kali Linux (formerly known as BackTrack Linux) is an open-source, Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing.
Keywords: Unix, documentation
Author: https://www.kali.org/
Year: 2024
| | html |
Learning Debian GNU/Linux
This book will make your Linux journey easier, by giving you the big picture, providing you with step-by-step procedures, and getting you started doing useful or fun activities, such as word processing or games.
Keywords: Unix, book
Author: https://www.oreilly.com/
Year: 1999
| | html |
Linux 101 Hacks
There are total of 101 hacks in this book that will help you build a strong foundation in Linux.
Keywords: Unix, book
Author: Ramesh Natarajan
Year: 2011
| | pdf |
Linux Advanced Routing & Traffic Control HOWTO
Linux has very advanced Routing, filtering and traffic shaping options. This site attempts to document how to configure and use these features.
Keywords: Unix, documentation
Author: https://lartc.org/
Year: 2012
| | html |
Linux Appliance Design: A Hands-On Guide to Building Linux Appliances
Linux Appliance Design shows how to use librta to build a Linux appliance.
Keywords: Unix, book
Author: Bob Smith, John Hardin, Graham Phillips, Bill Pierce
Year: 2007
| | pdf, epub, mobi |
Linux commands Notes for Professionals
Compiled from StackOverflow documentation.
Keywords: Unix, book
Author: GoalKicker
Year: 2023
| | pdf |
Linux Device Drivers, Third Edition
This is the web site for the Third Edition of Linux Device Drivers.
Keywords: Unix, book
Author: Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman
Year: 2024
| | pdf |
Linux from Scratch
This Linux From Scratch book provides the background and instructions necessary for you to design and build your own system.
Keywords: Unix, book
Author: Gerard Beekmans
Year: 2024
| | html |
Linux Fundamentals
This book is aimed at novice Linux system administrators (and might be interesting and useful for home users that want to know a bit more about their Linux system).
Keywords: Unix, book
Author: Paul Cobbaut
Year: 2015
| | pdf |
Linux Inside
The book shares my modest knowledge about the insides of the linux kernel and help people who are interested in linux kernel insides, and other low-level subject matter.
Keywords: Unix, book
Author: Phil Eaton
Year: 0
| | html |
Linux Kernel in a Nutshell
Written by a leading developer and maintainer of the Linux kernel, Linux Kernel in a Nutshell is a comprehensive overview of kernel configuration and building, a critical task for Linux users and administrators.
Keywords: Unix, book
Author: Greg Kroah-Hartman
Year: 2006
| | pdf |
Linux Newbie Administrator Guide
A complete reference for new and experienced Linux users who wish to set up and administer their own Linux home computer, work-station and/or their home or small office network.
Keywords: Unix, reference
Author: Stan and Peter Klimas
Year: 2008
| | html |
Linux Succinctly, Syncfusion
The book will teach you the basics of interacting with Linux, such as viewing and editing files and directories through the command line, and how to modify permissions. More advanced topics covered include I/O streams, sorting and comparing files and directories, and installing additional software.
Keywords: Unix, book
Author: Jason Cannon
Year: 2014
| | pdf, kindle |
Secure Programming HOWTO - Creating Secure Software
This book provides a set of design and implementation guidelines for writing secure programs.
Keywords: Unix, book
Author: David A. Wheeler
Year: 2015
| | html, pdf |
Ten Steps to Linux Survival
The intended audience of this book is not seasoned Linux adminis trators, or anyone with a passing knowledge of the Bash shell. Instead, it is for people who are working in small Windows shops, where everyone has to wear various hats. It is for Windows adminis trators, network admins, developers, and the like who have no knowledge of Linux but may still have to jump in during a problem.
Keywords: Unix, guide
Author: James Lehmer
Year: 2016
| | pdf |
The Debian Administrator's Handbook
The book teaches the essentials to anyone who wants to become an effective and independent Debian GNU/Linux administrator.
Keywords: Unix, book
Author: Raphaël Hertzog, Roland Mas
Year: 2024
| | html, pdf |
The Linux Command Line
Designed for the new command line user, this 555-page volume covers the same material as LinuxCommand.
Keywords: Unix, book
Author: William Shotts
Year: 2021
| | pdf |
The Linux Commands Handbook
Download the Linux handbook.
Keywords: Unix, handbook
Author: Flavio Copes
Year: 2024
| | pdf, epub, kindle |
The Linux Development Platform
Software development is a complicated process. It requires careful planning and execution to meet the goals.
Keywords: Unix, book
Author: Christopher R. Hertel, Anthony J. Massa, Rafeeq Ur Rehman, Christopher Paul
Year: 2003
| | pdf |
The Linux Kernel Module Programming Guide
The Linux Kernel Module Programming Guide was originally written for the 2.2 kernels by Ori Pomerantz.
Keywords: Unix, guide
Author: Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang
Year: 2024
| | html |
The Linux System Administrator's Guide
The source code and other machine readable formats of this book can be found on the Internet via anonymous FTP at the Linux Documentation Project home page http://www.tldp.org/, or at the home page of this book at http://www.draxeman/sag.html. This book is available in at least it's SGML source, as well as, HTML and PDF formats. Other formats may be available.
Keywords: Unix, book
Author: Lars Wirzenius, Joanna Oja, Stephen Stafford, Alex Weeks
Year: 2004
| | html, pdf |
Ubuntu Pocket Guide and Reference
Written by award-winning author Keir Thomas, Ubuntu Pocket Guide and Reference is a totally unique and concise guide for everyday Ubuntu use.
Keywords: Unix, guide
Author: KeirThomas
Year: 2009
| | pdf |
Ubuntu Server Guide
This site includes information on using Ubuntu Server for Ubuntu 20.04 LTS (Focal Fossa) and later.
Keywords: Unix, guide
Author: https://assets.ubuntu.com/
Year: 2024
| | pdf |
UNIX Systems Programming for SVR4
UNIX Systems Programming for SVR4 gives you the nitty gritty details on how UNIX interacts with applications.
Keywords: Unix, book
Author: David A. Curry
Year: 1996
| | pdf, epub, mobi |
Upstart Intro, Cookbook and Best Practises
The purpose of this document is multi-faceted. It is intended as:
- A gentle introduction to Upstart.
- A Cookbook of recipes and best-practises for solving common and not so common problems.
- An extended guide to the configuration syntax of Upstart.
Keywords: Unix, documentation
Author: James Hunt, Clint Byrum
Year: 2014
| | html |
What Every Programmer Should Know About Memory
This paper explains the structure of memory subsystems in use on modern commodity hardware, illustrating why CPU caches were developed, how they work, and what programs should do to achieve optimal performance by utilizing them.
Keywords: Unix, documentation
Author: Ulrich Drepper
Year: 2007
| | pdf |
ANSI Common Lisp Standard (draft version 15.17R, X3J13/94-101R)
The specification set forth in this document is designed to promote the portability of Common Lisp programs among a variety of data processing systems. It is a language specification aimed at an audience of implementors and knowledgeable programmers.
Keywords: Lisp, documentation
Author: Franz Inc
Year: 1994
| | pdf |
Basic Lisp Techniques
The purpose of this book is to showcase the features that make CL so much better than these imitators, and to give you a “quick-start” guide for using Common Lisp as a development environment.
Keywords: Lisp, book
Author: David J. Cooper
Year: 2011
| | pdf |
Casting Spels in Lisp
Anyone who has ever learned to program in Lisp will tell you it is very different from any other programming language. It is different in lots of surprising ways- This comic book will let you find out how Lisp's unique design makes it so powerful!
Keywords: Lisp, book
Author: Conrad Barski
Year: 2010
| | pdf |
Common Lisp Quick Reference
Common Lisp Quick Reference is a free booklet with short descriptions of the thousand or so symbols defined in the ANSI standard. It comes with a comprehensive index.
Keywords: Lisp, reference
Author: Bert Burgemeister
Year: 2018
| | pdf |
Google's Common Lisp Style Guide
This style guide contains many details that are initially hidden from view.
Keywords: Lisp, guide
Author: Robert Brown, François-Rene Rideau
Year: 2024
| | html |
Interpreting LISP
I wrote this book to help teach LISP to students in a course on data structures. Consequently it contains a careful description of the data structures manipulated by LISP functions.
Keywords: Lisp, book
Author: Gary Knott
Year: 2008
| | pdf |
Learn Lisp The Hard Way
Based on Zed Shaw's LxTHW Open-Source project for writing your own programming language book, available as a Git repository on Gitorious.
Keywords: Lisp, book
Author: Colin J.E. Lupton
Year: 2017
| | github |
Let Over Lambda - 50 Years of Lisp
The book, starting with the fundamentals, it describes the most advanced features of the most advanced language: COMMON LISP.
Keywords: Lisp, book
Author: Doug Hoyte
Year: 2008
| | html |
On Lisp
On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme.
Keywords: Lisp, book
Author: Prentice Hall
Year: 1993
| | html |
Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp
This is an open-source repository for the book Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig (1992), and the code contained therein.
Keywords: Lisp, book
Author: Peter Norvig
Year: 1992
| | pdf, epub, md |
Practical Common Lisp
I hope they will serve as a useful introduction to Common Lisp for folks who are curious about Lisp but maybe not yet curious enough to shell out big bucks for a dead-tree book and a good Common Lisp tutorial for folks.
Keywords: Lisp, book
Author: Peter Seibel
Year: 2009
| | text |
The Common Lisp Cookbook
While cookbooks can never replace proper documentation such as the HyperSpec or books such as Practical Common Lisp, every language deserves a good cookbook, Common Lisp included.
Keywords: Lisp, book
Author: https://lispcookbook.github.io/
Year: 2023
| | pdf, epub |
The Evolution of Lisp
The most critical stage is acceptance. This stage determines which language features and paradigms will be part of the next stage of stable development.
Keywords: Lisp, book
Author: Guy L. Steele Jr, Richard P. Gabriel
Year: 1992
| | pdf |
Lua 5.3 Reference Manual
The reference manual is the official definition of the Lua language.
Keywords: Lua, manual
Author: https://www.lua.org/
Year: 2020
| | html |
Lua Programming
Lua is mainly used for embedded systems and for game development. Some games that are scripted in Lua include: World of Warcraft, Roblox games, Angry Birds (video game), etc.
Keywords: Lua, wikibook
Author: https://en.wikibooks.org/
Year: 2016
| | html |
Lua Tutorial
This tutorial is designed for all those readers who are looking for a starting point to learn Lua. It has topics suitable for both beginners as well as advanced users.
Keywords: Lua, tutorial
Author: https://www.tutorialspoint.com/
Year: 2015
| | html, pdf |
Makefile tutorial
I built this guide because I could never quite wrap my head around Makefiles.
Keywords: Make, tutorial
Author: https://makefiletutorial.com/
Year: 2024
| | html |
Managing Projects with GNU Make
We focus on the features of make, what they do, and how to use them properly.
Keywords: Make, book
Author: https://www.oreilly.com/
Year: 2004
| | pdf |
Mathematica® programming: an advanced introduction by Leonid Shifrin
When writing this book I mostly had in mind people who want to understand Mathematica programming.
Keywords: Mathematics, book
Author: Leonid Shifrin
Year: 2008
| | pdf |
Stephen Wolfram's The Mathematica Book
This is documentation for Mathematica 5.2, which was based on an earlier version of the Wolfram Language.
Keywords: Mathematics, book
Author: https://reference.wolfram.com/
Year: 2024
| | html |
Vector Math for 3d Computer Graphics
This is a tutorial on vector algebra and matrix algebra from the viewpoint of computer graphics.
Keywords: Mathematics, tutorial
Author: Bradley Kjell
Year: 2009
| | html |
Wolfram Mathematica Product Training: Wolfram U
Learn the Wolfram Language and modern computational thinking from Stephen Wolfram's book.
Keywords: Mathematics, book
Author: https://www.wolfram.com/
Year: 2024
| | html |
An Interactive Introduction to MATLAB
This course was developed in the School of Engineering to provide appropriate material for teaching MATLAB in all engineering disciplines as well as to a wider audience.
Keywords: Matlab, book
Author: Craig Warren
Year: 2012
| | pdf |
Applications of MATLAB in Science and Engineering
The book consists of 24 chapters illustrating a wide range of areas where MATLAB tools are applied.
Keywords: Matlab, book
Author: Tadeusz Michalowski
Year: 2011
| | pdf |
Experiments with MATLAB
Experiments with MATLAB is an electronic book with chapters that supplement high school and early college courses in mathematics and technical computing, including calculus and matrix theory.
Keywords: Matlab, book
Author: Cleve Moler
Year: 2011
| | pdf |
Freshman Engineering Problem Solving with MATLAB
The current freshman engineering computer programming course, which utilizes MATLAB programming language, is being experimentally redesigned to incorporate and highlight activities focused on engineering problem solving and system investigation processes. These methods hope to develop the students’ critical-thinking and analytical skills that are more suited and applicable in real-world engineering. Course description and sample problems were presented.
Keywords: Matlab, book
Author: John Vaccaro
Year: 2016
| | html, pdf |
Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics
Expand your knowledge through interactive courses, explore documentation and code examples, or watch how-to videos on product capabilities.
Keywords: Matlab, tutorial
Author: https://www.mathworks.com/
Year: 2024
| | html |
Introduction to MATLAB for Engineering Students
The document focuses on the specific features of MATLAB that are useful for engineering
classes.
Keywords: Matlab, documentation
Author: David Houcque
Year: 2005
| | pdf |
MATLAB Notes for professionals
The book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Matlab, book
Author: GoalKicker
Year: 2023
| | pdf |
MATLAB Programming
MATLAB is a mathematical software package which can be used for analysing and solving mathematical and engineering problems.
Keywords: Matlab, wikibook
Author: https://en.wikibooks.org/
Year: 2023
| | html |
MATLAB Succinctly, Syncfusion
In MATLAB Succinctly, Learn the essential skills needed to use the flexible MATLAB system.
Keywords: Matlab, book
Author: Dmitri Nesteruk
Year: 2014
| | pdf, kindle |
Numerical Computing with MATLAB
The book is for an introductory course in numerical methods, MATLAB, and technical computing.
Keywords: Matlab, book
Author: Cleve Moler
Year: 2013
| | pdf |
Physical Modeling in MATLAB
By reading this book - and working on the exercises - you will learn some programming, some modeling, and some simulation.
Keywords: Matlab, book
Author: Allen Downey
Year: 2021
| | pdf |
Scientific Computing
Course work is divided into three parts. In the first part, numerical methods are learned and MATLAB is used to solve various computational math problems. The second and third parts requires students to work on project assignments in dynamical systems and in computational fluid dynamics.
Keywords: Matlab, book
Author: Jeffrey R. Chasnov
Year: 2017
| | pdf |
Developing with Eclipse and Maven
The m2eclipse project, provides support for Maven within the Eclipse IDE.
Keywords: Maven, book
Author: Sonatype Inc.
Year: 2010
| | html |
Maven by Example
Take an hour or two and walk through Maven by Example. It’s a gentle introduction to Maven and we promise it will save you time.
Keywords: Maven, tutorial
Author: Tim O'Brien, John Casey, Brian Fox, Jason Van, Zyl Juven Xu, Thomas Locher, Dan Fabulich
Year: 0
| | html |
Maven: The Complete Reference
Learning Maven can be a daunting and frustrating task. While there are a number of references for Maven online, there is no single, well-written narrative for introducing Maven that can serve as both an authoritative reference and an introduction.
Keywords: Maven, book
Author: http://books.sonatype.com
Year: 2024
| | html |
Repository Management with Nexus
Welcome to the Help Portal for Nexus Repository Manager (NXRM) 2.
Keywords: Maven, documentation
Author: Manfred Moser
Year: 2024
| | html |
Hg Init: a Mercurial Tutorial
Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts.
Keywords: Mercurial, tutorial
Author: Joel Spolsky
Year: 2011
| | html |
Mercurial: The Definitive Guide
Mercurial is a fast, lightweight source control management system designed for easy and efficient handling of very large distributed projects. My book tells you what it is, why you should care, and how you can use it effectively.
Keywords: Mercurial, book
Author: Bryan O'Sullivan
Year: 2009
| | html |
Mercurial: The Definitive Guide 2nd edition
This book is here to help you get your job done. In general, you may use the code in this book in your programs and documentation.
Keywords: Mercurial, book
Author: Bryan O'Sullivan
Year: 2015
| | html |
Introduction to MongoDB
This tutorial will give you great understanding on MongoDB concepts needed to create and deploy a highly scalable and performance-oriented database.
Keywords: MongoDB, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
Learning MongoDB
All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow.
Keywords: MongoDB, book
Author: Stack Overflow
Year: 2016
| | pdf |
MongoDB Koans
Written for Chicago Ruby by Ginny Hendry and Nola Stowe based on rubykoans.com/ and github.com/edgecase/ruby_koans.
Keywords: MongoDB, tutorial
Author: Ginny Hendry, Nola Stowe
Year: 2010
| | github |
MongoDB Notes for Professionals
The MongoDB® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: MongoDB, book
Author: GoalKicker
Year: 2017
| | pdf |
The Little MongoDB Book
The Little MongoDB Book.
Keywords: MongoDB, book
Author: Robert Duncan
Year: 2011
| | epub |
MySQL 8.0 Tutorial Excerpt
This is the MySQL Tutorial from the MySQL 8.0 Reference Manual.
Keywords: MySQL, tutorial
Author: https://dev.mysql.com/
Year: 2024
| | pdf |
MySQL Notes for Professionals
Compiled from StackOverflow Documentation.
Keywords: MySQL, book
Author: GoalKicker
Year: 2015
| | pdf |
Fullstack GraphQL Applications with GRANDStack – Essential Excerpts
Full Stack GraphQL Applications teaches you how to use GraphQL with React, Node.js, and Neo4j to build complex, data-intensive applications.
Keywords: Neo4J, book
Author: William Lyon
Year: 2022
| | pdf |
Graph Algorithms: Practical Examples in Apache Spark and Neo4j
Featured Resources
Keywords: Neo4J, book
Author: https://neo4j.com/
Year: 2024
| | pdf, epub, mobi |
Graph Databases 2nd edition
This book also looks at the ecosystem of complementary technologies, highlighting what differentiates graph databases from other database technologies, both relational and NoSQL.
Keywords: Neo4J, book
Author: Ian Robinson, Jim Webber, Emil Eifrem
Year: 2015
| | pdf, epub, mobi |
Graph Databases For Dummies
Graph Databases For Dummies, a Neo4j Special Edition, introduces you to the basics of graph database technology from building a rich graph data model to deploying your first graph-powered application.
Keywords: Neo4J, book
Author: Jim Webber, Rik Van Bruggen
Year: 2002
| | pdf |
Clean Code .NET
This is a guide to producing readable, reusable, and refactorable software in .NET/.NET Core.
Keywords: .NET Core, tutorial
Author: Thang Chung
Year: 2019
| | html |
Entity Framework Core Succinctly
In Entity Framework Core Succinctly, join Ricardo Peres to explore this new version of the O/RM, from getting set up to avoiding common traps.
Keywords: .NET Core, book
Author: Ricardo Peres
Year: 2018
| | pdf |
.NET documentation - Microsoft Docs
A developer platform for building all your apps: web, mobile, desktop, gaming, IoT, and more. Supported on Windows, Linux, and macOS.
Keywords: .NET Core, Reference
Author: https://learn.microsoft.com/
Year: 2024
| | html |
Using .NET Core, Docker, and Kubernetes Succinctly
In Using .NET Core, Docker, and Kubernetes Succinctly, Michele Aponte will walk you through using Docker and Kubernetes with a .NET Core example application.
Keywords: .NET Core, book
Author: Michele Aponte
Year: 2019
| | pdf |
Akka.NET Succinctly
Zoran Maksimovic's Akka.NET Succinctly will show readers what an actor model is and how to work with actors in Akka.NET, taking them from an actor's lifecycle through to unit testing.
Keywords: .NET Framework, book
Author: Zoran Maksimovic
Year: 2018
| | pdf |
Application Security in .NET Succinctly
Learn about hashes, machine authentication code, key derivation, binary and text encodings, symmetric and authenticated encryption, and much more, and begin properly securing your .NET apps today.
Keywords: .NET Framework, book
Author: Stan Drapkin
Year: 2017
| | pdf |
Cryptography in .NET Succinctly
In Cryptography in .NET Succinctly, Dirk Strauss will take readers through generating cryptographic signatures, hashing and salting passwords, and when and how to use symmetric vs. asymmetric encryption.
Keywords: .NET Framework, book
Author: Dirk Strauss
Year: 2017
| | pdf |
Game Creation with XNA
This book is a collection of tutorials on game creation with Microsoft's XNA framework.
Keywords: .NET Framework, wikibook
Author: https://en.wikibooks.org/
Year: 2018
| | html |
Getting the Most from LINQPad Succinctly
In this ebook, you’ll learn how to use LINQPad to query Entity Framework models in Visual Studio, how to work with the LINQPad command-line utility, how to write your own extensions and visualizers, and how to write custom data context drivers.
Keywords: .NET Framework, book
Author: Jose Roberto, Olivas Mendoza
Year: 2019
| | pdf |
MonoGame Succinctly
In MonoGame Succinctly, author Jim Perry offers an introduction to MonoGame for C# developers who have not yet mastered Microsoft’s XNA technology.
Keywords: .NET Framework, book
Author: Jim Perry
Year: 2018
| | pdf |
.NET for Visual FoxPro Developers
This book provides a strong overview of the .NET Framework and the C# and Visual Basic .NET languages.
Keywords: .NET Framework, book
Author: Kevin McNeish
Year: 2002
| | html |
.NET Framework Notes for Professionals
The book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: .NET Framework, book
Author: GoalKicker
Year: 2017
| | pdf |
.NET Performance Testing and Optimization - The Complete Guide
The Complete Guide to Performance Testing and Optimizing .NET Applications (by Paul Glavich and Chris Farrell) covers everything from why you should test, through the steps of setting up your test environment, all the way to how to actually run and record tests, and what you should be looking for.
Keywords: .NET Framework, guide
Author: Paul Glavich, Chris Farrell
Year: 2010
| | pdf |
NuGet In-House Succinctly
In NuGet In-House Succinctly, author José Roberto Olivas Mendoza guides readers through the process of setting up a local NuGet server, creating a distributable package, publishing the package to that server, and then using the package in other projects. This is an essential ebook for all .NET developers.
Keywords: .NET Framework, book
Author: Jose Roberto, Olivas Mendoza
Year: 2019
| | pdf |
Rider Succinctly
Rider is the new .NET-centric IDE from JetBrains. In Rider Succinctly, author Dmitri Nesteruk introduces it to developers and provides an overview on its origins, functions, and features. With this ebook, readers will be ready to begin developing using Rider.
Keywords: .NET Framework, book
Author: Dmitri Nesteruk
Year: 2018
| | pdf |
Under the Hood of .NET Memory Management
If you think about it, an application is made up of two things: the code itself, and the data
that stores the state of the application during execution.
Keywords: .NET Framework, book
Author: Chris Farrell, Nick Harrison
Year: 2011
| | pdf |
Visual Studio 2019 Succinctly
Visual Studio 2019 Succinctly describes what’s new in VS2019 from the point of view of the IDE. It covers the improved installation experience, new productivity features for managing projects, and new features in the code editor.
Keywords: .NET Framework, book
Author: Alessandro Del Sole
Year: 2019
| | pdf |
Computer Programming with the Nim Programming Language
This book is basically a traditional textbook, a very simple one with detailed explanations, so that kids from 14 years upwards can read and understand it on their own, with no, or only minimal help from adults.
Keywords: Nim, book
Author: Stefan Salewski
Year: 2023
| | html |
Nim Basics
The tutorial is for:
- People with no or minimal previous programming experience;
- People with some programming experience in other programming languages;
- People who want to explore Nim for the first time, starting from scratch.
Keywords: Nim, tutorial
Author: Miran
Year: 2021
| | html, pdf |
Nim by Example
Nim is a powerful statically typed language that allows the programmer expressiveness without compromising run-time performance.
Keywords: Nim, tutorial
Author: https://nim-by-example.github.io/
Year: 0
| | html |
Nim Days
Nim days book is about my journey using Nim and creating useful/practical things.
Keywords: Nim, book
Author: Ahmed Thabet
Year: 2020
| | html |
Extracting Data from NoSQL Databases: A Step towards Interactive Visual Analysis of NoSQL Data
The presented solutions comprise a data model mapping from the NoSQL system to Spotfire tables, sampling and possibly clustering for finding schemas, and an extraction mechanism tailored to the particular system’s query interface.
Keywords: NoSQL, book
Author: Petter Nasholm
Year: 2012
| | pdf |
Graph Databases
With this practical book, you’ll learn how to design and implement a graph database that brings the power of graphs to bear on a broad range of problem domains.
Keywords: NoSQL, book
Author: Ian Robinson, Jim Webber, and Emil Eifrem
Year: 2013
| | pdf |
How To Manage a Redis Database
The goal for this book is to serve as an introduction to Redis for those interested in getting started with it, or key-value stores in general.
Keywords: NoSQL, book
Author: Mark Drake
Year: 2020
| | pdf, epub |
NoSQL Databases
Relational database management systems (RDMBSs) today are the predominant technology for storing structured data in web and business applications.
Keywords: NoSQL, book
Author: Christof Strauch
Year: 2014
| | pdf |
The Little Redis Book
The book is many years old, but still relevant.
Keywords: NoSQL, book
Author: Karl Seguin
Year: 2012
| | pdf, epub |
Algorithms and Data-Structures
In the book opened a new view of programming as a scientific subject and intellectual challenge, and it coined the title for a ``revolution`` in programming.
Keywords: Oberon, book
Author: N. Wirth
Year: 2004
| | pdf |
Object-Oriented Programming in Oberon-2
Without a doubt the idea of object-oriented programming has brought some motion into the field of programming methodology and enlarged the set of programming languages.
Keywords: Oberon, book
Author: Hanspeter Mössenböck
Year: 1994
| | pdf |
Google's Objective-C Style Guide
The purpose of this document is to describe the Objective-C (and Objective-C++) coding guidelines and practices that should be used for iOS and OS X code.
Keywords: Objective-C, documentation
Author: Stephane Moore
Year: 2018
| | github |
Objective-C Notes for Professionals
The Objective-C® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Objective-C, book
Author: GoalKicker
Year: 2014
| | pdf |
Objective-C Succinctly, Syncfusion
This e-book guides you from downloading Xcode, Apple's Objective-C IDE, to utilizing advanced features like blocks (similar to C#'s lambdas) and protocols.
Keywords: Objective-C, book
Author: Ryan Hodson
Year: 2014
| | pdf, kindle |
Programming With Objective-C
This document introduces the Objective-C language and offers extensive examples of its use.
Keywords: Objective-C, documentation
Author: https://developer.apple.com/
Year: 2014
| | html |
Developing Applications With Objective Caml
This is a preliminary translation of the book Développement d'applications avec Objective Caml by Emmanuel Chailloux, Pascal Manoury and Bruno Pagano, published by O'Reilly France.
Keywords: Ocaml, book
Author: Emmanuel Chailloux, Pascal Manoury, Bruno Pagano
Year: 2000
| | html, pdf |
Functional Programming in OCaml
This book is the textbook for CS 3110 Data Structures and Functional Programming at Cornell University.
Keywords: Ocaml, book
Author: Michael R. Clarkson
Year: 2024
| | html |
OCaml From the Ground Up
Is OCaml hard to learn? Yes and no. It’s easy to learn because it’s not a “puzzle language” — its rules are generally hard and fast, and its syntax and semantics are predictable.
Keywords: Ocaml, book
Author: Daniil Baturin
Year: 2021
| | html |
Real World OCaml
We wrote this book because we believe in the importance of programming languages, and that OCaml in particular is an important language to learn.
Keywords: Ocaml, book
Author: Anil Madhavapeddy, Yaron Minsky
Year: 2022
| | html |
Think OCaml
How to Think Like a Computer Scientist is an introductory programming textbook based on the OCaml language.
Keywords: Ocaml, book
Author: Allen Downey, Nicholas Monje
Year: 2008
| | pdf |
Unix System Programming in OCaml
This document is an introductory course on Unix system programming, with an emphasis on communications between processes.
Keywords: Ocaml, documentation
Author: Xavier Leroy, Didier Remy
Year: 2014
| | pdf |
Using, Understanding, and Unraveling The OCaml Language: From Practice to Theory and vice versa
These course notes are addressed to a wide audience of people interested in modern programming languages in general, ML-like languages in particular, or simply in Ocaml.
Keywords: Ocaml, documentation
Author: Didier Remy
Year: 2001
| | html |
Odin Programming Language
This article is a basic tutorial for the programming language Odin. This tutorial assumes a basic knowledge of programming concepts such as variables, statements, and types.
Keywords: Odin, tutorial
Author: Ginger Bill
Year: 2023
| | html |
A Guide To OpenMP
This document attempts to give a quick introduction to OpenMP (as of version 4.5), a simple C/C++/Fortran compiler extension that allows to add parallelism into existing source code without significantly having to rewrite it.
Keywords: OpenMP, documentation
Author: Joel Yliluoma
Year: 2016
| | html |
OpenMP Application Programming Interface Standard Version 4.0
The collection of compiler directives, library routines, and environment variables described in this document collectively define the specification of the OpenMP Application Program Interface (OpenMP API) for shared-memory parallelism in C, C++ and Fortran programs.
Keywords: OpenMP, documentation
Author: https://www.openmp.org/
Year: 2013
| | pdf |
OpenMP Application Programming Interface Standard Version 5.0
The collection of compiler directives, library routines, and environment variables described in this 4 document collectively define the specification of the OpenMP Application Program Interface 5 (OpenMP API) for parallelism in C, C++ and Fortran programs.
Keywords: OpenMP, documentation
Author: https://www.openmp.org/
Year: 2018
| | pdf |
OpenSCAD User Manual
OpenSCAD is software for creating solid 3D CAD objects.
Keywords: OpenSCAD, wikibook
Author: https://en.wikibooks.org/
Year: 2024
| | html |
Beginning Perl
At the time of writing, the current stable release of Perl is 5.6, which is what this book will detail.
Keywords: Perl, book
Author: https://www.perl.org/
Year: 2024
| | pdf |
Data Munging with Perl
Perl is so good for the extreme stuff, that we sometimes forget how powerful it is for mundane data manipulation as well. As this book so ably demonstrates, in addition to the hundreds of esoteric tools it offers, our favourite Swiss Army Chainsaw also sports a set of simple blades that are ideal for slicing and dicing ordinary data.
Keywords: Perl, book
Author: Dave Cross
Year: 2014
| | pdf |
Embedding Perl in HTML with Mason
Reading this book has taught me a surprising number of techniques about a product I used to know everything about and has reignited my enthusiasm for building cool web applications.
Keywords: Perl, book
Author: Dave Rolsky, Ken Williams
Year: 2003
| | html |
Essential Perl
This document is a quick introduction to the Perl language. Perl has many features, but you can get pretty far with just the basics, and that's what this document is about.
Keywords: Perl, documentation
Author: Nick Parlante
Year: 2002
| | pdf |
Exploring Programming Language Architecture in Perl
By the end of this book you should have a thorough understanding of the inner workings of a programming language interpreter.
Keywords: Perl, book
Author: Bill Hails
Year: 2010
| | html, pdf |
Extreme Perl
Extreme Perl is a book about Extreme Programming using the programming language Perl.
Keywords: Perl, book
Author: Robert Nagler
Year: 2004
| | html, pdf |
Higher-Order Perl
I wrote the book using a markup language I programmed myself, called MOD, which you can see in the next section.
Keywords: Perl, book
Author: Mark Jason Dominus
Year: 2005
| | pdf |
Impatient Perl
This document is for people who either want to learn Perl or are already programming in Perl and just don't have the patience to scrounge for information to learn and use Perl. This document should also find use as a handy desk reference for some of the more common perl related questions.
Keywords: Perl, documentation
Author: Greg London
Year: 2024
| | html, pdf |
Learning Perl The Hard Way
In presenting Perl features, I tried to find examples that are interesting in their own right, and that encourage the reader to explore Perl's features.
Keywords: Perl, book
Author: Allen B. Downey
Year: 2003
| | pdf |
Perl & LWP
I was pleased to see that the book was was rather well received, which is fancy publishing talk for ``people bought it and liked it.
Keywords: Perl, book
Author: Sean M. Burke
Year: 2007
| | html |
Perl 5 Internals
This is a three-hour course which provides a hands-on introduction to how the perl interpreter works internally, how to go about testing and fixing bugs in the interpreter, and what the internals are likely to look like in the future of Perl, Perl 6.
Keywords: Perl, tutorial
Author: Simon Cozens
Year: 2001
| | html |
Perl for the Web
The book provides tools and strategies to improve the performance of existing Web applications in Perl.
Keywords: Perl, book
Author: Chris Radcliff
Year: 2001
| | html |
Perl Notes for Professionals
The Perl® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Perl, book
Author: Goalkicker
Year: 2017
| | pdf |
Perl one-liners cookbook
This book focuses on Perl usage from the command line, similar to grep, sed and awk usage.
Keywords: Perl, book
Author: Sundeep Agarwal
Year: 2023
| | html |
SDL::Manual Writing Games in Perl
This project will improve the Game Development tutorials for Perl using the SDL library. The primary goal is to introduce newcomers to Game Development in Perl.
Keywords: Perl, tutorial
Author: Kartik Thakore
Year: 2013
| | github |
Template Toolkit Documentation
The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system.
Keywords: Perl, documentation
Author: Andy Wardley
Year: 2013
| | html |
The PDL Book
The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets that are the bread and butter of scientific computing.
Keywords: Perl, tutorial
Author:
Year: 2013
| | html |
Web Client Programming with Perl
Web Client Programming with Perl is a behind-the-scenes look at how your web browser interacts with web servers. Readers of this book will learn how the Web works and how to write software that is more flexible, dynamic, and powerful than the typical web browser.
Keywords: Perl, book
Author: Clinton Wong
Year: 1997
| | html |
Clean Code PHP
This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in PHP.
Keywords: PHP, tutorial
Author: Robert C. Martin
Year: 2008
| | github |
PHP 5 Power Programming
This book holds the key to unlocking the riches of PHP 5.
Keywords: PHP, book
Author: Andi Gutmans, Stig Bakken, Derick Rethans
Year: 2004
| | pdf |
PHP Apprentice
PHP Apprentice is an online, open source book about the PHP programming language. PHP is one of the most popular platforms for building websites and web services.
Keywords: PHP, book
Author: Andrew Davis
Year: 2019
| | html |
PHP Best Practices
This document is a guide suggesting the best direction to take when facing one of the common low-level tasks a PHP programmer might encounter that are unclear because of the many options PHP might offer.
Keywords: PHP, documentation
Author: Alex Cabal
Year: 2021
| | html |
PHP Documentor - Documentation
Is this the first time you work with phpDocumentor? You have come to the right section in the documentation! In the chapters included of this section we will talk you through the installation, configuration and how to generate your documentation.
Keywords: PHP, documentation
Author: Jaap van Otterdijk
Year: 2023
| | html |
PHP Internals Book
This book is a collaborative effort between several developers of the PHP language to better document and describe how PHP works internally.
Keywords: PHP, book
Author: https://www.phpinternalsbook.com/
Year: 2020
| | github |
PHP Notes for Professionals
The PHP Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: PHP, book
Author: GoalKicker
Year: 2019
| | pdf |
PHP Pandas
PHP Pandas is the book that aims to teach everyone how to be a web developer. You don't need any existing web development experience.
Keywords: PHP, book
Author: Dayle Rees
Year: 2016
| | html |
PHP Programming
PHP is a scripting language designed to fill the gap between SSI (Server Side Includes) and Perl, intended for the Web environment. Its principal application is the implementation of Web pages having dynamic content.
Keywords: PHP, wikibook
Author: https://en.wikibooks.org/
Year: 2009
| | html |
PHP Reference: Beginner to Intermediate PHP5
For this edition, I decided to eliminate some of the more advanced aspects of PHP programming: object oriented programming, image manipulation/creation, secondary modules, and a few others.
Keywords: PHP, book
Author: Mario Lurig
Year: 2008
| | pdf |
PHP Security Guide
This document will list possible security threats to the Web application, explanation and preventive measures.
Keywords: PHP, guide
Author: Damber Prasad Gautam
Year: 2020
| | github |
PHP: The Right Way
The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time.
Keywords: PHP, reference
Author: Josh Lockhart
Year: 2024
| | html |
PHPUnit Manual
PHPUnit requires the dom [http://php.net/manual/en/dom.setup.php] and json [http://php.net/manual/en/json.installation.php] extensions, which are normally enabled by default.
Keywords: PHP, book
Author: Sebastian Bergmann
Year: 2018
| | pdf |
Practical PHP Programming
Welcome to the new home of Practical PHP Programming - now updated for PHP 5.6 and renamed to Hacking with PHP.
Keywords: PHP, book
Author: Paul Hudson
Year: 2015
| | html |
Practical PHP Testing
This book is aimed to php developers and features the articles from the Practical php testing series.
Keywords: PHP, book
Author: Giorgio Sironi
Year: 2009
| | pdf |
Survive The Deep End: PHP Security
There are many ways to start a guide or book on PHP Security. Unfortunately, I haven’t read any of them, so I have to make this up as I go along. So let’s start at the beginning and hopefully it will make sense.
Keywords: PHP, book
Author: Padraic Brady
Year: 2017
| | html |
Using Libsodium in PHP Projects
A guide to using the libsodium PHP extension for modern, secure, and fast cryptography.
Keywords: PHP, guide
Author: Paragon Initiative Enterprises, LLC
Year: 2017
| | html |
CakePHP Cookbook 2.x]
This tutorial will walk you through the creation of a simple blog application. We’ll be getting and installing CakePHP, creating and configuring a database, and creating enough application logic to list, add, edit, and delete blog posts.
Keywords: CakePHP, tutorial
Author: https://book.cakephp.org/
Year: 2023
| | pdf |
CodeIgniter 4 User Guide
CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP.
Keywords: CodeIgniter, documentation
Author: CodeIgniter Foundation
Year: 2024
| | html |
The Tiny Book of Rules
Rules is a module usually used to automate actions on your Drupal site. Rules can react on events occurring on your site - such as a user logging in or a node being created - and perform customized follow-up actions such as redirecting to a certain page or setting field values.
Keywords: Drupal, book
Author: Johan Falk
Year: 2012
| | pdf |
Laravel: Code Bright
Laravel: Code Bright is a book for Version 4 of the Laravel PHP Framework. The entire book is available online to encourage learning.
Keywords: Laravel, book
Author: Dayle Rees
Year: 2016
| | html |
Laravel: Code Happy
Code Happy is the best-selling title for learning version 3 of the Laravel PHP Framework. The entire book is available online to encourage learning.
Keywords: Laravel, book
Author: Dayle Rees
Year: 2016
| | html |
Laravel: Code Smart
Code Smart is the number one title for learning version 5 of the Laravel PHP Framework. The entire book is available online to encourage learning.
Keywords: Laravel, book
Author: Dayle Rees
Year: 2016
| | html |
The Symfony Best practices 4.1.x
The Symfony Framework is well-known for being really flexible and is used to build micro-sites, enterprise applications that handle billions of connections and even as the basis for other frameworks.
Keywords: Symfony, book
Author: SensioLabs
Year: 2018
| | pdf |
The Symfony Book 4.4.x
The Symfony Book 4.4.x
Keywords: Symfony, documentation
Author: SensioLabs
Year: 2024
| | html |
Using Zend Framework 3
This book is not only about Zend Framework, but also about closely related libraries.
Keywords: Zend, book
Author: Oleg Krivtsov
Year: 2019
| | html |
PicoLisp by Example
The source code of the free book PicoLisp by Example.
Keywords: PicoLisp, tutorial
Author: PicoLisp Works
Year: 2012
| | github |
PicoLisp Works
The source-code of the free book PicoLisp Works.
Keywords: PicoLisp, tutorial
Author: PicoLisp Works
Year: 2012
| | github |
Postgres Official Documentation
This book is the official documentation of PostgreSQL. It has been written by the PostgreSQL developers and other volunteers in parallel to the development of the PostgreSQL software. It describes all the functionality that the current version of PostgreSQL officially supports.
Keywords: PostgresSQL, documentation
Author: PostgreSQL Global Development Group
Year: 2024
| | html |
Postgres Succinctly
In Postgres Succinctly, author Peter Shaw guides you from installing Postgres, to creating your first database, to using Postgres in a .NET application with ADO .NET and Entity Framework.
Keywords: PostgresSQL, book
Author: Peter Shaw
Year: 2014
| | pdf, kindle |
PostgreSQL Notes for Professionals
The PostgreSQL® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: PostgresSQL, book
Author: GoalKicker
Year: 2017
| | pdf |
PostgreSQL Tutorial
This tutorial has been prepared for the beginners to help them understand the basic to advanced concepts related to PostgreSQL Database.
Keywords: PostgresSQL, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
Practical PostgreSQL
This book is for anyone interested in utilizing the PostgreSQL object-relational database-management system (ORDBMS). The reader should be familiar with Linux- and UNIX-based systems, but is not expected to be a database guru.
Keywords: PostgresSQL, book
Author: John Worsley, Joshua Drake
Year: 2002
| | html |
The Internals of PostgreSQL for database administrators and system developers
PostgreSQL is a well-designed open-source multi-purpose relational database system which is widely used throughout the world.
Keywords: PostgresSQL, book
Author: Hironobu Suziki
Year: 2022
| | html |
Layman’s Guide to PowerShell 2.0 remoting
One of the most exciting and important features of PowerShell 2.0 is the remoting capability.
Keywords: PowerShell, book
Author: Ravikanth Chaganti
Year: 2023
| | pdf |
Learn PowerShell in Y Minutes
PowerShell is the Windows scripting language and configuration management framework from Microsoft built on the .NET Framework. Windows 7 and up ship with PowerShell.
Keywords: PowerShell, tutorial
Author: Wouter Van Schandevijl, Andrew Ryan Davis
Year: 2024
| | html |
Mastering PowerShell v2
Master-PowerShell with Dr. Tobias Weltner.
Keywords: PowerShell, tutorial
Author: Jamie Knowles
Year: 2024
| | html |
PowerShell 101: The No-Nonsense Beginner’s Guide to PowerShell
This book focuses on PowerShell version 5.1 in a Microsoft Active Directory domain environment running on Windows 10 and Windows Server 2016.
Keywords: PowerShell, book
Author: Mike F. Robbins
Year: 2024
| | pdf |
PowerShell 2.0 – One CMDLET At A Time
I hope you find this consolidated series useful.
Keywords: PowerShell, book
Author: Jonathan Medd
Year: 2010
| | pdf |
PowerShell Notes for Professionals
The PowerShell® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: PowerShell, book
Author: GoalKicker
Year: 2017
| | pdf |
PowerShell Succinctly, Syncfusion
PowerShell Succinctly highlights some of the PowerShell programming model’s many benefits, specifically for .NET developers and system administrators.
Keywords: PowerShell, book
Author: Rui Machado
Year: 2014
| | pdf, kindle |
Windows PowerShell Networking Guide
The guide helps you understand how PowerShell can be used to manage the networking aspects of your server and client computers.
Keywords: PowerShell, guide
Author: PowerShell.org
Year: 2018
| | pdf, epub,mobi, html |
Coding Guidelines for Prolog
Coding standards and good practices are fundamental to a disciplined approach to software projects, whatever programming languages they employ.
Keywords: Prolog, book
Author: Michael A. Covington, Roberto Bagnara
Year: 2009
| | pdf, postscript |
GNU Prolog Manual
GNU Prolog [5] is a free Prolog compiler with constraint solving over finite domains.
Keywords: Prolog, book
Author: Daniel Diaz
Year: 2021
| | pdf |
Learn Prolog Now!
Learn Prolog Now! is an introductory course to programming in Prolog.
Keywords: Prolog, reference
Author: Patrick Blackburn, Johan Bos, Kristina Striegnitz
Year: 2012
| | html |
Logic, Programming and Prolog (2ed)
The main objective of both editions of this textbook is to provide a uniform account of both the foundations of logic programming and simple programming techniques in the programming language Prolog.
Keywords: Prolog, book
Author: Ulf Nilsson, Jan MaAluszynski
Year: 2000
| | pdf |
Natural Language Processing Techniques in Prolog
Natural Language Processing Techniques in Prolog.
Keywords: Prolog, guide
Author: Patrick Blackburn, Kristina Striegnitz
Year: 2002
| | html |
Prolog and Natural - Language Analysis
This book is an introduction to elementary computational linguistics from the point of view of logic programming.
Keywords: Prolog, book
Author: Fernando C. N. Pereira, Stuart M. Shieber
Year: 2002
| | pdf |
Prolog for Programmers
Prolog for programmers.
I. Programming languages (Electronic computers)
2. Electronic digital computers - Programming.
Keywords: Prolog, book
Author: Feliks Kluzniak, Stanislaw Szpakowicz, Janusz S. Bien
Year: 1987
| | pdf, epub |
99 Prolog Problems
Problems are grouped by topic and use the relation names given in the examples, where applicable. To play with a solution set, open the SWI Prolog interpreter and enter the name of the the source file minus the extension between square brackets, followed by a period.
Keywords: Prolog, tutorial
Author: James Constable
Year: 2021
| | github |
Prolog Tutorial
This tutorial is intended to be used to help learn the essential, basic concepts of Prolog.
Keywords: Prolog, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html |
Simply Logical: Intelligent Reasoning by Example
This is a book about intelligent reasoning. Reasoning is the process of drawing conclusions; intelligent reasoning is the kind of reasoning performed by humans.
Keywords: Prolog, book
Author: Peter Flach, John Wiley
Year: 1994
| | html, pdf |
Prolog Programming Contest
Prolog programming contest in Sitges. 2 October 2005.
Keywords: Prolog, book
Author: https://www.metalevel.at/
Year: 2005
| | pdf |
The Power of Prolog
The goal of this material is to bridge the gap between the great traditional Prolog textbooks of the past and the language as it currently is, several decades after these books were written.
Keywords: Prolog, book
Author: Markus Triska
Year: 2020
| | html |
Warren's Abstract Machine: A Tutorial Reconstruction
The book is a delight to read. It explains the WAM with great clarity and elegance.
Keywords: Prolog, book
Author: Slashdot Media
Year: 2024
| | pdf, ps |
100 Page Python Intro
This book is a short, introductory guide for the Python programming language.
Keywords: Python, book
Author: Sundeep Agarwal
Year: 2021
| | html |
20 Python Libraries You Aren't Using (But Should)
This is the full ebook "20 Python Libraries You Aren't Using (But Should)" by Caleb Hattingh.
Keywords: Python, book
Author: Caleb Hattingh
Year: 2016
| | html |
A Beginner's Python Tutorial
For those who don't know, a programming language is what you write down to tell a computer what to do.
Keywords: Python, tutorial
Author: https://en.wikibooks.org/
Year: 2024
| | html |
A Byte of Python
The book is even used by NASA! It is used in their Jet Propulsion Laboratory with their Deep Space Network project.
Keywords: Python, book
Author: Swaroop CH
Year: 2020
| | html, pdf, epub, mobi |
A Guide to Python's Magic Methods
A guide to Python's magic methods.
Keywords: Python, guide
Author: Rafe Kettler
Year: 2011
| | github |
A Practical Introduction to Python Programming
Though this book was designed to be used in an introductory programming course, it is also useful for those with prior programming experience looking to learn Python.
Keywords: Python, book
Author: Brian Heinold
Year: 2015
| | html, pdf |
Architecture Patterns with Python
Who Should Read This Book.
Here are a few things we assume about you, dear reader:
- You’ve been close to some reasonably complex Python applications.
- You’ve seen some of the pain that comes with trying to manage that complexity.
- You don’t necessarily know anything about DDD or any of the classic application architecture patterns.
Keywords: Python, book
Author: O'Reilly Media, Inc
Year: 0
| | html |
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
If you’re an office worker, administrator, academic, or anyone else who uses a computer for work or fun, you will learn the basics of programming.
Keywords: Python, book
Author: Al Sweigart
Year: 2020
| | html |
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
This book is not designed as a reference manual; it’s a guide for beginners.
Keywords: Python, book
Author: Al Sweigart
Year: 2015
| | html |
Beej's Guide to Python Programming - For Beginners
Have you been thinking about learning to program? Have you also been thinking of how to do it in the easy-to-approach Python programming language?
Keywords: Python, book
Author: Brian Hall
Year: 2023
| | html, pdf |
Beyond the Basic Stuff with Python
Welcome to Beyond the Basic Stuff with Python. More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills.
Keywords: Python, book
Author: Al Sweigart
Year: 2020
| | html |
Biopython Tutorial and Cookbook
The Biopython Project is an international association of developers of freely available Python (https://www.python.org) tools for computational molecular biology.
Keywords: Python, tutorial
Author: Jeff Chang, Brad Chapman, Iddo Friedberg
Year: 2024
| | pdf |
Build applications in Python the antitextbook
The motto of this book is not just teach the language, but to enable you to write tools which you would use in day to day life, like a simple todo list manager, we encourage you to explore the language more after you read the book and start writing tools for your daily usage.
Keywords: Python, book
Author: Suraj Patil
Year: 2020
| | html, pdf, epub, mobi |
Building Skills in Object-Oriented Design, V4
Step-by-Step Construction of A Complete Application.
Keywords: Python, tutorial
Author: Steven F. Lott
Year: 2019
| | html |
Building Skills in Object-Oriented Design, Release 2.2.1
The coffee-shop reason for reading this book is to provide the beginning designer with a sequence of interesting and moderately complex exercises in OO design.
Keywords: Python, book
Author: Steven F. Lott
Year: 2015
| | pdf |
Building Skills in Object-Oriented Design, Release 3.1
This book guides you through exercises to design dozens of classes that must work together to create a large - and reasonably complete - application.
Keywords: Python, book
Author: Steven F. Lott
Year: 2015
| | pdf |
Building Skills in Python
This book is a close-to-complete presentation of the Python language. It is oriented toward learning, which involves accumulating many closely intertwined concepts.
Keywords: Python, book
Author: Steven F. Lott
Year: 2010
| | pdf |
Clean Architectures in Python
This book is to begin a journey and not to define the specific steps through which each software designer has to go through.
Keywords: Python, book
Author: Leonardo Giordani
Year: 2023
| | html |
Code Like a Pythonista: Idiomatic Python
You can decide for yourself if you're a ``Pythoneer`` or a ``Pythonista``. The terms have somewhat different connotations.
Keywords: Python, book
Author: David Goodger
Year: 2008
| | html |
CodeCademy Python
CodeCademy catalog, resources.
Keywords: Python, reference
Author: Codecademy
Year: 2024
| | html |
Composing Programs
Welcome to Composing Programs, a free online introduction to programming and computer science.
Keywords: Python, tutorial
Author: John DeNero
Year: 2024
| | html |
Cracking Codes with Python
Cracking Codes with Python teaches complete beginners how to program in the Python programming language. The book features the source code to several ciphers and hacking programs for these ciphers.
Keywords: Python, book
Author: Al Sweigart
Year: 2020
| | html |
Dive into Python 3
Dive Into Python 3 covers Python 3 and its differences from Python 2.
Keywords: Python, book
Author: Mark Pilgrim
Year: 2009
| | html |
From Python to NumPy
The goal of this book is to explain some of NumPy techniques and to provide an opportunity for making this experience in the process.
Keywords: Python, book
Author: Nicolas P. Rougier
Year: 2017
| | html |
Full Stack Python
Learn to Build, Deploy and Operate Python Applications.
Keywords: Python, book
Author: Matt Makai
Year: 2022
| | html |
Functional Programming in Python
Examine the functional aspects of Python: which options work well and which ones you should avoid.
Keywords: Python, tutorial
Author: David Mertz
Year: 2015
| | html |
Fundamentals of Python Programming
A computer program, from one perspective, is a sequence of instructions that dictate the flow of electrical impulses within a computer system.
Keywords: Python, book
Author: Richard L. Halterman
Year: 2019
| | pdf |
Google's Python Class
Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python.
Keywords: Python, book
Author: https://developers.google.com/
Year: 2023
| | html |
Google's Python Style Guide
Python is the main dynamic language used at Google. This style guide is a list of dos and don’ts for Python programs.
Keywords: Python, guide
Author: https://google.github.io/
Year: 2024
| | html |
Hadoop with Python
Learn how to use Python with the Hadoop Distributed File System, MapReduce, the Apache Pig platform and Pig Latin script, and the Apache Spark cluster-computing framework.
Keywords: Python, book
Author: Zachary Radtka, Donald Miner
Year: 2016
| | html |
Hands-On Natural Language Processing with Python
To begin with, you will understand the core concepts of NLP and deep learning, such as Convolutional Neural Networks (CNNs), recurrent neural networks (RNNs), semantic embedding, Word2vec, and more.
Keywords: Python, book
Author: Auguste Byiringiro, Chaitanya Joshi, Karthik Muthuswamy
Year: 2018
| | github, pdf |
Hitchhiker's Guide to Python!
This guide is opinionated in a way that is almost, but not quite, entirely unlike Python’s official documentation. You won’t find a list of every Python web framework available here. Rather, you’ll find a nice concise list of highly recommended options.
Keywords: Python, guide
Author: Kenneth Reitz, Tanya Schlusser
Year: 2016
| | html |
How to Code in Python 3
While the book is arranged to ramp up an emerging developer, do not be constrained by the order: feel free to move throughout the book in a way that makes sense for you. Once you are familiar with the concepts, you can continue to use the book as a source of reference.
Keywords: Python, book
Author: Lisa Tagliaferri
Year: 2018
| | pdf |
How to Think Like a Computer Scientist: Learning with Python, Interactive Edition
The goal of this book is to teach you to think like a computer scientist.
Keywords: Python, book
Author: Brad Miller, David Ranum
Year: 2013
| | html |
How to Think Like a Computer Scientist: Learning with Python 2nd Edition
When I teach computer science courses, I want to cover important concepts in addition to making the material interesting and engaging to students.
Keywords: Python, book
Author: Jeffrey Elkner, Allen B. Downey, Chris Meyers
Year: 2012
| | html |
How to Think Like a Computer Scientist: Learning with Python 3 (RLE)
For offline use, download a zip file of the html or a pdf version (the pdf is updated less often).
Keywords: Python, book
Author: Jeffrey Elkner, Allen B. Downey, Chris Meyers
Year: 2012
| | html, pdf |
Inside The Python Virtual Machine
You know how to program in Python but are interested in what goes on under the covers of the interpreter? Well, fasten your seat-belts as this book will take you on a tour of the virtual machine that runs your Python code.
Keywords: Python, book
Author: Obi Ike-Nwosu
Year: 2020
| | html, pdf, epub, kindle |
Intermediate Python
The topics which are discussed in this book open up your mind towards some nice corners of Python language. This book is an outcome of my desire to have something like this when I was beginning to learn Python.
Keywords: Python, book
Author: Muhammad Yasoob, Ullah Khalid
Year: 2017
| | html |
Introduction to Programming with Python
Python for beginners.
Keywords: Python, tutorial
Author: OpenTechSchool
Year: 2014
| | html |
Introduction to Python
This is the material which I use for teaching python to beginners.
Keywords: Python, tutorial
Author: Kracekumar
Year: 2022
| | html |
Introduction to Python for Econometrics, Statistics and Numerical Analysis
Python 3.8 is the recommended version. The notes require Python 3.6 or later, and all references to Python 2.7 have been removed.
Keywords: Python, book
Author: Kevin Sheppard
Year: 2020
| | pdf |
Invent Your Own Computer Games With Python
The book teaches you how to program in the Python language. Each chapter gives you the complete source code for a new game.
Keywords: Python, book
Author: Al Sweigart
Year: 2016
| | html |
Learn Python, Break Python
Learn Python, Break Python is a hands-on introduction to the Python programming language, written for people who have no experience with programming whatsoever.
Keywords: Python, guide
Author: Scott Grant
Year: 2014
| | html |
Learn Python the Right Way
You can read each chapter online below, or download the entire book in PDF, ePub or Mobi formats. You can also watch a video version on YouTube.
Keywords: Python, book
Author: David Beazley
Year: 2022
| | html, pdf, epub, mobi |
Learn to Program Using Python
The main purpose of this book is to teach people how to program.
Keywords: Python, book
Author: Cody Jackson
Year: 2011
| | pdf |
Lectures on scientific computing with python
A set of lectures on scientific computing with Python, using IPython notebooks.
Keywords: Python, tutorial
Author: Robert Johansson, Pietro Monticone
Year: 2023
| | github |
Making Games with Python & Pygame
Making Games with Python & Pygame covers the Pygame library with the source code for 11 games.
Keywords: Python, book
Author: Al Sweigart
Year: 2024
| | html, pdf |
Math for programmers (using python)
This tutorial contains practical math for programmers who want to get stuff done, but also math that is really fun on its own even though most people won't find it practical.
Keywords: Python, tutorial
Author: Paul Orland
Year: 2020
| | html |
Modeling and Simulation in Python
Modeling and Simulation in Python is an introduction to physical modeling using a computational approach.
Keywords: Python, book
Author: Allen B. Downey
Year: 2023
| | html, pdf |
Modeling Creativity: Case Studies in Python
The topic of this work is to model creativity using computational approaches. Our aim is to construct computer models that exhibit creativity in an artistic context.
Keywords: Python, book
Author: Tom De Smedt
Year: 2013
| | pdf |
Natural Language Processing (NLP) with Python — Tutorial
In this article, we explore the basics of natural language processing (NLP) with code examples. We dive into the natural language toolkit (NLTK) library to present how it can be useful for natural language processing related tasks.
Keywords: Python, tutorial
Author: Pratik Shukla, Roberto Iriondo
Year: 2021
| | pdf |
Natural Language Processing with Python
This is a book about Natural Language Processing. By ``natural language`` we mean a language that is used for everyday communication by humans; languages like English, Hindi or Portuguese.
Keywords: Python, book
Author: Steven Bird, Ewan Klein, Edward Loper
Year: 2019
| | html |
Non-Programmer's Tutorial for Python 3
The tutorial is designed to be an introduction to the Python programming language. Originally, this guide is for someone with no programming experience.
Keywords: Python, wikibook
Author: https://en.wikibooks.org/
Year: 2022
| | html |
Official NumPy Reference
NumPy provides an N-dimensional array type, the ndarray, which describes a collection of "items" of the same type. The items can be indexed using for example N integers.
Keywords: Python, book
Author: NumPy Developers
Year: 2022
| | html |
Picking a Python Version: A Manifesto
This is the full ebook "Picking a Python version: A manifesto", by David Mertz.
Keywords: Python, book
Author: David Mertz
Year: 2015
| | html |
Porting to Python 3: An In-Depth Guide
The book gets right to the point, without a lot of fluff and filler.
Keywords: Python, book
Author: Lennart Regebro
Year: 2015
| | html |
Practical Programming in Python
Working on this book for the last two years has been rewarding for both my students and me, and my students played a big part in the process.
Keywords: Python, book
Author: Jeffrey Elkner, Allen Downey, Chris Meyers
Year: 2014
| | pdf |
Practice Python Projects
Beginners who've finished a basic programming book or a course often wonder what they should do next. This article titled I know how to program, but I don't know what to program succinctly captures the feeling.
Keywords: Python, book
Author: Sundeep Agarwal
Year: 2021
| | html |
Problem Solving with Algorithms and Data Structures using Python
Objectives:
- To review the ideas of computer science, programming, and problem-solving.
- To understand abstraction and the role it plays in the problem-solving process.
- To understand and implement the notion of an abstract data type.
- To review the Python programming language.
Keywords: Python, book
Author: Brad Miller, David Ranum
Year: 2024
| | html |
Program Arcade Games With Python And Pygame
Are you here because you want to create your own games? Excellent! Here are some videos of games students have created by the end of this course.
Keywords: Python, tutorial
Author: Paul Vincent Craven
Year: 2017
| | html |
Programming Computer Vision with Python
What you will learn:
- Hands-on programming with images using Python.
- Computer vision techniques behind a wide variety of real-world applications.
- Many of the fundamental algorithms and how to implement and apply them yourself.
Keywords: Python, book
Author: Jan Erik Solem
Year: 2012
| | pdf |
Programming for Non-Programmers, Release 2.6.2
This book is about many things. The important topics include Python, programming, languages, data, processing, and some of the skills that make up the craft of programming.
Keywords: Python, book
Author: Steven F. Lott
Year: 2012
| | pdf |
PySDR: A Guide to SDR and DSP using Python
This textbook acts as a hands-on introduction to the areas of DSP, SDR, and wireless communications.
Keywords: Python, book
Author: Marc Lichtman
Year: 2024
| | html |
Python 101
Learn how to program with Python 3 from beginning to end.
Keywords: Python, book
Author: Michael Driscoll
Year: 2014
| | html, text |
Python 2.7 quick reference
A referenceguide to most of the common features of the Python programminglanguage, version 2.7.
Keywords: Python, reference
Author: John W. Shipman
Year: 2013
| | pdf |
Python 3 Official Documentation
Python 3 Official Documentation.
Keywords: Python, reference
Author: Python Software Foundation
Year: 2024
| | pdf, epub, html, text |
Python 3 Tutorial
This is a concise Python 3 programming tutorial for people who think that reading is boring. I try to show everything with simple code examples.
Keywords: Python, tutorial
Author: Tushar Khatri, George Rahul
Year: 2022
| | github |
Python Data Science Handbook
This is a book about doing data science with Python, which immediately begs the question: what is data science? It's a surprisingly hard definition to nail down, especially given how ubiquitous the term has become.
Keywords: Python, book
Author: Jake VanderPlas
Year: 2018
| | html, jupyter |
Python for Everybody
This web site is building a set of free materials, lectures, book and assignments to help students learn how to program in Python.
Keywords: Python, book
Author: Charles Severance
Year: 2024
| | pdf, epub, html |
Python for Informatics: Exploring Information
The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve data analysis problems common in the world of Informatics.
Keywords: Python, book
Author: Charles R. Severance
Year: 2016
| | pdf, epub, html |
Python for you and me
This is a simple book to learn Python programming language, it is for the programmers who are new to Python.
Keywords: Python, book
Author: Kushal Das
Year: 2022
| | html |
Python for you and me
This is a simple book to learn Python programming language, it is for the programmers who are new to Python.
Keywords: Python, book
Author: Kushal Das
Year: 2014
| | html |
Python in Education
Python is at the center of fundamental changes in computing education. Tour the features that make Python appropriate for education, and learn how an active Python community supports educational outreach.
Keywords: Python, article
Author: Nicholas Tollervey
Year: 2015
| | html |
Python in Hydrology
Python in Hydrology is written for learning Python using its applications in hydrology. The book covers the basic applications of hydrology, and also the advanced topic like use of copula.
Keywords: Python, book
Author: Sat Kumar Tomer
Year: 2011
| | pdf |
Python Koans
Python Koans is an interactive tutorial for learning the Python programming language by making tests pass.
Keywords: Python, tutorial
Author: Greg Malcolm
Year: 2022
| | github |
Python Module of the Week
Is written to demonstrate how to use the modules of the Python 3 standard library.
Keywords: Python, article
Author: Doug Hellmann
Year: 2021
| | html |
Python Notes for Professionals
Is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: Python, book
Author: GoalKicker
Year: 2020
| | pdf |
Python Practice Book
Python Practice Book
Keywords: Python, book
Author: Anand Chitipothu
Year: 2019
| | html |
Python Programming
This book describes Python, an open-source general-purpose interpreted programming language available for the most popular operating systems.
Keywords: Python, wikibook
Author: https://en.wikibooks.org/
Year: 2024
| | html |
Python Programming
Python provides a powerful assortment of built-in types (e.g., lists, dictionaries and strings), a number of built-in functions, and a few constructs, mostly statements.
Keywords: Python, wikibook
Author: en.wikibooks.org
Year: 2015
| | pdf |
Python Programming And Numerical Methods: A Guide For Engineers And Scientists
This book introduces programming to students from a wide range of backgrounds and gives them programming and mathematical tools that will be useful throughout their careers.
Keywords: Python, book
Author: Qingkai Kong, Timmy Siauw, Alexandre Bayen
Year: 2020
| | html |
Python Tutorial
This Python tutorial has been written for the beginners to help them understand the basic to advanced concepts of Python Programming Language.
Keywords: Python, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
Scipy Lecture Notes
Tutorials on the scientific Python ecosystem: a quick introduction to central tools and techniques.
Keywords: Python, tutorial
Author: Gael Varoquaux, Emmanuelle Gouillart, Olaf Vahtras
Year: 2024
| | html |
Slither into Python: An introduction to Python for beginners
Slither into Python is an introduction to Python for complete beginners.
Keywords: Python, book
Author: Bjorn Erik Pedersen
Year: 2019
| | html |
Supporting Python 3: An In-Depth Guide
This book guides you through the process of adding Python 3 support, from choosing a strategy to solving your distribution issues.
Keywords: Python, book
Author: Lennart Regebro
Year: 2015
| | html, pdf |
Test-Driven Web Development with Python: Obey the Testing Goat! using Django, Selenium and Javascript
The book aims to teach TDD for web programming. It uses a concrete example -- the development of a website, from scratch -- to explain the TDD metholology and how it applies to building web applications.
Keywords: Python, book
Author: Harry Percival
Year: 2017
| | html |
Text Processing in Python
The book is provided in ``smart ASCII`` format.
Keywords: Python, book
Author: David Mertz
Year: 2006
| | html |
The Big Book of Small Python Projects
This curated collection of simple Python projects lets you dive right in and make digital art, games, animations, number-crunching tools and more – right away! Forget standard step-by-step tutorials; instead, author Al Sweigart takes a learn-by-doing approach that provides you with over 80 programs to manually copy, run, and play with.
Keywords: Python, book
Author: Al Sweigart
Year: 2021
| | html |
The Coder's Apprentice: Learning Programming with Python 3
Aimed at teaching Python 3 to students and teenagers who are completely new to programming.
Keywords: Python, book
Author: Pieter Spronck
Year: 2023
| | pdf |
The Definitive Guide to Jython, Python for the Java Platform
This book is presented in open source and licensed through Creative Commons 3.0.
Keywords: Python, book
Author: Josh Juneau, Jim Baker, Victor Ng
Year: 2010
| | html |
The Little Book of Python Anti-Patterns
Learning about these anti-patterns will help you to avoid them in your own code and make you a better programmer (hopefully).
Keywords: Python, book
Author: Andreas Dewes, Christoph Neumann
Year: 2018
| | html |
The Programming Historian
The Programming Historian offers a range of lessons that build upon one another.
Keywords: Python, book
Author: William J. Turkel, Alan MacEachern
Year: 2007
| | pdf |
The Python GTK+ 3 Tutorial
This tutorial gives an introduction to writing GTK+ 3 applications in Python.
Keywords: Python, tutorial
Author: Sebastian Piolsterl
Year: 2023
| | html |
Think Complexity
This book is primarily about complexity science, but studying complexity science gives you a chance to explore topics and ideas you might not encounter otherwise, practice programming in Python, and learn about data structures and algorithms.
Keywords: Python, book
Author: Allen Downey
Year: 2023
| | pdf, html |
Think DSP - Digital Signal Processing in Python
Think DSP is an introduction to Digital Signal Processing in Python.
Keywords: Python, book
Author: Allen Downey
Year: 2016
| | pdf, html |
Think Python 2nd Edition
Think Python is an introduction to Python programming for beginners.
Keywords: Python, book
Author: Allen Downey
Year: 2016
| | pdf, html |
Tiny Python 3.6 Notebook
This is not an introduction to Python. Rather it is a notebook containing curated examples for Python 3 as well as the new features found in Python 3.6.
Keywords: Python, notebook
Author: Matt Harrison
Year: 2021
| | github |
Web2py: Complete Reference Manual, 6th Edition (pre-release)
web2py is a free, open-source web framework for agile development of secure database-driven web applications; it is written in Python and programmable in Python.
Keywords: Python, manual
Author: Massimo Di Pierro
Year: 2024
| | html |
Django Girls Tutorial
Once you've finished the tutorial, you will have a small working web application: your own blog. We will show you how to put it online, so others will see your work!
Keywords: Django, Python, tutorial
Author: https://tutorial.djangogirls.org/
Year: 2024
| | html |
Django Official Documentation
Django Software Foundation (V1.5.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2017
| | pdf |
Django Official Documentation
Django Software Foundation (V1.7.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2017
| | pdf |
Django Official Documentation
Django Software Foundation (V1.9.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2017
| | pdf |
Django Official Documentation
Django Software Foundation (V1.10.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2017
| | pdf |
Django Official Documentation
Django Software Foundation (V2.2.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2022
| | pdf |
Django Official Documentation
Django Software Foundation (V3.1.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2021
| | pdf |
Django Official Documentation
Django Software Foundation (V3.2.x)
Keywords: Django, Python, documentation
Author: Django Software Foundation
Year: 2023
| | pdf |
Django Web Framework (Python)
MDN contributors. Before starting this module you don't need to have any knowledge of Django. Ideally, you would need to understand what server-side web programming and web frameworks are by reading the topics in our Server-side website programming first steps module.
Keywords: Django, Python, guide
Author: https://developer.mozilla.org/
Year: 2023
| | html |
Djen of Django
Welcome to Djen of django’s documentation!
Keywords: Django, Python, documentation
Author: Agiliq
Year: 2010
| | html |
Effective Django
Part of being able to effectively use Django is understanding what’s available to you, and what the restrictions are.
Keywords: Django, Python, documentation
Author: Nathan Yergler
Year: 2015
| | html, pdf, epub |
How to Tango With Django
In this book, we will be taking an exampled-based approach (or inquiry-based learning). The book will show you how to design a web application called Rango.
Keywords: Django, Python, book
Author: Leif Azzopardi, David Maxwell
Year: 2013
| | html |
Test-Driven Development With Python And Django
In this book, Harry takes us on an adventure of discovery with Python and testing. It’s an excellent book, fun to read and full of vital information. It has my highest recommendations for anyone interested in testing with Python, learning Django or wanting to use Selenium.
Keywords: Django, Python, book
Author: Harry J.W. Percival
Year: 2018
| | html |
Explore Flask
This book is a collection of the best practices for using Flask. There are a lot of pieces to the average Flask application.
Keywords: Flask, Python, book
Author: Robert Picard
Year: 2014
| | html |
Flask Documentation
Welcome to Flask’s documentation. Get started with Installation and then get an overview with the Quickstart. There is also a more detailed Tutorial that shows how to create a small but complete application with Flask.
Keywords: Flask, Python, documentation
Author: Pallets
Year: 2010
| | html |
Python Flask Tutorial
This tutorial has been prepared for anyone who has a basic knowledge of Python and has an urge to develop websites. After completing this tutorial, you will find yourself at a moderate level of expertise in developing websites using Flask.
Keywords: Flask, Python, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
The Flask Mega-Tutorial
Welcome! You are about to start on a journey to learn how to create web applications with Python and the Flask framework.
Keywords: Flask, Python, tutorial
Author: Miguel Grinberg
Year: 2024
| | html |
Kivy Programming Guide
Kivy depends on many libraries, such as SDL2, gstreamer, PIL, Cairo, and more. They are not all required, but depending on the platform you’re working on, they can be a pain to install.
Keywords: Kivy, Python, guide
Author: https://kivy.org
Year: 2024
| | html |
Learn Pandas
I provide free lessons to new Pandas users. Feel free to add your own.
Keywords: Pandas, Python, tutorial
Author: Hernan Rojas
Year: 2020
| | html |
pandas: powerful Python data analysis toolkit
Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
Keywords: Pandas, Python, documentation
Author: https://pandas.pydata.org/
Year: 2024
| | html |
Quick Tutorial for Pyramid
This hands-on tutorial covers ``a little about a lot``: practical introductions to the most common facilities. Fun, fast-paced, and most certainly not aimed at experts of the Pyramid web framework.
Keywords: Pyramid, Python, tutorial
Author: Agendaless Consulting
Year: 2023
| | html |
Learn Web Programming
Place for everything Web Programming using Python.
Keywords: Tornado, Python, tutorial
Author: Hernan Rojas
Year: 2016
| | html |
Qt5 Cadaques
The entire collection of chapters covering Qt5 programming, written by Jürgen Bocklage-Ryannel and Johan Thelin, is available here. All book content is licensed under the Creative Commons Attribution Non-Commercial Share Alike 4.0 license and examples are licensed under the BSD license.
Keywords: Qt5 , book
Author: Jurgen Ryannel
Year: 2020
| | html, pdf, epub |
Advanced R Programming
The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages.
Keywords: R, book
Author: Hadley Wickham
Year: 2019
| | html |
An Introduction to R
This is an introduction to R (“GNU S”), a language and environment for statistical computing and graphics.
Keywords: R, manual
Author: https://cran.r-project.org/
Year: 2023
| | html |
An Introduction to Statistical Learning with Applications in R
Statistical learning refers to a set of tools for making sense of complex datasets.
Keywords: R, book
Author: Gareth James, Daniela Witten, Trevor Hastie
Year: 2023
| | pdf |
Cookbook for R
The goal of the cookbook is to provide solutions to common tasks and problems in analyzing data.
Keywords: R, cookbook
Author: Paul Teetor
Year: 2011
| | html |
Data Analysis and Prediction Algorithms with R
Throughout the book, we use motivating case studies. In each case study, we try to realistically mimic a data scientist’s experience.
Keywords: R, book
Author: Rafael A. Irizarry
Year: 2023
| | html, pdf |
Efficient R programming
The book is about increasing the amount of work you can do with R in a given amount of time. It’s about both computational and programmer efficiency.
Keywords: R, book
Author: Colin Gillespie, Robin Lovelace
Year: 2021
| | html |
Forecasting: Principles and Practice
This textbook is intended to provide a comprehensive introduction to forecasting methods and to present enough information about each method for readers to be able to use them sensibly.
Keywords: R, book
Author: Rob J Hyndman, George Athanasopoulos
Year: 2021
| | html |
Functional Programming
This book is not intended to be static. Starting in April 2019, we use this book to teach functional programming in the Stanford Data Challenge Lab (DCL) course.
Keywords: R, book
Author: Sara Altman, Bill Behrman, Hadley Wickham
Year: 2021
| | html |
Introduction to Probability and Statistics Using R
IPSUR, Introduction to Probability and Statistics Using R, is a textbook written for an undergraduate course in probability and statistics.
Keywords: R, book
Author: G. Jay Kerns
Year: 2022
| | pdf |
Learning Statistics with R
The book discusses how to get started in R as well as giving an introduction to data manipulation and writing scripts.
Keywords: R, book
Author: Danielle Navarro
Year: 2019
| | html |
ModernDive
This is the website for Statistical Inference via Data Science: A ModernDive into R and the Tidyverse.
Keywords: R, book
Author: Chester Ismay, Albert Y. Kim
Year: 2024
| | html |
Practical Regression and Anova using R
This book is not introductory. It presumes some knowledge of basic statistical theory and practice. Students are expected to know the essentials of statistical inference like estimation, hypothesis testing and confidence intervals.
Keywords: R, book
Author: Julian J. Faraway
Year: 2002
| | pdf |
R for Data Science
Book will teach you how to do data science with R: You’ll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it.
Keywords: R, book
Author: Garrett Grolemund, Hadley Wickham
Year: 2017
| | html |
R Language for Programmers
The R language is the scripting language for the R environment, just as VBA is the scripting language for Microsoft Excel.
Keywords: R, book
Author: John D. Cook
Year: 2024
| | html |
R Notes for Professionals
Compiled from StackOverflow documentation.
Keywords: R, book
Author: GoalKicker
Year: 2018
| | pdf |
R Packages
In this book you’ll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first.
Keywords: R, book
Author: Hadley Wickham, Jennifer Bryan
Year: 2023
| | html |
R Practicals
This series of exercises reviews some of the content we’ve discussed during lecture, and introduces some other basic concepts about working with data in R.
Keywords: R, tutorial
Author: Charles DiMaggio
Year: 2013
| | pdf |
R Programming
This book is not a book about statistics but a book about how to implement statistical methods using R.
Keywords: R, wikibook
Author: https://en.wikibooks.org
Year: 2022
| | html |
R Succinctly, Syncfusion
Begin developing your mastery of the powerful R programming language. Become comfortable with the R environment and learn how to find ways for R to fulfill your data needs.
Keywords: R, guide
Author: Barton Poulson
Year: 2014
| | pdf, kindle |
Summary and Analysis of Extension Program Evaluation in R
The goal of this book is to introduce to students interested in extension education, outreach, and public education to the quantitative methods used to assess the evaluation of these activities. Extension education includes a diverse collection of subject matter, including environmental science, home horticulture, agriculture, youth development, nutrition, and financial literacy.
Keywords: R, book
Author: Salvatore S. Mangiafico
Year: 2016
| | html |
The caret Package
The caret package (short for Classification And Regression Training) is a set of functions that attempt to streamline the process for creating predictive models.
Keywords: R, book
Author: Max Kuhn
Year: 2019
| | html |
The R Inferno
If you are using R and you think you’re in hell, this is a map for you.
Keywords: R, documentation
Author: Patrick Burns
Year: 2011
| | pdf |
The R Language
The R Language
Keywords: R, reference
Author: https://stat.ethz.ch/
Year: 2011
| | html |
The R Manuals
The R Manuals
Keywords: R, reference
Author: W. N. Venables, D. M. Smith
Year: 2024
| | html, pdf, epub |
Tidy Text Mining with R
This is the website for Text Mining with R.
Keywords: R, book
Author: Julia Silge, David Robinson
Year: 2017
| | html |
How to Design Programs
No, this book won’t turn anyone into a master painter. But, we would not have spent fifteen years writing this edition if we didn’t believe that everyone can design programs and everyone can experience the satisfaction that comes with creative design.
Keywords: Racket, Design, book
Author: Matthias Felleisen, Robert Bruce Findler, Matthew Flatt
Year: 2019
| | html |
Programming Languages: Application and Interpretation
We will often build up programs incrementally, just as a pair of programmers would. We will include mistakes, not because I don’t know the answer, but because this is the best way for you to learn.
Keywords: Racket, book
Author: Shriram Krishnamurthi
Year: 2012
| | html |
The Racket Guide
This guide is intended for programmers who are new to Racket or new to some part of Racket. It assumes programming experience.
Keywords: Racket, guide
Author: Matthew Flatt, Robert Bruce Findler
Year: 2024
| | html |
Metagenomics
Metagenomics is a subset of bioinformatics where we deal with unknown communities of organisms comprised of bacteria, viruses, fungi, archeae, etc.
Keywords: Raku, book
Author: Ken Youens-Clark, Bonnie Hurwitz
Year: 0
| | html |
Perl 6 at a Glance
This book is about Perl 6, a programming language of the Perl family. It covers many basic and in-depth topics of the language and provides the initial knowledge you need to start working with Perl 6.
Keywords: Raku, Perl, book
Author: Andrew Shitov
Year: 2017
| | pdf |
Raku Guide
This document is intended to give you a quick overview of the Raku programming language.
Keywords: Raku, documentation
Author: Naoum Hankache
Year: 2024
| | html, pdf |
Raku One-Liners
In this book, you will find a lot of short programs, so short that they can be written in a single line of code.
Keywords: Raku, book
Author: Andrew Shitov
Year: 2019
| | pdf |
Raku Programming
It was designed in order to tackle with the caveats that Perl had accumulated during its now long history. Those caveats were mainly due to a requirement of backward compatibility of successive versions of Perl. That's why Raku is the first version of Perl that is not backward-compatible.
Keywords: Raku, wikibook
Author: https://en.wikibooks.org
Year: 2023
| | html |
Think Raku
This aim of this book is not primarily to teach Raku, but instead to teach the art of programming, using the Raku language.
Keywords: Raku, book
Author: Allen Downey, Laurent Rosenfeld
Year: 2020
| | pdf |
X=Raku
Raku (formerly Perl 6) is a highly capable, feature-rich programming language made for at least the next hundred years.
Keywords: Raku, book
Author: Vendethiel, Samantha McVey
Year: 2024
| | html |
Raspberry Pi: Measure, Record, Explore
Put simply, we are going to measure some aspect of the physical world, store the measured values in a database and then make them available to explore.
Keywords: Raspberry, book
Author: Malcolm Maclean
Year: 2017
| | html |
Raspberry Pi Users Guide - (2012)
This book exploresa number ofthings you can do with your Raspberry Pi, fromcontrolling hardware with Python, to using itas a mediacentre, or building games in Scratch.
Keywords: Raspberry, guide
Author: Eben Upton, Gareth Halfacree
Year: 2012
| | pdf |
The Official Raspberry Pi Project Book 1 (2015)
This book was written using an earlier version of Raspberry Pi OS. Please use Raspberry Pi OS (Legacy) for full compatibility. See magpi.cc/legacy for more information.
Keywords: Raspberry, book
Author: https://magpi.raspberrypi.com
Year: 2015
| | pdf |
A community-driven Ruby style guide
This Ruby style guide recommends best practices so that real-world Ruby programmers can write code that can be maintained by other real-world Ruby programmers.
Keywords: Ruby, guide
Author: Alex J. Murphy
Year: 2024
| | github |
Developing Games With Ruby
Welcome to the world of game development that was waiting for you all these years.
Keywords: Ruby, book
Author: Tomas Varaneckas
Year: 2014
| | html |
I Love Ruby
This book is completely written in Asciidoc. It’s been proofread from top to bottom. All its examples are worked for Ruby 2.5.
Keywords: Ruby, book
Author: Karthikeyan A. K.
Year: 2009
| | html, pdf, epub |
Introduction to Programming with Ruby
Learn the basic foundational building blocks of programming, starting from the very beginning. Existing developers will be able to quickly pick up Ruby syntax, while new programmers will enjoy a smooth introduction to programming concepts.
Keywords: Ruby, book
Author: Launch School
Year: 2024
| | html |
Just Enough Ruby to Get By
The book has two kinds of audiences in mind.
- Absolute beginners who do not have any programming experience.
- Experienced programmers who have programmed in other languages such as C, C++ and Java.
Keywords: Ruby, book
Author: Jason Kim
Year: 2013
| | html |
Learn Ruby First
The purpose of each chapter is to provide the reader with a complete understanding of one particular aspect of programming.
Keywords: Ruby, book
Author: Frederick John
Year: 2017
| | html |
Learn Ruby the Hard Way
This book instructs you in Ruby by slowly building and establishing skills through techniques such as practice and memorization, then applying them to increasingly difficult problems.
Keywords: Ruby, book
Author: Zed Shaw
Year: 2014
| | html |
Learn to Program
A place to start for the future programmer.
Keywords: Ruby, book
Author: Chris Pine
Year: 2021
| | html |
Mastering Roda
Roda is a routing tree web toolkit. The Roda philosophy prefers simplicity, reliability, extensibility, and performance, with only the most basic features enabled by default.
Keywords: Ruby, book
Author: Federico Iachetti
Year: 2023
| | html |
Mr. Neighborly's Humble Little Ruby Book
How would Ruby react to large, elastic monsters taking over an estuary? You don't know the answer!? Well, plainly we need to take a good, hard look at a few things before we turn you loose.
Keywords: Ruby, book
Author: Neighborly
Year: 2018
| | html |
Object Oriented Programming with Ruby
Learn the basic foundational building blocks of object oriented programming, starting from the very beginning.
Keywords: Ruby, book
Author: Launch School
Year: 2024
| | html |
Practicing Ruby
This is a collection of publicly released articles from the Practicing Ruby journal.
Keywords: Ruby, article
Author: Gregory Brown
Year: 2015
| | github |
Programming Ruby
This book is a tutorial and reference for the Ruby programming language. Use Ruby, and you'll write better code, be more productive, and enjoy programming more.
Keywords: Ruby, book
Author: Yukihiro Matsumoto
Year: 2000
| | html |
Ruby Best Practices
Ruby Best Practices
Keywords: Ruby, book
Author: Gregory Brown
Year: 2010
| | pdf |
Ruby Hacking Guide
Our first goal is to understand the inner-workings of the ruby implementation. This book is going to investigate ruby as a whole.
Keywords: Ruby, book
Author: Minero Aoki
Year: 2004
| | html |
Ruby in Twenty Minutes
This is a small Ruby tutorial that should take no more than 20 minutes to complete.
Keywords: Ruby, tutorial
Author: https://www.ruby-lang.org
Year: 2024
| | html |
Ruby Koans
The Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries.
Keywords: Ruby, book
Author: Jim Weirich, Joe O'Brien
Year: 2022
| | html |
Learn Ruby - Free Interactive Ruby Tutorial
Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Ruby programming language.
Keywords: Ruby, tutorial
Author: https://www.learnrubyonline.org/
Year: 2024
| | html |
Ruby Notes for Professionals
Compiled from StackOverflow Documentation.
Keywords: Ruby, book
Author: GoalKicker
Year: 2018
| | pdf |
Ruby one-liners cookbook
You'll learn about various command line options and Ruby features that make it possible to write compact cli scripts. Learning to use Ruby from the command line will also allow you to construct solutions where Ruby is just another tool in the shell ecosystem.
Keywords: Ruby, book
Author: Sundeep Agarwal
Year: 2024
| | html |
Ruby Style Guide
This is Airbnb's Ruby Style Guide.
Keywords: Ruby, guide
Author: Andrew Pariser
Year: 2023
| | github |
Ruby User's Guide
This User's Guide will get you started at invoking and using ruby, and give you insights into ruby's nature that you may not get from the reference manual.
Keywords: Ruby, reference
Author: https://ruby-doc.org
Year: 2024
| | html |
Ruby Web Dev: The Other Way
This guide is born from the question: “could you write a list of all the things that a good Ruby on Rails developer should know?"
Keywords: Ruby, guide
Author: Yevhen Kuzminov
Year: 2016
| | html |
Rubyfu
This book is a great collection of ideas, tricks, and skills that could be useful for Hackers. It's a unique extraction reference, summarizes a lot of research and experience in order to achieve your w00t in the shortest and smartest way.
Keywords: Ruby, book
Author: King Sabri, Alexandre Zanni
Year: 2023
| | html |
The Bastards Book of Ruby
The Bastards Book of Ruby is an introduction to programming and its practical uses for journalists, researchers, scientists, analysts, and anyone else whose job is to seek out, make sense from, and show the hard-to-find data.
Keywords: Ruby, book
Author: Dan Nguyen
Year: 2012
| | html |
The Book Of Ruby
Huw is a well.
Keywords: Ruby, book
Author: Huw Collingbourne
Year: 2009
| | pdf |
The Definitive Ruby Tutorial For Complete Beginners
In this Ruby tutorial you'll learn everything you need to know to get started learning this fun programming language so you can create your own Ruby programs & do amazing things.
Keywords: Ruby, tutorial
Author: https://www.rubyguides.com
Year: 2024
| | html |
The Little Book Of Ruby
This book is a step-by-step tutorial to programming in Ruby and you can follow it chapter by chapter, reading the text and running the sample programs.
Keywords: Ruby, book
Author: Huw Collingbourne
Year: 2008
| | pdf |
The Ruby Reference
This book is a reference for the Ruby programming language. It describes the language structure, its core classes and standard library, and provides some additional useful information and links for Ruby development.
Keywords: Ruby, book
Author: https://rubyreferences.github.io
Year: 2024
| | html |
The Unofficial Ruby Usage Guide (at Google)
This document was originally written for internal use in the Operations department at Google.
Keywords: Ruby, documentation
Author: Ian Macdonald
Year: 2024
| | html |
Using Blocks in Ruby
Wouldn’t it be dreamy if there were a book on Ruby that didn’t throw blocks, modules, and exceptions at you all at once? I guess it’s just a fantasy...
Keywords: Ruby, book
Author: Jay McGavren
Year: 2015
| | pdf |
Why's (Poignant) Guide to Ruby
Pretend that you’ve opened this book (although you probably have opened this book), just to find a huge onion right in the middle crease of the book. (The manufacturer of the book has included the onion at my request.)
Keywords: Ruby, book
Author: Jonathan Gillette
Year: 2005
| | html |
Better Specs (RSpec Guidelines with Ruby)
Better Specs is a collection of best practices developers learned while testing apps that you can use to improve your coding skills, or simply for inspiration.
Keywords: Ruby, book
Author: https://www.betterspecs.org
Year: 2024
| | html |
A community-driven Rails style guide
The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails development.
Keywords: Ruby on Rails, guide
Author: Koichi Ito
Year: 2023
| | github |
Api on Rails 6
The intention with this book it's not only to teach you how to build an API with Rails. The purpose is also to teach you how to build scalable and maintainable API with Rails.
Keywords: Ruby on Rails, book
Author: Alexandre Rousseau
Year: 2022
| | github |
Building REST APIs with Rails
The goal of this book is to provide an answer on how to develop a RESTful API following the best practices out there, along with my own experience.
Keywords: Ruby on Rails, tutorial
Author: Abraham Kuri
Year: 2014
| | html |
Kestrels, Quirky Birds, and Hopeless Egocentricity
In this book, we’re going to meet some of the standard combinators, and for each one we’ll explore some of its ramifications when writing programs using the Ruby programming language.
Keywords: Ruby on Rails, book
Author: Reginald Braithwaite
Year: 2013
| | html |
Objects on Rails
This is a "developer's notebook" documenting some guidelines, techniques, and ideas for applying classic object-oriented thought to Ruby on Rails applications. This book is aimed at the working Rails developer who is looking to grow and evolve Rails projects while keeping them flexible, maintainable, and robust.
Keywords: Ruby on Rails, book
Author: Avdi Grimm
Year: 2011
| | html |
Rails Girls Guides
These guides are built to provide tools and a community for women to understand technology and how to build their ideas.
Keywords: Ruby on Rails, guide
Author: Rails Girls
Year: 2024
| | html |
Ruby Notes for Professionals
Compiled from StackOverflow Documentation.
Keywords: Ruby on Rails, book
Author: GoalKicker
Year: 2018
| | pdf |
Ruby on Rails Guides
These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.
Keywords: Ruby on Rails, guide
Author: David Heinemeier Hansson
Year: 2023
| | html |
Ruby on Rails Notes for Professionals
Compiled from StackOverflow Documentation.
Keywords: Ruby on Rails, book
Author: GoalKicker
Year: 2018
| | pdf |
Ruby on Rails Tutorial (Rails 5): Learn Web Development with Rails
The book teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails, the open-source web framework that powers top websites such as GitHub, Hulu, Shopify, and Airbnb.
Keywords: Ruby on Rails, book
Author: Michael Hartl
Year: 2020
| | html |
Sinatra Book
A cookbook full of excellent tutorials and recipes for developing Sinatra web applications.
Keywords: Sinatra, Rake, cookbook
Author: Blake Mizerany (Sinatra)
Year: 2018
| | github |
A Gentle Introduction To Rust
The aim of this tutorial is to take you to a place where you can read and write enough Rust to fully appreciate the excellent learning resources available online, in particular The Book.
Keywords: Rust, tutorial
Author: Steve Donovan
Year: 2018
| | html |
Asynchronous Programming in Rust
Welcome to Asynchronous Programming in Rust! If you're looking to start writing asynchronous Rust code, you've come to the right place. Whether you're building a web server, a database, or an operating system, this book will show you how to use Rust's asynchronous programming tools to get the most out of your hardware.
Keywords: Rust, book
Author: https://www.rust-lang.org
Year: 2024
| | html |
Easy Rust
Rust is a new language that already has good textbooks. But sometimes its textbooks are difficult because they are for native English speakers. This textbook is for these companies and people to learn Rust with simple English.
Keywords: Rust, book
Author: David MacLeod
Year: 2024
| | html, pdf |
Guide to Rustc Development
This guide is meant to help document how rustc – the Rust compiler – works, as well as to help new contributors get involved in rustc development.
Keywords: Rust, guide
Author: rust-lang.org
Year: 2024
| | html |
Learn Rust With Entirely Too Many Linked Lists
In this series I will teach you basic and advanced Rust programming entirely.
Keywords: Rust, book
Author: E. Dunham
Year: 2018
| | html |
Rust by Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
Keywords: Rust, tutorial
Author: https://doc.rust-lang.org
Year: 2024
| | html |
Rust Cookbook
This Rust Cookbook is a collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.
Keywords: Rust, cookbook
Author: Brian Anderson (brson)
Year: 2016
| | html |
Rust for Rubyists
You already write software in Ruby. It pays your bills. You enjoy it. Why should you care about Rust?
Keywords: Rust, book
Author: Steve Klabnik
Year: 2014
| | pdf |
Rust For Systems Programmers
A Rust tutorial for experienced C and C++ programmers.
Keywords: Rust, tutorial
Author: Nick Cameron
Year: 2023
| | github |
The Embedded Rust Book
An introductory book about using the Rust Programming Language on ``Bare Metal`` embedded systems, such as Microcontrollers.
Keywords: Rust, book
Author: https://docs.rust-embedded.org
Year: 2024
| | html |
The Little Book of Rust Macros
This book is an attempt to distil the Rust community's collective knowledge of Rust macros.
Keywords: Rust, book
Author: Daniel Keep
Year: 2016
| | html |
The Rust Language Reference
This document is the primary reference for the Rust programming language.
Keywords: Rust, documentation
Author: Eric Huss, Matthew Woodcraf
Year: 2024
| | github |
The Rust Performance Book
This book contains many techniques that can improve the performance—speed and memory usage—of Rust programs.
Keywords: Rust, book
Author: Nicholas Nethercote (nnethercotet)
Year: 2020
| | html |
The Rust Programming Language
This book fully embraces the potential of Rust to empower its users. It’s a friendly and approachable text intended to help you level up not just your knowledge of Rust, but also your reach and confidence as a programmer in general.
Keywords: Rust, book
Author: Steve Klabnik, Carol Nichols
Year: 2023
| | html |
The Rust RFC Book
The "RFC" (request for comments) process is intended to provide a consistent and controlled path for changes to Rust (such as new features) so that all stakeholders can be confident about the direction of the project.
Keywords: Rust, book
Author: Rust community
Year: 2023
| | html |
The Rustc Book
Welcome to "The rustc book"! rustc is the compiler for the Rust programming language, provided by the project itself. Compilers take your source code and produce binary code, either as a library or executable.
Keywords: Rust, book
Author: https://doc.rust-lang.org
Year: 2024
| | html |
The Rustonomicon
Should you wish a long and happy career of writing Rust programs, you should turn back now and forget you ever saw this book. It is not necessary. However if you intend to write unsafe code - or just want to dig into the guts of the language - this book contains lots of useful information.
Keywords: Rust, book
Author: https://doc.rust-lang.org
Year: 2024
| | html |
Why Rust?
Trustworthy, concurrent systems programming.
Keywords: Rust, book
Author: Jim Blandy
Year: 2015
| | html |
Sage for Power Users
Sage is free, due mainly to the volunteer effort of hundreds of people and generous funding from the National Science Foundation, private donations, and other organizations such as Google and Microsoft.
Keywords: Sage, Python, book
Author: William Stein
Year: 2012
| | pdf |
The Sage Manuals
This is documentation for Sage 9.7.
Keywords: Sage, Python, documentation
Author: Sage Development Team
Year: 2023
| | html |
A Scala Tutorial for Java programmers
If you are coming to Scala with some Java experience already, this page should give a good overview of the differences, and what to expect when you begin programming with Scala.
Keywords: Scala, tutorial
Author: https://docs.scala-lang.org
Year: 2024
| | pdf |
Another tour of Scala
This is my own “re-telling” of the tour of Scala from the official Scala website. If you are wondering why another tour , it’s mostly because it was fun and informative. I hope you feel the same way.
Keywords: Scala, book
Author: David Copeland
Year: 2019
| | html |
Creative Scala
The goal of Creative Scala is to demonstrate the building blocks that Scala developers use to create programs in a clear, succinct, and declarative manner.
Keywords: Scala, book
Author: Dave Gurnell, Noel Welsh
Year: 2020
| | pdf, html, epub |
Effective Scala
This is a living document that will change to reflect our current "best practices", but its core ideas are unlikely to change: Always favor readability; write generic code but not at the expensive of clarity; take advantage of simple language features that afford great power but avoid the esoteric ones (especially in the type system).
Keywords: Scala, book
Author: Marius Eriksen
Year: 2012
| | html |
Essential Scala
Essential Scala is aimed at experienced developers who are encountering Scala for the first time. Put your existing skills to use mastering Scala’s combination of object-oriented and functional programming.
Keywords: Scala, book
Author: Noel Welsh, Dave Gurnell
Year: 2017
| | pdf, html, epub |
Functional Programming for Mortals
This book is for the typical Scala developer, probably with a Java background, who is both sceptical and curious about the Functional Programming (FP) paradigm.
Keywords: Scala, book
Author: Sam Halliday
Year: 2020
| | html |
Functional Programming, Simplified (Scala edition)
So, what you’ll find in this PDF is that it contains 137 small lessons that you can read in about five minutes each. Depending on your background knowledge, you may also be able to skip many of the lessons.
Keywords: Scala, book
Author: Alvin Alexander
Year: 2023
| | pdf |
Hello, Scala
My hope in this book is to demonstrate that Scala is a beautiful, modern, expressive
programming language.
Keywords: Scala, book
Author: Alvin Alexander
Year: 2019
| | pdf |
Learning Scala in small bites
To help learn Scala faster, I've created the series of small examples below, each of which highlights one or two aspects of the language.
Keywords: Scala, tutorial
Author: Matt Might (matt)
Year: 2013
| | html |
Learning Scalaz
I’m not saying Scalaz is going to be the next big thing. I don’t even know about it yet. But one thing for sure is that guys using it are serious about solving their problems.
Keywords: Scala, book
Author: Eugene Yokota
Year: 2012
| | html |
Pro Scala: Monadic Design Patterns for the Web
Monadic Design Patterns for the Web.
Keywords: Scala, tutorial
Author: Lucius Meredith (laithous)
Year: 2010
| | github |
Programming in Scala, First Edition
This book is a tutorial for the Scala programming language, written by people directly involved in the development of Scala.
Keywords: Scala, book
Author: Martin Odersky, Lex Spoon, Bill Venners
Year: 2008
| | html |
Pure functional HTTP APIs in Scala
This book is intended for the intermediate Scala programmer who is interested in functional programming and works mainly on the web service backend side.
Keywords: Scala, book
Author: Jens Grassel
Year: 2022
| | html |
PythonToScala
This guide loosely follows along with the text of Scala for the Impatient, a great introductory book for those learning Scala. You might find it helpful to read it alongside the chapters from this repo.
Keywords: Scala, guide
Author: https://wrobstory.gitbooks.io
Year: 2014
| | html |
S-99: Ninety-Nine Scala Problems
Your goal should be to find the most elegant solution of the given problems. Efficiency is important, but clarity is even more crucial.
Keywords: Scala, tutorial
Author: Phil! Gold
Year: 2023
| | html |
Scala & Design Patterns: Exploring Language Expressivity
In the book we will explore design patterns in the context of the programming language Scala.
Keywords: Scala, book
Author: Frederik Skeel Lokke
Year: 2009
| | pdf |
Scala Book
Scala Book: Free PDF, Mobi, and ePub versions.
Keywords: Scala, book
Author: Alvin Alexander
Year: 2020
| | pdf, html, epub, mobi |
Scala By Example
This document introduces Scala in an informal way, through a sequence of examples.
Keywords: Scala, book
Author: Martin Odersky
Year: 2011
| | pdf |
Scala for Perl 5 Programmers
When I decided to learn a bit of Scala, I was devastated to find that most tutorials are for people coming from Java. Well, I'm not really a Java person, so I decided to write a tutorial for people with mostly a Perl 5 background.
Keywords: Scala, tutorial
Author: Breno G. de Oliveira
Year: 2015
| | github |
Scala School by Twitter
Most of the lessons require no software other than a Scala REPL. The reader is encouraged to follow along, but also to go further! Use these lessons as a starting point to explore the language.
Keywords: Scala, tutorial
Author: Steve Jenson (stevej), Marius Eriksen, Larry Hosken (lahosken)
Year: 2024
| | html |
Scala Succinctly
Author Chris Rose guides readers through the basics of Scala, from installation to syntax shorthand, so that they can get up and running quickly.
Keywords: Scala, book
Author: Chris Rose
Year: 2017
| | pdf |
Scala Tutorial
This tutorial has been prepared for beginners to help them understand the basics of Scala in simple and easy steps. After completing this tutorial, you will find yourself at a moderate level of expertise in using Scala.
Keywords: Scala, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | pdf, html |
The Neophyte's Guide to Scala
From November 2012 to April 2013, I created and published a blog series called The Neophyte's Guide to Scala, targeted at aspiring Scala enthusiasts who have already made their first steps with the language and are looking for more detailed explanations.
Keywords: Scala, book
Author: Daniel Westheide
Year: 2019
| | html |
The Type Astronaut's Guide to Shapeless
The book walks you through one of the main use cases for shapeless – automatic, boilerplate-free derivation of type class instances.
Keywords: Scala, book
Author: Dave Gurnell
Year: 2017
| | pdf, html, epub |
Exploring Lift
This is the home page for Exploring Lift, an open source book providing in-depth coverage of the Lift Web Framework.
Keywords: Lift, book
Author: Derek Chen-Becker, Marius Danciu, Tyler Wier
Year: 2010
| | pdf, html |
Lift
Derek, Marius and I, with the help of the community, will be putting together a comprehensive book for using Lift.
Keywords: Lift, book
Author: Tyler Weir
Year: 2011
| | github |
Lift Cookbook
If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions.
Keywords: Lift, cookbook
Author: Richard Dallaway
Year: 2013
| | html |
Simply Lift
Lift has an Actor library and LiftActors provides a powerful state and concurrency model.
Keywords: Lift, book
Author: David Pollak
Year: 2011
| | pdf |
Essential Play
This book covers Play 2.3, which is two of versions out of date. The majority of the content is applicable to Play 2.5.
Keywords: Play, Scala, book
Author: Dave Gurnell
Year: 2015
| | html, pdf, epub |
A Pamphlet Against R. Computational Intelligence in Guile Scheme
The pamphlet explores and expresses various computational intelligence methods using Guile, a very pleasant implementation of the Scheme programming language.
Keywords: Scheme, tutorial
Author: Panicz Maciej Godek
Year: 2021
| | pdf |
An Introduction to Scheme and its Implementation
This book is for people who are interested in how Scheme works, or people who are interested in Scheme in terms of programming language design--as well as people who are just interested in using Scheme.
Keywords: Scheme, book
Author: https://www.cs.rpi.edu
Year: 1997
| | html |
Concrete Abstractions: An Introduction to Computer Science Using Scheme
The book features thorough integration of theory and practice, and presents theory as an essential component of practice, rather than in contrast to it.
Keywords: Scheme, book
Author: Max Hailperin, Barbara Kaiser, Karl Knight
Year: 1999
| | pdf |
Scheme 9 from Empty Space - First edition (2007)
This textbook contains the complete and heavily commented source code to an interpreter for a broad subset of R5RS Scheme.
Keywords: Scheme, book
Author: Nils M. Holm
Year: 2007
| | pdf |
Scheme Tutorial
This tutorial has been written as course material for the course Basic Course in Programming T1 held at Helsinki University of Technology. The aim has been to provide the students with additional material that would help them learn Scheme as a language.
Keywords: Scheme, tutorial
Author: Catharina Candolin
Year: 2001
| | html |
Simply Scheme: Introducing Computer Science
What does it mean to represent ideas in a computer? Here's a simple example: We want to teach the computer to answer the question, "Was so-and-so a Beatle?"
Keywords: Scheme, book
Author: Brian Harvey, Matthew Wright
Year: 1999
| | html, pdf |
Teach Yourself Scheme in Fixnum Days
This is an introduction to the Scheme programming language. It is intended as a quick-start guide, something a novice can use to get a non-trivial working knowledge of the language.
Keywords: Scheme, guide
Author: Dorai Sitaram
Year: 2015
| | html |
The Scheme Programming Language: Edition 3
This book is intended to provide an introduction to the Scheme programming language but not an introduction to programming in general.
Keywords: Scheme, book
Author: R. Kent Dybvig
Year: 2003
| | html |
Write Yourself a Scheme in 48 Hours
In this tutorial you'll start off using and parsing the command-line, then progress to writing a fully-functional Scheme interpreter that implements a decent subset of R5RS Scheme.
Keywords: Scheme, wikibook
Author: https://en.wikibooks.org
Year: 2024
| | html |
Introduction to Scilab
In this document, we make an overview of Scilab features so that we can get familiar with this environment. The goal is to present the core of skills necessary to start with Scilab.
Keywords: Scilab, documentation
Author: https://www.scilab.org
Year: 2023
| | pdf |
Programming in Scilab
In this document, we present programming in Scilab. In the first part, we present the management of the memory of Scilab.
Keywords: Scilab, documentation
Author: https://www.scilab.org
Year: 2024
| | pdf |
Writing Scilab Extensions
In this document, we present methods to use and create Scilab extensions.
Keywords: Scilab, documentation
Author: https://www.scilab.org
Year: 2024
| | pdf |
An Introductory Computing Curriculum Using Scratch
Ready to get started? This unit is designed for those who are completely new to Scratch.
Keywords: Scratch, tutorial
Author: Harvard Graduate School of Education
Year: 2013
| | html |
Computer Science Concepts in Scratch
This book will familiarize you with the Scratch visual programming environment, focusing on using Scratch to learn computer science.
Keywords: Scratch, book
Author: Michal Armoni, Moti Ben-Ari
Year: 2013
| | pdf |
Learn to Code with Scratch
Created by the boffins at MIT, Scratch enables children and adults without any prior knowledge to start programming within minutes.
Keywords: Scratch, book
Author: MagPi Team
Year: 2016
| | pdf |
Scratch Programming Playground
No previous programming experience is necessary to read this book. The only mathematics skills required are basic arithmetic: addition, subtraction, multiplication, and division.
Keywords: Scratch, book
Author: Al Sweigart
Year: 2016
| | html |
GNU sed
The book heavily leans on examples to present options and features of sed one by one. Regular expressions will also be discussed in detail.
Keywords: sed, book
Author: Sundeep Agarwal
Year: 2023
| | html |
Sed - An Introduction and Tutorial
How to use sed, a special editor for modifying files automatically. If you want to write a program to make changes in a file, sed is the tool to use.
Keywords: sed, tutorial
Author: Bruce Barnett
Year: 2023
| | html |
The Self Handbook
The Self handbook is the main set of documentation for the Self system.
Keywords: Self, book
Author: Russell Allen
Year: 2017
| | html, pdf, epub |
Deep into Pharo
Pharo is a clean, innovative, open-source, live-programming environment.
Keywords: Smalltalk, book
Author: Alexandre Begrel, Damien Cassou, Sephane Ducasse
Year: 2013
| | pdf |
Dynamic Web Development with Seaside
Seaside is the open source framework of choice for developing sophisticated and dynamic web applications. Seaside uses the power of objects to master the web.
Keywords: Smalltalk, book
Author: Stéphane Ducasse, Lukas Renggli, C. David Shaffer
Year: 2024
| | pdf |
Enterprise Pharo: a Web Perspective
Enterprise Pharo is the third volume of a series of book covering Pharo and its community.
Keywords: Smalltalk, book
Author: Damien Cassou, Stephane Ducasse, Luc Fabresse
Year: 2016
| | pdf |
Numerical Methods with Pharo
Numerical Methods with Pharo covers many topics related to data science.
Keywords: Smalltalk, book
Author: Didier Besset, Stephane Ducasse, Serge Stinckwich
Year: 2015
| | pdf |
Pharo by Example
Pharo by Example, intended for both students and developers, will guide you gently through the Pharo language and environment by means of a series of examples and exercises.
Keywords: Smalltalk, book
Author: Andrew P. Black, Stephane Ducasse, Oscar Nierstrasz
Year: 2021
| | pdf |
Squeak by Example
Each chapter file starts and ends with the same incantation which will optionally include macros or end the document if it is latexed individually.
Keywords: Smalltalk, book
Author: Christoph Thiede, Patrick R
Year: 2023
| | github |
Introductory guide for Solidity
This tutorial targets novice developers and those new to Solidity.
Keywords: Solidity, tutorial
Author: https://www.tutorialspoint.com
Year: 2024
| | html |
The Solidity Reference Guide
Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state.
Keywords: Solidity, book
Author: Solidity Authors
Year: 2023
| | pdf, html, epub |
Developing Time-Oriented Database Applications in SQL
The book explains that temporal databases can be designed in two steps. First, the static database can be designed. Then, in a second pass, each table and constraint is given its temporal attributes.
Keywords: SQL, book
Author: Richard T. Snodgrass
Year: 1997
| | pdf |
Introduction to SQL
This is an open-source introduction to SQL guide that will help you to learn the basics of SQL and start using relational databases for your SysOps, DevOps, and Dev projects.
Keywords: SQL, guide
Author: Bobby Iliev
Year: 2021
| | pdf |
SQL For Web Nerds
The last thing the world needs is another SQL tutorial. So here's ours…
Keywords: SQL, tutorial
Author: Philip Greenspun
Year: 2011
| | html |
SQL Notes for Professionals
The content is written by the beautiful people at Stack Overflow.
Keywords: SQL, book
Author: GoalKicker
Year: 2016
| | pdf |
SQL Queries Succinctly
Nick Harrison’s SQL Queries Succinctly will show you how to craft queries in SQL, from basic CRUD statements and slicing and dicing the data.
Keywords: SQL, book
Author: Nick Harrison
Year: 2017
| | pdf |
SQLite Tutorial
This tutorial has been prepared for beginners to help them understand the basic-to-advanced concepts related to SQLite Database Engine.
Keywords: SQL, tutorial
Author: https://www.tutorialspoint.com
Year: 2020
| | pdf |
Use The Index, Luke!: A Guide To SQL Database Performance
A site explaining SQL indexing to developers—no crap about administration.
Keywords: SQL, tutorial
Author: Markus Winand
Year: 2024
| | html |
Best of SQLServerCentral.com Vol 7
Okay. You have a new server and a fresh install of SQL Server. What are some of the things that you need to do before you sign off and hand it over to production?
Keywords: SQL, book
Author: SQLServerCentral.com
Year: 2009
| | pdf |
Defensive Database Programming
The goal of this book, is to help you to produce resilient T-SQL code that robustly and gracefully handles cases of unintended use, and is resilient to common changes to the database environment.
Keywords: SQL, book
Author: Alex Kuznetsov
Year: 2010
| | pdf |
How to Become an Exceptional DBA, Second edition
This book is a career guide that will show you, step-by-step, specifically what you can do to differentiate yourself from the crowd, so that you can be an Exceptional DBA.
Keywords: SQL, book
Author: Brad McgGehee
Year: 2009
| | pdf |
Inside the SQL Server Query Optimizer
SQL Prompt is crammed with features to make writing, editing, and exploring database code effortless, leaving you to focus on the clever bits.
Keywords: SQL, book
Author: Benjamin Navarez
Year: 2024
| | pdf |
Introducing Microsoft SQL Server 2008 R2
This book is for anyone who has an interest in SQL Server 2008 R2 and wants to understand its capabilities. In a book of this size, we cannot cover every feature that distinguishes SQL Server from other databases, and consequently we assume that you have some familiarity with SQL Server already.
Keywords: SQL, book
Author: Ross Mistry, Stacia Misner
Year: 2010
| | pdf |
Introducing Microsoft SQL Server 2012
This book is for anyone who has an interest in SQL Server 2012 and wants to understand its capabilities. In a book of this size, we cannot cover every feature that distinguishes SQL Server from other databases or previous versions, and consequently we assume you have some familiarity with SQL Server already.
Keywords: SQL, book
Author: Ross Mistry, Stacia Misner
Year: 2012
| | pdf, epub, mobi |
Mastering SQL Server Profiler
This book will make it easier for you to learn how to use Profiler, analyze the data it provides, and to take full advantage of its potential for troubleshooting SQL Server problems.
Keywords: SQL, book
Author: Brad McGehee
Year: 2009
| | pdf |
Microsoft SQL Server Notes for Professionals
The content is written by the beautiful people at Stack Overflow.
Keywords: SQL, book
Author: GoalKicker
Year: 2017
| | pdf |
Performance Tuning with SQL Server Dynamic Management Views
This book investigates all of the DMVs that are most frequently useful to the DBA in investigating query execution, index usage, session and transaction activity, disk IO, and how SQL Server is using or abusing the operating system.
Keywords: SQL, book
Author: Tim Ford, Louis Davidson
Year: 2010
| | pdf |
Protecting SQL Server Data
In the book John Magnabosco demonstrates how sensitive data, stored in SQL Server, can be protected using an efficient and maintainable encryption-based data architecture.
Keywords: SQL, book
Author: John Magnabosco
Year: 2009
| | pdf |
SQL Server 2012 Tutorials: Reporting Services
This tutorial is designed to help you create a basic table report based on the database using Report Designer. You can also use Report Builder or the Report Wizard to create reports. In this tutorial, you will create a report project, set up connection information, define a query, add a Table data region, group and total some fields, and preview the report.
Keywords: SQL, reference
Author: Microsoft
Year: 2012
| | pdf |
SQL Server Backup and Restore
In this book, you’ll discover how to perform each of these backup and restore operations using SQL Server Management Studio (SSMS), basic T-SQL scripts and Redgate’s SQL Backup tool.
Keywords: SQL, book
Author: Shawn McGehee
Year: 2012
| | pdf |
SQL Server Execution Plans, Third Edition
Throughout this book, I'll be supplying T-SQL code that you're encouraged to run for yourself, to generate execution plans.
Keywords: SQL, book
Author: Grant Fritchey
Year: 2018
| | pdf |
SQL Server for C# Developers Succinctly
Sander Rossel will take readers through common pitfalls, why databases run slowly, how to troubleshoot performance issues, and how to test and deploy SQL Server databases.
Keywords: SQL, book
Author: Sander Rossel
Year: 2016
| | pdf |
SQL Server Hardware
SQL Server Hardware will provide the fundamental knowledge and resources you need to make intelligent decisions about choice, and optimal installation and configuration, of SQL Server hardware, operating system and the SQL Server RDBMS.
Keywords: SQL, book
Author: Glen Berry
Year: 2011
| | pdf |
SQL Server Internals: In-Memory OLTP
In this book, Kalen Delaney explains how the new In-Memory OLTP engine works, how it stores and manipulates data, and how, even with all data stored in memory and no locking or latching, it can still guarantee the ACID properties of all transactions.
Keywords: SQL, book
Author: Kalen Delaney
Year: 2017
| | pdf |
SQL Server Metadata Succinctly
Joseph D. Booth will show readers sample scripts and queries using information schema views as well as SQL Server-specific views in SQL Server Metadata Succinctly.
Keywords: SQL, book
Author: Joseph D. Booth
Year: 2019
| | pdf |
SQL Server Source Control Basics
This book provides just the right combination of theory and practical example to get you started quickly.
Keywords: SQL, book
Author: Rob Sheldon, Rob Richardson, Tony Davis
Year: 2014
| | pdf |
SQL Server Statistics
Reading Holger’s booklet is a great way of brushing up on the subject of Statistics and query-optimization. It is reasonably short, and geared to the practitioner rather than the theoretician.
Keywords: SQL, book
Author: Holger Schmeling
Year: 2010
| | pdf |
SQL Server Stumpers Vol.5
How much do you know about the different aspects of SQL Server? Some of these questions are arcane, some very common, but each of them will teach you something.
Keywords: SQL, book
Author: SQLServerCentral.com
Year: 2009
| | pdf |
SQL Server Tacklebox
With the tools and techniques provided in the SQL Server Tacklebox, you will be fully-equipped to fight back. Inside, you’ll find scripts that will allow you to automate and standardize SQL Server installation, document and report on your servers, migrate data and manage data growth, troubleshoot performance issues, receive notifications of impending danger, secure access to your servers and fight off data corruption.
Keywords: SQL, book
Author: Rodney Landrum
Year: 2009
| | pdf |
SQL Server Transaction Log Management
In this book, we strive to offer just the right level of detail so that every DBA can perform all of the most important aspects of transaction log management.
Keywords: SQL, book
Author: Tony Davis, Gail Shaw
Year: 2012
| | pdf |
The Art of SQL Server FILESTREAM
This book guides you step-by-step through every phase of FILESTREAM implementation, from enabling the feature, to creating FILESTREAM tables, to manipulating FILESTREAM data through the streaming APIs.
Keywords: SQL, book
Author: Jacob Sebastian, Sven Aelterman
Year: 2012
| | pdf |
The Art of XSD
This book will help you learn and use XML Schema collections in SQL Server. Prior knowledge of XSD is not required to start with this book, although any experience with XSD will make your learning process easier.
Keywords: SQL, book
Author: Jacob Sebastian
Year: 2009
| | pdf |
The Best of SQLServerCentral.com Vol 7
Okay. You have a new server and a fresh install of SQL Server. What are some of the things that you need to do before you sign off and hand it over to production?
Keywords: SQL, book
Author: SQLServerCentral
Year: 2009
| | pdf |
The Redgate Guide to SQL Server Team-based Development
This book shows how to use a mixture of home-grown scripts, native SQL Server tools, and tools from the Redgate SQL Toolbelt, to successfully develop database applications in a team environment, and make database development as similar as possible to “normal” development.
Keywords: SQL, book
Author: Phil Factor, Grant Fritchey, Alex Kuznetsov
Year: 2010
| | pdf |
Troubleshooting SQL Server: A Guide for the Accidental DBA
This is our attempt to describe, diagnose, and solve the most common problems with SQL Server 2005, 2008, and 2008 R2.
Keywords: SQL, book
Author: Jonathan Kehayias, Ted Krueger
Year: 2011
| | pdf |
Programming in Standard ML '97
Standard ML is a programming language which combines the elegance of functional programming with the effectiveness of imperative programming.
Keywords: ML, tutorial
Author: Stephen Gilmore
Year: 2004
| | pdf, postscript |
Programming in Standard ML, DRAFT
This book is an introduction to programming with the Standard ML programming language.
Keywords: ML, book
Author: Robert Harper
Year: 2011
| | pdf |
The Definition of Standard ML (Revised)
This document is a formal description of both the grammar and the meaning of a language which is both designed for large projects and widely used.
Keywords: ML, documentation
Author: Robin Milner, Mads Tofte, Robert Harper
Year: 1997
| | pdf |
Unix System Programming with Standard ML
This book is a study in system programming using the Standard ML language.
Keywords: ML, book
Author: Anthony L. Shipman
Year: 2001
| | pdf |
Subversion Version Control
This book aims to cover the nuts and bolts of Subversion as completely as possible.
Keywords: Subversion, book
Author: Bruce Perens
Year: 2005
| | pdf |
Version Control with Subversion
This is a free book about the ubiquitous Apache™ Subversion® version control system and written by some of the developers of Subversion itself.
Keywords: Subversion, book
Author: Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato
Year: 2011
| | html, pdf |
Essential Swift
The book is written to provide clear and concise explanation of topics for both beginner and advanced programmers.
Keywords: Swift, book
Author: StackOverflow Documentation
Year: 0
| | html |
Hacking with Swift
With more free Swift tutorials than any other site, Hacking with Swift will help you learn app development with UIKit and SwiftUI.
Keywords: Swift, tutorial
Author: Paul Hudson
Year: 2024
| | html |
Swift Notes for Professionals
Compiled from StackOverflow Documentation.
Keywords: Swift, book
Author: GoalKicker
Year: 2018
| | pdf |
The Swift Programming Language
Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code.
Keywords: Swift, guide
Author: Apple Inc.
Year: 2023
| | html |
Using Swift with Cocoa and Objective-C
Swift includes modern features like type inference, optionals, and closures, which make the syntax concise yet expressive.
Keywords: Swift, book
Author: Apple Inc.
Year: 2024
| | html |
Vapor 3 Tutorial
Learn how to build and host your very first backend application using Vapor 4 and the brief history of server side Swift.
Keywords: Vapor, Swift, tutorial
Author: Mihaela MJ
Year: 2023
| | html |
Vapor Official Docs
Vapor is a web framework for Swift, allowing you to write backends, web apps APIs and HTTP servers in Swift. Vapor is written in Swift, which is a modern, powerful and safe language providing a number of benefits over the more traditional server languages.
Keywords: Vapor, Swift, documentation
Author: Vapor Core Team
Year: 2023
| | html |
Tcl Programming
This book also discusses the GUI toolkit Tk in considerable extent, even though it's not in the title.
Keywords: TCL, wikibook
Author: https://en.wikibooks.org/
Year: 2018
| | html |
What is the Text Encoding Initiative?
The Text Encoding Initiative (TEI) Guidelines have long been regarded as the de facto standard for the preparation of digital textual resources in the scholarly research community.
Keywords: TEI, book
Author: Lou Burnard
Year: 2014
| | html |
Teradata Books
Teradata Vantage provides a data analytics platform for performing advanced analytics in the cloud.
Keywords: Teradata, reference
Author: Teradata
Year: 2024
| | html |
Guide to Developing Tizen Native Application
The core part of Tizen Native API consists of EFL, which is a complex library integrating multiple libraries.
Keywords: Tizen , EFL, book
Author: Jung, Dong-Geun
Year: 0
| | pdf |
Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers
The book Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers has been published by Addison-Wesley Professional, a division of Pearson Education.
Keywords: TLA, book
Author: Leslie Lamport
Year: 2022
| | pdf |
Learn TypeScript in Y Minutes
This article will focus only on TypeScript extra syntax, as opposed to JavaScript.
Keywords: TypeScript, article
Author: Philippe Vlerick
Year: 2024
| | html |
Tackling TypeScript: Upgrading from JavaScript
This book consists of two parts:
- Part 1 is a quick start for TypeScript that teaches you the essentials quickly.
- Part 2 digs deeper into the language and covers many important topics in detail.
Keywords: TypeScript, book
Author: Axel Rauschmayer
Year: 2021
| | html |
TypeScript Accelerated
The Accelerated series embraces new technologies to allow you to learn with interactive learning Apps and other resources like books, quizzes and more.
Keywords: TypeScript, book
Author: James Porter
Year: 2018
| | epub, mobi |
TypeScript Deep Dive
I've been looking at the issues that turn up commonly when people start using TypeScript.
Keywords: TypeScript, book
Author: Basarat Ali Syed
Year: 2020
| | html |
TypeScript for C# Programmers
TypeScript let's you write JavaScript that is robust enough for the enterprise and that can run in any browser, on any host and on any operating system.
Keywords: TypeScript, book
Author: Steve Fenton
Year: 2013
| | pdf, epub, mobi |
TypeScript Succinctly, Syncfusion
With TypeScript Succinctly by Steve Fenton, you will learn how TypeScript provides optional static typing and classes to JavaScript development, how to create and load modules, and how to work with existing JavaScript libraries through ambient declarations.
Keywords: TypeScript, book
Author: Steve Fenton
Year: 2014
| | pdf, kindle |
Angular 2 Style Guide
Style Guides require experience building applications with the tools.
Keywords: Angular, guide
Author: John Papa
Year: 2016
| | github |
Angular 2+ Notes for Professionals
The content is written by the beautiful people at Stack Overflow.
Keywords: Angular, book
Author: GoalKicker
Year: 2018
| | pdf |
Angular Docs
These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page apps for enterprises.
Keywords: Angular, reference
Author: https://angular.io
Year: 2024
| | html |
Angular Tutorial
In this tutorial, you build your own Angular application from the start. This is a good way to experience a typical development process as you learn Angular application-design concepts, tools, and terminology.
Keywords: Angular, tutorial
Author: https://angular.io
Year: 2024
| | html |
Build a Full-Stack Web Application Using Angular & Firebase
In this book, we are going to create a blogging application using Angular on the frontend and Google cloud Firestore as our database. We will also learn how to deploy the application on Firebase.
Keywords: Angular, book
Author: Ankit Sharma
Year: 2020
| | pdf |
Deno Manual
Deno is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience.
Keywords: Deno, manual
Author: https://docs.deno.com
Year: 2024
| | html |
An Introduction to Unix
Everybody Knows How to Use a Computer, but Not Everyone Knows How to Use the Command Line. Yet This is the Gateway to Doing Anything and Everything Sophisticated with a Computer and the Most Natural Starting Place to Learn Programming.
Keywords: Unix, tutorial
Author: Oliver Eliott
Year: 2014
| | html |
Beej's Guide to Unix Interprocess Communication
As long as you know some C or C++, this guide should springboard you into the realm of Unix IPC with hopefully as little hassle as humanly possible!
Keywords: Unix, guide
Author: Beej Jorgensen (beej)
Year: 2023
| | html, pdf |
INTRODUCTION TO UNIX
The intent of this document is to help the reader with little to no Unix experience understand, and be able to comfortably use a Unix system.
Keywords: Unix, documentation
Author: Mark A. Thomas
Year: 2003
| | html |
Unix as IDE
The ebook version of the series of posts by Tom Ryder.
Keywords: Unix, book
Author: Mattia Tezzele
Year: 2017
| | epub, mobi, github |
Unix for Poets
Unix for Poets
Keywords: Unix, tutorial
Author: Kenneth Ward Church
Year: 2016
| | pdf |
Unix Toolbox
This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users.
Keywords: Unix, guide
Author: Colin Barschel
Year: 2016
| | html |
UNIX / LINUX Tutorial
This tutorial has been prepared for the beginners to help them understand the basics to advanced concepts covering Unix commands, Unix shell scripting and various utilities.
Keywords: Unix, Linux, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html, pdf |
V Documentation
V is a statically typed compiled programming language designed for building maintainable software.
Keywords: V, documentation
Author: Nikita Goncarenko
Year: 2024
| | github |
Verilog, Formal Verification and Verilator Beginner's Tutorial
This beginners Verilog tutorial attempts to fill some of the missing piecees in this void. My goal is to take a beginner from knowing C and a little C++, all the way to a serial port example using both receiver, transmitter and FIFO.
Keywords: Verilog, tutorial
Author: Gisselquist Technology
Year: 2023
| | html |
Verilog Quick Reference Guide - Sutherland HDL
Quick Reference Guide
Keywords: Verilog, reference
Author: Stuart Sutherland
Year: 2001
| | pdf |
Verilog Tutorial
This Verilog tutorial was started a long time ago. Every time I update my web page, I make sure I add something new in the Verilog tutorial section.
Keywords: Verilog, tutorial
Author: Deepak Kumar Tala
Year: 2014
| | pdf |
Free Range VHDL
The purpose of this book is to provide students and young engineers with a guide to help them develop the skills necessary to be able to use VHDL for introductory and intermediate level digital design.
Keywords: VHDL, book
Author: Bryan Mealy, Fabrizio Tappero
Year: 2023
| | pdf |
VHDL Tutorial: Learn By Example
We developed the following tutorial based on the philosophy that the beginning student need not understand the details of VHDL - instead, they should be able to modify examples to build the desired basic circuits.
Keywords: VHDL, tutorial
Author: Weijun Zhang
Year: 2001
| | html |
A Byte of Vim
"A Byte of Vim" is a book which aims to help you to learn how to use the Vim editor (version
7), even if all you know is how to use the computer keyboard.
Keywords: Vim, book
Author: Swaroop C H
Year: 2020
| | pdf |
Learn Vim (the Smart Way)
Learn Vim (the Smart Way) is a guide to learn the good parts of Vim.
Keywords: Vim, guide
Author: Igor Irianto
Year: 2021
| | github |
Learn Vim For the Last Time
This guide will break that cycle, ensuring this is the last time you will learn it.
Keywords: Vim, tutorial
Author: Unsupervised Learning
Year: 2024
| | html |
Learn Vim Progressively
You want to teach yourself vim (the best text editor known to human kind) in the fastest way possible. This is my way of doing it. You start by learning the minimal to survive, then you integrate all the tricks slowly.
Keywords: Vim, tutorial
Author: Yann Esposito
Year: 2011
| | html |
Learn Vimscript the Hard Way
Learn Vimscript the Hard Way is a book for users of the Vim editor who want to learn how to customize Vim.
Keywords: Vim, book
Author: Steve Losh
Year: 2013
| | html |
Vi Improved -- Vim
The VIM editor is one of the most powerful text editors around. It is also extremely efficient, enabling the user to edit files with a minimum of keystrokes.
Keywords: Vim, tutorial
Author: Steve Oualline
Year: 2001
| | pdf |
VIM-GALORE - All things Vim!
Vim adheres to the modal editing philosophy. This means that it provides multiple modes and the meaning of keys changes according to the mode.
Keywords: Vim, tutorial
Author: Marco Hinz
Year: 2021
| | github |
Vim Recipes
A cookbook for the Vim text editor.
Keywords: Vim, cookbook
Author: Runpaint
Year: 2010
| | pdf |
Vim Regular Expressions 101
I started this tutorial for one simple reason - I like regular expressions. Nothing compares to the satisfaction from a well-crafted regexp which does exactly what you wanted it to do :-). I hope it's passable as a foreword.
Keywords: Vim, tutorial
Author: Oleg Raisky
Year: 2001
| | html |
Visual Basic .NET Notes for Professionals
Compiled from StackOverflow Documentation
Keywords: Visual Basic, book
Author: GoalKicker
Year: 2017
| | pdf |
Visual Basic Official Docs
Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps.
Keywords: Visual Basic, documentation
Author: https://learn.microsoft.com
Year: 2024
| | html |
A Beginners' Guide to Visual Prolog
A Beginners' Guide to Visual Prolog is a comprehensive book for absolute beginners written by Thomas W. de Boer.
Keywords: Prolog, book
Author: https://wiki.visual-prolog.com
Year: 2019
| | html |
Visual Prolog for Tyros
Visual Prolog for Tyros is a comprehensive book written by Eduardo Costa. The book includes a number of examples illustrating different features of Visual Prolog.
Keywords: Prolog, book
Author: https://wiki.visual-prolog.com
Year: 2019
| | html |
Vulkan Tutorial
This tutorial will teach you the basics of using the Vulkan graphics and compute API. Vulkan is a new API by the Khronos group (known for OpenGL) that provides a much better abstraction of modern graphics cards.
Keywords: Vulkan, tutorial
Author: Alexander Overvoorde
Year: 2023
| | epub, html, pdf |
Vulkan Tutorial Java
Java port of the great tutorial by Alexander Overvoorde.
Keywords: Vulkan, Java, tutorial
Author: Cristian Herrera
Year: 2020
| | github |
Vulkan Tutorial RS
Rust version of https://github.com/Overv/VulkanTutorial using Vulkano.
Keywords: Vulkan, Rust, tutorial
Author: Benjamin Wasty (bwasty)
Year: 2020
| | github |
Vulkano
This guide will cover the basics of Vulkan and vulkano, and will help you get started with interfacing with a GPU.
Keywords: Vulkan, guide
Author: https://vulkano.rs/
Year: 2024
| | html |
RESTful Web Services
Our goal throughout is to show the power (and, where appropriate, the limitations) of the basic web technologies: the HTTP application protocol, the URI naming standard, and the XML markup language.
Keywords: RESTful, Web Service, book
Author: Leonard Richardson, Sam Ruby
Year: 2007
| | pdf |
Declare Peace on Virtual Machines. A guide to simplifying vm-based development on a Mac
This book is meant to help you set up and interact with a new VM running Linux in a matter of hours rather than days.
Keywords: Workflow, book
Author: Murphy J. C. Randle
Year: 2013
| | html |
Application Development with Harbour
Many people who read this book may not be perfect in English. So using simple words is better than complicated words. Short sentences are better than long ones.
Keywords: xBase, wikibook
Author: https://en.wikibooks.org
Year: 2024
| | html |
CA-Clipper 5.2 Norton Guide
A guide to open source Clipper(s).
Keywords: xBase, guide
Author: Dave Pearson
Year: 2019
| | html |
Clipper Tutorial: a Guide to Open Source Clipper(s)
At the moment this guide deals mostly with (x)Harbour under Windows, although I plan to describe other environments.
Keywords: xBase, wikibook
Author: https://en.wikibooks.org
Year: 2024
| | html |
Pure Bash Bible
The goal of the book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster.
Keywords: bash, book
Author: Dylan Araps
Year: 2021
| | github |
Bash Guide
The guide explains how to work with bash commands by providing corresponding examples.
Keywords: bash, guide
Author: Adnan Ahmed
Year: 2024
| | github |
Shell & Utilities
The Shell and Utilities volume of POSIX.1-2017 describes the commands and utilities offered to application programs by POSIX-conformant systems.
Keywords: shell, documentation
Author: IEEE and The Open Group
Year: 2017
| | html |
The Art of Command Line
I'm planning to revise this and looking for a new co-author to help with expanding this into a more comprehensive guide. While it's very popular, it could be broader and a bit deeper.
Keywords: CLI, guide
Author: Joshua Levy, Laurent Lyaudet
Year: 2023
| | github |
Awesome Python
A curated list of awesome Python frameworks, libraries, software and resources.
Inspired by awesome-php.
Keywords: Python, reference
Author: VintaChen
Year: 2024
| | html |
Comprehensive Python Cheatsheet
Comprehensive detailed Python cheatsheet with option to get it as HTML or PDF document.
Keywords: Python, cheatsheet
Author: Jure Shorn
Year: 2024
| | github |
Python Cheatsheet
Based on the book Automate the Boring Stuff with Python and many other sources.
Keywords: Python, cheatsheet
Author: https://www.pythoncheatsheet.org
Year: 2024
| | html |
Apache Jakarta Commons
Virtually every Java developer can take advantage of various Jakarta Commons components—from the utilities provided by the Collections and Lang packages, through the networking components afforded by the HttpClient and Net packages.
Keywords: Jakarta, Apache, Java, book
Author: Will Iverson
Year: 2005
| | pdf |
Java Structures
Since the main purpose of the text is to demonstrate the design and behavior of traditional data structures, we have not generally tracked the progress of Java where it blurs the view. For example, Java 2 introduces a List interface (we applaud) but the Vector class has been extended to include methods that
Keywords: Java, book
Author: Duane A. Bailey
Year: 2007
| | pdf |
Google Java Style Guide
This document serves as the complete definition of Google's coding standards for source code in the Java Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein.
Keywords: Java, guide
Author: https://google.github.io/
Year: 2024
| | html |
Introduction to Programming Using Java
This book is directed mainly towards beginning programmers, although it might also be useful for experienced programmers who want to learn something about Java.
Keywords: Java, book
Author: David J. Eck
Year: 2022
| | pdf |
Java Application Development on Linux
No doubt, there are a host of Java books on the market. We didn't wake up one morning and say, "You know what the world really needs? Another book about Java!" No. What we realized was that there are a couple of "holes" in the Java book market.
Keywords: Java, book
Author: Carl Albing, Michael Schwarz
Year: 2005
| | pdf |
Java, Java, Java - Object-Oriented Problem Solving
We have designed this third edition of Java, Java, Java to be suitable for a typical Introduction to Computer Science (CS1) course or for a slightly more advanced Java as a Second Language course. This edition retains the "objects first" approach to programming and problem solving that was characteristic of the first two editions. Throughout the text we emphasize careful coverage of Java language features, introductory programming concepts, and object-oriented design principles.
Keywords: Java, book
Author: R. Morelli, R. Walde
Year: 2012
| | pdf |
Java Programming for Kids
The goal of the book is to help students learn to program in the most popular language in the world: Java. This book starts from an introduction to Java and then explains how to write programs that have Graphic User Interface by writing the Tic-Tac-Toe and Ping-Pong games.
Keywords: Java, book
Author: Yakov Fain
Year: 2015
| | html |
Microservices Best Practices for Java
Microservices is an architectural style in which large, complex software applications are composed of one or more smaller services. Each of these microservices focuses on completing one task that represents a small business capability. These microservices can be developed in any programming language.
Keywords: Java, book
Author: Michael Hofmann, Erin Schnabel, Katherine Stanley
Year: 2016
| | pdf |
Object-oriented Programming in Java Textbook
The purpose of this text is to introduce computer programming to a diverse audience. It uses Java as the programming medium since the language provides a relatively safe environment for beginning students to learn programming concepts while offering a rich platform capable of building industrial-strength software systems.
Keywords: Java, textbook
Author: Richard L. Halterman
Year: 2008
| | pdf |
OOP - Learn Object Oriented Thinking & Programming
This is an ideal book for beginners as well as for experienced programmers. It is written in a style which is attractive and keeps attentiveness for the firstly named. The needed knowledge and skills are gradually presented in a pleasant, gentle and natural style and immediately demonstrated and reinforced by examples and exercises.
Keywords: Java, book
Author: Rudolf Pecinovsky
Year: 2013
| | html, pdf |
Open Data Structures (in Java)
The goal of this project is to free undergraduate computer science students from having to pay for an introductory data structures book. I have
Keywords: Java, book
Author: Pat Morin
Year: 2011
| | pdf |
RabbitMQ Tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ. You need to have the RabbitMQ server installed to go through the tutorials.
Keywords: RabbitMQ, tutorial
Author: https://www.rabbitmq.com/
Year: 2024
| | html |
RabbitMQ Tutorial
This tutorial is designed for Java programmers with a need to understand the RabbitMQ in detail along with its architecture and actual usage. This tutorial will bring you at an intermediate level of expertise, from where you can take yourself to higher levels of expertise.
Keywords: RabbitMQ, Java, tutorial
Author: https://www.tutorialspoint.com/
Year: 2024
| | html |
RabbitMQ Java Tutorial with Examples
The page describes the collections of RabbitMQ tutorials, examples, getting started guides and useful resources, links, etc.
Keywords: RabbitMQ, Java, tutorial
Author: Ramesh Fadatare
Year: 2018
| | html |
Hands-on RabbitMQ Tutorial
A short hands-on guide to get started with RabbitMQ for people who are in a hurry.
Keywords: RabbitMQ, guide
Author: Chillar Anand
Year: 2022
| | html |
SignalR Real-time Application Cookbook
Different levels of developers will find this book useful. Beginners will be able to learn all the fundamental concepts of SignalR, quickly becoming productive in a difficult arena. Experienced programmers will find in this book a handy and useful collection of ready-made solutions to common use cases, which they will be able to enhance as needed. Developers can also use the book as a quick reference to the most important SignalR features. No previous practical experience either with SignalR or with real-time communication in general is required.
Keywords: SignalR, book
Author: Roberto Vespa
Year: 2014
| | pdf |
SignalR Programming in Microsoft ASP.NET
The aim of this book is to help developers understand, know, and program SignalRbased components or applications. It can be of special interest to developers who need
Keywords: SignalR, ASP.NET, book
Author: Jose M. Aguilar
Year: 2014
| | pdf |
SignalR Real-time Application Cookbook
In each recipe, we will be picking a problem and showing you a SignalR-based solution, or, if you prefer, we'll be choosing a specific feature from SignalR and matching it to the class
Keywords: SignalR, book
Author: Roberto Vespa
Year: 2014
| | pdf |
Applied Artificial Intelligence
This book cuts the fluff and arms business leaders with exactly the right foundational knowledge to lead successful AI initiatives at their companies.
Keywords: AI, handbook
Author: TOPBOTS Inc
Year: 2018
| | pdf |
Artificial Intelligence and Games
The book makes an enormous contribution to this captivating, vibrant area of study: an area that is developing rapidly both in breadth and depth as AI is able to cope with a wider range of tasks.
Keywords: AI, book
Author: Georgios N. Yannakakis, Julian Togelius
Year: 2018
| | pdf |
An Introduction to Statistical Learning (R)
Second edition includes new chapters on deep learning, survival analysis, and multiple testing.
Keywords: ML, R, book
Author: Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani
Year: 2023
| | pdf |
An Introduction to Statistical Learning (Python)
We hope that this new Python edition will continue to give today’s and tomorrow’s applied statisticians and data scientists the tools they need for success in a data-driven world.
Keywords: ML, Python, book
Author: Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani
Year: 2023
| | pdf |
Machine Learning For Absolute Beginners
This book focuses on the high-level fundamentals of machine learning as well as the mathematical and statistical underpinnings of
Keywords: ML, Python, book
Author: Oliver Theobald
Year: 2017
| | pdf |
Top 8 Machine Learning algorithms explained in less than 1 minute each
In this blog, we will discuss the top 8 Machine Learning algorithms that will help you to receive and analyze input data to predict output values within an acceptable range.
Keywords: ML, blog
Author: Albar Wahab
Year: 2023
| | html |
AI and Power: The Ethical Challenges of Automation, Centralization, and Scale
Moving AI ethics beyond explainability and fairness to empowerment and justice
Keywords: AI, blog
Author: Rachel Thomas
Year: 2023
| | html |
OpenAI Cookbook
Example code and guides for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key. Most code examples are written in Python, though the concepts can be applied in any language.
Keywords: AI, guide
Author: Shyamal H Anadkat
Year: 2024
| | github |
OpenAI Cookbook (reference)
OpenAI use cases and resource reference.
Keywords: AI, reference
Author: OpenAI
Year: 2024
| | html |
Matematics For Machine Learning
This book brings the mathematical foundations of basic machine learning concepts to the fore and collects the information in a single place so that this skills gap is narrowed or even closed.
Keywords: ML, book
Author: Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon Ong
Year: 2024
| | pdf |
Try the Gemini AP
The colab document explains how to use the Gemini API using the examples.
Keywords: ML, document
Author: https://colab.research.google.com/
Year: 2024
| | codelab |
The Ultimate Guide to OpenAI's GPT-3 Language Model
The article explores how to work with GPT-3 for a variety of use cases from how to use it as a writing assistant to building a highly sophisticated chatbot. By the end you'll know how to program GPT-3 to chat with you about your favorite topics. Here is an example short conversation with the bot about Python and web development.
Keywords: AI, article
Author: Miguel Grinberg
Year: 2020
| | html |
Awesome Machine Learning
The list of free and/or open source books on machine learning, statistics, data mining, etc.
Keywords: ML, reference
Author: Joseph Misiti
Year: 2024
| | github |
Gemini for Google Workspace: A new and powerful way of working with generative AI
A guide on how generative AI and Google Workspace are transforming work for the better.
Keywords: AI, guide
Author: Google Workspace
Year: 2024
| | pdf |
Learn Android Studio 3 with Kotlin
This book will help you get started in your programming journey with the little green robot. You already bought the book, so you don’t need to be convinced that programming for the mobile platform offers a lot of opportunity for software developers.
Keywords: Android, Kotlin, book
Author: Ted Hagos
Year: 2018
| | pdf |
ASP.NET Core 5 and Angular
Full-stack web development with .NET 5 and Angular 11. Fourth Edition
Keywords: ASP.NET, book
Author: Valerio De Sanctis
Year: 2021
| | github, pdf |
Adventures with the Linux Command Line pdf
This is a book for explorers and creators looking for adventure. I think computers are the coolest things ever and if you share that feeling of excitement with every new thing you can get your computer to do then you have come to the right place.
Keywords: Linux, book
Author: William Shotts
Year: 2021
| | pdf |
Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure
This guide provides end-to-end guidance on building monolithic web applications using ASP.NET Core and Azure. In this context, "monolithic" refers to the fact that these applications are deployed as a single unit, not as a collection of interacting services and applications. In some contexts, the term monolith may be used as a pejorative, but in the vast majority of situations a single application is much easier to build, deploy, and debug than an app composed of many different services, while still achieving the business requirements.
Keywords: ASP.NET, Azure, book
Author: Steve Smith
Year: 2022
| | html, pdf |
Azure Quick Start Guide for .NET Developers
If you are a .NET developer or architect who wants to get started with Microsoft Azure, this book is for you! Written by developers for developers in the .NET ecosystem, this guide will show you how to get started with Azure and which services you can use to run your .NET applications and store your data in a more efficient and secure way.
Keywords: ASP.NET, Azure, book
Author: Cesar de la Torre, Michael Crump, Barry Luijbregts
Year: 2024
| | pdf |
Dapr for .NET Developers
This book shows how Dapr reduces your development time and overall code maintenance by incrementally "Daperizing" the canonical .NET reference application, eShop
Keywords: Darp, ASP.NET, book
Author: Rob Vettor, Sander Molenkamp, Edwin van Wijk
Year: 2022
| | pdf |
gRPC for WCF Developers
This guide was written for developers working in .NET Framework or .NET who have previously used WCF, and who are seeking to migrate their applications to a modern RPC environment for .NET Core 3.0 and later versions. More generally, if you are upgrading, or considering upgrading, to .NET 6, and you want to use the built-in gRPC tools, this guide is also useful.
Keywords: gRPC, ASP.NET, book
Author: Mark Rendle, Miranda Steiner
Year: 2022
| | pdf |
Containerized Docker Application Lifecycle with Microsoft Platform and Tools
This guide is a general overview for developing and deploying containerized ASP.NET Core applications with Docker, using the Microsoft platform and tools. The guide includes a highlevel introduction to Azure DevOps, for implementing CI/CD pipelines, as well as Azure Container Registry (ACR), and Azure Kubernetes Services AKS for deployment.
Keywords: Docker, guide
Author: Cesar de la Torre
Year: 2022
| | pdf |
Enterprise Application Patterns using .NET MAUI
This book is for .NET MAUI developers that are already familiar with the framework, but that are looking for guidance on architecture and implementation when building enterprise applications. This book can help developers solve common problems using tried and true patterns.
Keywords: .NET, MAUI, ebook
Author: Michael Stonis
Year: 2022
| | html, pdf |
Linq: Language Integrated Query
The aim of this tutorial is to offer an easy understanding of LINQ to the beginners who are keen to learn the same.
Keywords: Linq, book
Author: https://www.tutorialspoint.com/
Year: 2018
| | pdf |
Modernizing Your Windows Applications with the Windows App SDK and WinUI
This book is for developers who are building Windows applications with Windows Forms, WPF, and UWP and would like to evolve and modernize their applications, but aren't able to rebuild them from scratch. This book focuses on Line-of-Business scenarios. Basic knowledge of Windows app development, .NET/C#, and Visual Studio will help you understand the concepts covered in this book.
Keywords: .NET 6, book
Author: Marc Plogas, Matteo Pagani
Year: 2022
| | github |
Entity Framework Cheat Sheet
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Keywords: EF, cheatsheet
Author: blinkdata
Year: 2019
| | html, pdf |
Entity Framework Core Cheat Sheet - Viastudy
Entity Framework Core Cheat Sheet by viastudy.com
Keywords: EF, cheatsheet
Author: Naji El Kotob
Year: 2019
| | github, pdf |
Entity Framework Notes for Professionals
This Entity Framework Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Keywords: EF, book
Author: GoalKicker
Year: 2016
| | pdf |
Google Apps Script Complete Course
This course will take you on a journey where you'll learn to power up your Google Suite products using Apps Script to connect, automate, and add advanced functionality. Apps Script allows you to power up your favorite Google apps and do more with them, way more. Automate, add functionality, use spreadsheet data, create documents, interact with email, generate reports, use data more effectively—the list of amazing things you can do with Google Apps Script is endless.
Keywords: GAS, course
Author: Andrew Staveley, Sunith Shetty
Year: 2018
| | github, pdf |
Google Sheets Programming With Google Apps Script
Your Guide To Building Spreadsheet Applications In The Cloud
Keywords: GAS, book
Author: Michael Maguire
Year: 2016
| | pdf |
Learning google-apps-script
Free unaffiliated eBook created from Stack Overflow contributors.
Keywords: GAS, book
Author: https://riptutorial.com/
Year: 2019
| | pdf |
Google Data Studio Tutorial
Fortunately, nowadays, there are tools like Google Data Studio (GDS) that can help make reporting easier. Using GDS, we can significantly reduce the time it takes to build reports. And with the right game plan, we can also use Data Studio to create reports that capture our grand marketing vision.
Keywords: GDS, guide
Author: Jeff Sauer
Year: 2024
| | html |
Groovy Documentation
Introduction to Groovy
Keywords: Groovy, documentation
Author:
Year: 0
| | pdf |
7 JavaScript Concepts That Every Web Developer Should Know
Millions of web pages are built on JavaScript and it’s not going anywhere at least for now. On one side HTML and CSS give styling to the web pages but on the other side, it’s the magic of JavaScript that makes your web page alive. Today this language is not just limited to your web browser. You can also use it for server-side applications.
Keywords: JavaScript, guide
Author: GeeksforGeeks
Year: 2024
| | html |
Learn JavaScript and AJAX with w3schools
Welcome to designers and builders who want to learn to add interactivity to their Web pages Learn JavaScript and Ajax with w3schools. This book is for Web site
Keywords: JavaScript, book
Author: Hege Refsnes, Stale Refsnes, Kai Jim Refsnes
Year: 2010
| | html, pdf |
Modern JavaScript Web Development Cookbook
This book is for developers who want to explore the latest JavaScript features, frameworks, and tools for building complete web applications, including server- and client-side code. A basic working knowledge of JavaScript is required, and you will be introduced to the latest version, dated June 2018, to keep up with the latest developments and functionality in the language.
Keywords: JavaScript, book
Author: Federico Kereki
Year: 2018
| | github |
Professional JavaScript For WEB Developers
This book is aimed at three groups of readers: 1. Experienced developers familiar with object-oriented programming who are looking to learn JavaScript as it relates to traditional OO languages such as Java and C++; 2. Web application developers attempting to enhance the usability of their websites and web applications; 3. Novice JavaScript developers aiming to better understand the language.
Keywords: JavaScript, book
Author: Matt Frisbie
Year: 2024
| | html |
Sams Teach Yourself Javascript in 24 Hours
This book is divided into 24 lessons. Each covers a single JavaScript topic, and should take about an hour to complete. The lessons start with the basics of JavaScript, and continue with more advanced topics. You can study an hour a day, or whatever pace suits you. (If you choose to forego sleep and do your studying in a single 24-hour period, you may have what it takes to be a computer book author.)
Keywords: JavaScript, book
Author: Michael Moncur
Year: 2002
| | github, pdf |
Angular Projects - Second Edition
If you are a developer who has beginner-level experience with Angular and you're looking to become well versed in the essential tools for dealing with the various use cases you may encounter with Angular, then this Angular development book is for you. Beginner-level knowledge of web application development and basic experience of working with ES6 or TypeScript are assumed.
Keywords: JavaScript, Angular, book
Author: Aristeidis Bampakos
Year: 2021
| | github, pdf |
Building Offline Applications with Angular
This book will help you learn and build modern web applications with Angular and TypeScript. Even if you are a beginner in JavaScript and Angular technologies, the book provides step-by-step instructions to easily follow along with and build next-generation web applications. It presents you with a consistent use case across the book. You will build a few pages for Web Arcade, an imaginary online arcade.
Keywords: JavaScript, Angular, book
Author: Venkata Keerti Kotaru
Year: 2022
| | github, pdf |
HTML CSS and JavaScript for Beginners
Course covers everything you need to know about HTML and CSS.
Keywords: HTML, CSS, course
Author: Parvathyn Packt
Year: 2018
| | github, pdf |
Introduction to HTML and CSS
A beginner's guide to learning mathematics HTML and CSS.
Keywords: HTML, CSS, book
Author: Paul Gooding
Year: 2018
| | pdf |
CSS in Depth
Whether you are relatively new to the industry or have been at it a while but need to advance or update your CSS skills, I have written this book to bring you up to speed.
Keywords: CSS, ebook
Author: Keith J. Grant
Year: 2018
| | html, pdf |
HTML5 & CSS3 Advanced Features
The basics features of HTML5 and CSS3 has been covered in "HTML5/CSS3 Basics". This articles covers the advanced features of HTML5/CSS3.
Keywords: HTML, CSS, tutorial
Author: Chua Hock Chuan
Year: 2015
| | html |
Cross-platform Desktop Application Development: Electron, Node, NW.js, and React
Building and maintaining cross-platform desktop applications with native languages isn't a trivial task. Since it's hard to simulate on a foreign platform, packaging and distribution can be quite platform-specific and testing cross-platform apps is pretty complicated.In such scenarios, web technologies such as HTML5 and JavaScript can be your lifesaver. HTML5 desktop applications can be distributed across different platforms (Window, MacOS, and Linux) without any modifications to the code.
Keywords: Electron, JavaScript, tutorial
Author: Dmitry Sheiko
Year: 2017
| | github |
Building Cross Platform Desktop Applications Using Electron
If you like and are familiar with web application development and if you want to develop a kind of desktop application then no need to learn new languages for building desktop applications. You can build desktop applications using HTML, CSS, and JavaScript. How it is possible? Yes, we can build the desktop application using Electron.js. In this article, we are going to explore what is electron and how to create an electron application.
Keywords: Electron, JavaScript, tutorial
Author: Ganesan C
Year: 2021
| | html |
Mastering Node.js
This book is for developers who want to build high-capacity network applications,such as social networks, collaborative document editing environments, real time data-driven web interfaces, networked games, and other I/O-heavy software. If you're a client-side JavaScript developer, reading this book will teach you how to become a server-side programmer using a language you already know. If you're a C++ hacker, Node is an open-source project built using that language, offering you an excellent opportunity to make a real impact within a large and growing community, even gaining fame, by helping to develop this exciting new technology.
Keywords: Node.js, book
Author: Sandro Pasquali
Year: 2013
| | pdf |
Get Programming with Node.js
This book is intended, first and foremost, for anyone who’s interested in learning about Node.js and the tools required to build a web application. If you have some familiarity with JavaScript but little experience with web development, this book is for you.
Keywords: Node.js, book
Author: Jonathan Wexler
Year: 2019
| | pdf, html |
Introduction to MEAN Stack
MEAN Stack is one of the most popular Technology Stack. It is used to develop a Full Stack Web Application. Although it is a Stack of different technologies, all of these are based on JavaScript language.
Keywords: MEAN Stack, guide
Author: https://www.geeksforgeeks.org/
Year: 2020
| | html |
Building React Apps with Server-Side Rendering
Teaches you how to build React apps with server-side rendering. Provides practical examples using React, Redux and Next.js. Written by an author of five technical books, well accustomed to breaking down and teaching concepts.
Keywords: React, JavaScript, book
Author: Mohit Thakkar
Year: 2020
| | html, pdf |
Building Micro Frontends with React 18
This book is for frontend and full stack developers aiming to build large, scalable web applications using modern JavaScript frameworks such as React. It will also benefit solution architects looking to adopt micro frontend architecture. You should have a good understanding of JavaScript, React, module bundling, and basic web development concepts.
Keywords: React, JavaScript, book
Author: Vinci J Rufus
Year: 2023
| | github, pdf |
Modern Full-Stack Development
Welcome to the book! I hope you’ve got a comfy chair under you, a tasty drink on the table next to you and perhaps a light snack (may I suggest some dark chocolate biscotti?), and your brain ready to soak up a ton of knowledge on modern web development, ‘cause that’s what the show is all about and the curtains are about to be drawn!
Keywords: Full Stack, book
Author: Frank Zammetti
Year: 2020
| | github, pdf |
Professional React Native
The React Native framework offers a range of powerful features that make it possible to efficiently build high-quality, easy-to-maintain frontend applications across multiple platforms such as iOS, Android, Linux, Mac OS X, Windows, and the web, helping you save both time and money and this book is your key to unlocking its capabilities.
Keywords: React, JavaScript, book
Author: Alexander Benedikt Kuttig
Year: 2022
| | github, pdf |
React and React Native - Fourth Edition
This book is written for any JavaScript developer—beginner or expert—who wants to start learning how to put both of Facebook's UI libraries to work. No knowledge of React is required, although a working knowledge of ECMAScript (ES) will help you follow along better.
Keywords: React, JavaScript, book
Author: Adam Boduc, Roy Derks
Year: 2020
| | github, pdf |
The React Beginner's Handbook
This book does not try to cover everything under the sun related to React. It focuses on the core of the language, trying to simplify the more complex topics. I hope the contents of this book will help you achieve what you want: learn the basics of React.
Keywords: React, JavaScript, handbook
Author: Flavio Copes
Year: 2021
| | pdf |
React Quickly - Code Examples
This is the main repository for all the source code included in the book React Quickly, Second Edition, published by Manning Publications.
Keywords: React, JavaScript, tutorial
Author: Morten Barklund
Year: 2023
| | github |
The Road to learn React
Official repository for The Road to learn React. If you want to leave a review, please do it on Amazon or Goodreads.
Keywords: React, JavaScript, tutorial
Author: Robin Wieruch
Year: 2020
| | github, pdf |
Ultimate TypeScript Handbook
Over the course of this book, I will take you on a guided tour of all TypeScript’s major aspects. You may be starting this journey with absolutely no prior experience with TypeScript, or you may have some level
Keywords: TypeScript, JavaScript, book
Author: Dan Wellman
Year: 2023
| | pdf, html |
TypeScript Quickly - Code Samples
This repository contains code samples from the book "TypeScript Quickly" by Yakov Fain and Anton Moiseev. This book is available at https://www.manning.com/books/typescript-quickly.
Keywords: TypeScript, JavaScript, tutorial
Author: Yakov Fain, Anton Moiseev
Year: 2020
| | github, pdf |
Advanced java
This book is designed to help you make the most effective use of Java. It discusses advanced topics, including object creation, concurrency, serialization, reflection and many more. It will guide you through your journey to Java mastery!
Keywords: Java, book
Author: Andriy Redko
Year: 2015
| | pdf |
Open XML - The markup explained
In this book you will be provided a detailed overview of the three major markup languages in Open XML. This book is written for those who have a basic understanding of XML or HTML. If you are a software architect or developer who needs to build document-centric solutions you can learn about how to build your value-added solutions based on the Open XML platform. Those new to document markup languages as well as those more experienced in document markup but new to Open XML will benefit from this book.
Keywords: OpenXml, book
Author: Wouter van Vugt
Year: 2007
| | pdf |
Getting Started with AWS
Using AWS to build your Internet application is like purchasing electricity from a power company instead of running your own generator, and it provides many of the same benefits: capacity exactly matches your need, you pay only for what you use, economies of scale result in lower costs, and the service is provided by a vendor experienced in running large-scale networks.
Keywords: AWS, book
Author: Amazon Web Services, Inc
Year: 2014
| | pdf |
Getting started with Lambda
As you carry out the tutorial, you`ll learn some fundamental Lambda concepts, like how to pass arguments to your function using the Lambda event object. You`ll also learn how to return log outputs from your function, and how to view your function`s invocation logs in CloudWatch Logs.
Keywords: AWS, tutorial
Author: Amazon Web Services,Inc
Year: 2024
| | html |
AWS Lambda Documentation
With AWS Lambda, you can run code without provisioning or managing servers. You pay only for the compute time that you consume—there`s no charge when your code isn`t running. You can run code for virtually any type of application or backend service—all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability.
Keywords: AWS, tutorial
Author: Amazon Web Services,Inc
Year: 2024
| | html |
AWS SDK for .NET 3.x documentation examples
The code examples in this topic show you how to use the AWS SDK for .NET 3.x with AWS.
Keywords: AWS, tutorial
Author: Amazon Web Services,Inc
Year: 2024
| | github |
WebAssembly Specification
WebAssembly (abbreviated Wasm) is a safe, portable, low-level code format designed for efficient execution and compact representation. Its main goal is to enable high performance applications on the Web, but it does not make any Web-specific assumptions or provide Web-specific features, so it can be employed in other environments as well.
Keywords: ASP.NET, tutorial
Author: WebAssembly Community Group
Year: 2024
| | pdf |
Why you should consider Web Assembly (Wasm) in your next frontend project
Why you should consider Web Assembly in your next frontend project.
Keywords: ASP.NET, tutorial
Author: Hakan Silfvernagel
Year: 2024
| | pdf |
Dive into Deep Learning
Interactive deep learning book with code, math, and discussions. Implemented with PyTorch, NumPy/MXNet, JAX, and TensorFlow. Adopted at 500 universities from 70 countries.
Keywords: AI, tutorial
Author: Aston Zhang, Zack C. Lipton, Mu Li, Alex J. Smola
Year: 2023
| | pdf |
Generative AI in Higher Education
With an eye on the future of AI in education, this book will appeal to educators, stu-dents and scholars interested in the wider societal implications and the transformative role of GenAI in pedagogy and research.
Keywords: AI, book
Author: Cecilia Ka Yuk Chan, Tom Colloton
Year: 2024
| | pdf, html |
WordPress The Right Way
This book is a condensed resource of best practices for and by WordPress developers, intended to fast track developers past common mistakes and painful problems.
Keywords: PHP, Wordpress, book
Author: GitBook
Year: 2020
| | html |
Prompt Engineering for Effective Interaction with ChatGPT
In this post, you will learn about prompt engineering. In particular: 1) How to provide information in the prompt for the greatest impact on the responses; 2) What are personas, positive and negative prompts, zero-shot prompts, and so on; 3) How to use prompts iteratively to leverage the conversational nature of ChatGPT.
Keywords: AI, article
Author: MLM Team
Year: 2023
| | html |
Unraveling the Power of Chain-of-Thought Prompting in Large Language Models
This article delves into the concept of Chain-of-Thought (CoT) prompting, a technique that enhances the reasoning capabilities of large language models (LLMs). It discusses the principles behind CoT prompting, its application, and its impact on the performance of LLMs.
Keywords: AI, article
Author: Matthew Mayo
Year: 2023
| | html |
Beginner Guide to PowerApps
In the book, we cover topics such as Citizen Development, Getting started, Formula`s and attributes, Connecting to data, Microsoft Flow, Mobile, Offline support, Multilingual, Publishing, Tutorials and Tips.
Keywords: Azure, book
Author: Laura Graham Brown, Dries Verdonckt, Matthew Weston
Year: 2019
| | pdf |
Microsoft PowerApps Quick Reference Guide
This guide provides an overview of how to get started using Microsoft PowerApps to create your own applications.
Keywords: Azure, guide
Author: Northwestern
Year: 2024
| | pdf |
Power Apps Tutorials [Beginners & Advanced]
Do you want to learn Power Apps? Do you want expert knowledge in Power Apps, which is in demand now? Then check out our list of Power Apps tutorials.
Keywords: Azure, tutorial
Author: SPGuides.com
Year: 2024
| | html |