Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let application developers write once, run anywhere, meaning that compiled Java code can run on all...
Results for "javascript"
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...
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...
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...
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...
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...
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...
AngularJS in Patterns
One of the best ways to learn something new is to see how the things you already know are used in it. This online ebook does not intend to make its readers familiar with the design or architectural patterns; it suggests basic understanding of the concepts of the OOP, design patterns and...