Engenharia

Explorando documentos na categoria Engenharia

Engenharia

NetRunner: Java Mastery Guide

Welcome to the digital underworld of Java. This isn't just another tutorial—it's your neural interface to dive into the world of object-oriented programming in a cyberpunk environment.

JavaOOP
Engenharia

Learn JS

Learn the fundamentals of JavaScript with the freeCodeCamp beginner's course. Explore variables, data types, functions, and control flow to build your first interactive web applications.

JavaScript
Engenharia

Learn Fetch API

Learn to consume web APIs the modern way with the JavaScript Fetch API. This practical guide covers requests, response handling, and everyday use cases.

JavaScriptFetch API
Engenharia

Learn Sass

Level up your CSS with Sass. Learn to use variables, mixins, nesting, and functions to write cleaner, more organized, and reusable stylesheets.

Sass
Engenharia

Learn PHP

Master PHP for back-end web development. This guide covers everything from the basics, like variables and loops, to advanced object-oriented programming concepts and form handling.

PHPOOP
Engenharia

Learn Axios

Simplify your HTTP requests with Axios. This hands-on project demonstrates how to use this powerful library to interact with APIs efficiently and with less code.

JavaScriptAxios
Engenharia

Learn Vue

Learn to build reactive and modern interfaces with Vue.js. This repository provides practical examples to master the framework's fundamental and advanced concepts.

Vue.js
Engenharia

Learn Laravel

Develop robust and elegant PHP applications with the Laravel framework. Explore the ecosystem and best practices to build scalable projects quickly and efficiently.

LaravelPHP
Engenharia

Learn JDBC & Hibernate

Connect your Java applications to databases with JDBC and Hibernate. Learn to persist data efficiently using the industry standard for relational data access.

JDBCHibernateJavaDatabase
Engenharia

Learn Servlet & Maven

Build Java web applications from scratch with Servlets and manage your dependencies and build process with Maven. Essential for understanding the foundation of the web in Java.

ServletMavenJava
Engenharia

Learn Bash

Automate tasks and master the terminal with Bash scripting. This complete course, with a cyberpunk approach, turns beginners into command-line masters.

BashScripting
Engenharia

Learn C++

Explore the power and performance of C++. Learn everything from basic syntax to advanced topics like memory management and object-oriented programming for high-performance software.

C++
Engenharia

Learn Angular

Create complex and scalable single-page applications (SPAs) with Angular. Learn to use components, services, and the powerful data-binding system to build robust apps.

AngularTypeScript
Engenharia

Learn CRUD With Java & MongoDB Atlas

Implement CRUD (Create, Read, Update, Delete) operations with Java and the NoSQL database MongoDB Atlas. A practical guide to connecting your application to a cloud database.

JavaMongoDBCRUD
Engenharia

Learn CRUD With Java & MongoDB

Learn to perform the four essential database operations (CRUD) using Java with MongoDB. Ideal for those starting to integrate applications with NoSQL databases.

JavaMongoDBCRUD
Engenharia

Learn Operating Systems

Explore Operating System concepts in a practical and accessible way. This guide uses Minecraft analogies to demystify processes, threads, memory, and more, making learning fun.

Operating Systems
Engenharia

Learn JavaFX

Create desktop applications with rich and modern graphical interfaces using JavaFX. Learn to build visual applications with the successor to Swing, through a banking system project.

JavaJavaFXGUI
Engenharia

Learn C#

Learn C#, Microsoft's versatile language for game, web, and desktop development. This guide covers the fundamentals to get you started creating your own projects.

C#
Engenharia

Learn Sorting Algorithms

Understand how the main sorting algorithms work. This educational project uses C++ implementations and visual documentation to explain the most famous methods.

AlgorithmsSortingC++
Engenharia

Learn Data Structures

Master the essential data structures for programming. Learn to implement and use lists, queues, stacks, trees, and graphs to solve problems more efficiently.

Data Structures