Mental health awareness increases the chances for early intervention, which can result in a fast recovery. Awareness reduces negative adjectives that have been set to describe our people with a metal illness. By raising awareness, mental health can now be seen as an illness. Mental health is...
Results for "java"
NodeJS
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the...
96 Free Programming, Computer Science and Math Ebooks That You Need To Download Today
Some would say that the hunt for knowledge is a never ending adventure, and I bet all of us will agree on this. There are so many things to learn, test and try out but various limitations are stopping us from getting there. Not to mention the nearly unlimited free resources of ebooks out there...
Exploring Serverless Applications with Node.js
Going serverless and hosting your web applications in the cloud drastically reduces the time you spend worrying about infrastructure—giving you more time for building features and solving business problems. Serverless apps are easier to scale, quicker to develop, and less complex than traditional...
The Deno Handbook: A Concise Introduction to Deno
What is Deno? If you are familiar with Node.js, the popular server-side JavaScript ecosystem, then Deno is just like Node. Except deeply improved in many ways. After you use Deno and learn to appreciate its features, Node.js will look like something old. Especially because the Node.js API is...
Get Started With A Collection of 247 Free Computer Science Books
Well what can we say, everything these days has something to do with computers, internet and some sort of technology. The development of this area is so fast that we're not the one who dictate if technology should wait for us but most of us are struggling even to just keep up with the current...
From Containers to Kubernetes with Node.js
This book is designed as an introduction to containers and Kubernetes by way of Node.js. Containers are the basis for distributed, repeatable workflows with orchestrators such as Kubernetes, and they allow developers and operators to develop applications consistently across environments and deploy...
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. Specifically, this text addresses the x86-64 instruction set for the popular x86-64 class of processors using the Ubuntu 64-bit Operating System (OS). While the provided code...
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. However, I believe it is...