how-to-wrap-text-in-emacs

How to Wrap Text in Emacs

Emacs is a high level open source cross platform text editor. The first time you open emacs you might start typing and realize your text rolls right past the right margin of your editor frame and continues into nowhere. There are two ways to enable text wrapping in emacs: How to wrap text in current…

Read More
live-coding-project-create-a-pomodoro-clock-using-vue-js-with-gwen-faraday

Live Coding Project: Create a Pomodoro Clock using Vue.js – with Gwen Faraday

Watch live as Gwen Faraday uses Vue.js to create a Pomodoro Clock. Git Repo for the project: https://github.com/gwenf/freecodecamp-projects-vue Check out Gwen’s channel here: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA Read moreWhat is the difference between shared & dedicated hosting?— Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news Read moreKeyword Density:…

Read More
how-to-check-cookies-on-a-webpage-in-web-browsers

How to Check Cookies on a Webpage in Web Browsers

The web browser is a complex gateway into your personal computer and life. This is why we, and many others cautious about cybersecurity and information security (InfoSec), recommend you: Ensure your web browser(s), and all software in general, are up-to-date Know how to create incognito / private browsing sessions Use browser security extensions like Privacy…

Read More
spring-boot-java-tutorial-rest-api-using-postgresql-and-jwt

Spring Boot Java Tutorial – REST API using PostgreSQL and JWT

Learn to use Spring Boot and Java to create a complete REST API. We will use PostgreSQL as the relational database and Spring JdbcTemplate for interacting with that. Apart from this, we will add authentication using JWT (JSON Web Tokens). ? Code: https://github.com/pairlearning/expense-tracker-api ? Course from Pair Learning. Check out their YouTube channel: https://www.youtube.com/channel/UCLCn3zEnB0h0Y2GVhTLtHkg Read…

Read More
python-for-loops-functions-and-random-python-basics-with-sam

Python For Loops, Functions, and Random – Python Basics with Sam

Learn the basics of Python live from Sam Focht every Tuesday. This is part of a series that will cover the entire Python Programming language. Check out Sam’s YouTube channel: https://www.youtube.com/python_basics Python Basics with Sam playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkmRvnFmOd4KhDdlK1oIq23 Read moreWhat is the difference between shared & dedicated hosting?— Learn to code for free and get a…

Read More
live-coding-project-create-a-calculator-using-vue-js-with-gwen-faraday

Live Coding Project: Create a Calculator using Vue.js – with Gwen Faraday

Watch live as Gwen Faraday uses Vue.js to create a Calculator. Git Repo for the project: https://github.com/gwenf/freecodecamp-projects-vue Check out Gwen’s channel here: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA Read moreWhat is the difference between shared & dedicated hosting?— Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news Read moreKeyword Density: How…

Read More
react-typescript-tutorial-build-a-quiz-app

React / Typescript Tutorial – Build a Quiz App

Learn how to use React and TypeScript to create a quiz app project. You will also learn how to use Styled-Components with React. ? What you will make: https://tender-mcnulty-a4a646.netlify.app/ ? Code: https://github.com/weibenfalk/react-quiz ? Course from Thomas Weibenfalk. Check out his YouTube channel: https://www.youtube.com/user/Weibenfalk Read moreWhat is the difference between shared & dedicated hosting?? Thomas’s website:…

Read More
create-a-2-5d-platformer-game-with-unreal-engine-tutorial

Create A 2.5D Platformer Game With Unreal Engine (Tutorial)

Learn how to create a 2.5D Platformer game with Unreal Engine in this full tutorial using C++. In this beginner’s course, you will how to create a game with Unreal Engine and Blueprints. ? Project assets: https://drive.google.com/file/d/1lAOYnsPh3oq89nfyc31zn5KrVs5wBK4p/view?usp=sharing ? Completed code: https://drive.google.com/file/d/16jVlY4LB1CYVf0Lg2yyaESzLi_-4gErG/view?usp=sharing ? Course from Awesome Tuts. Check out their YouTube channel: https://www.youtube.com/awesometuts ? Learn more…

Read More
intro-to-python-livestream-python-basics-with-sam

Intro to Python Livestream – Python Basics with Sam

Learn the basics of Python live from Sam Focht every Tuesday. This is part of a series that will cover the entire Python Programming language. Check out Sam’s YouTube channel: https://www.youtube.com/python_basics Python Basics with Sam playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkmRvnFmOd4KhDdlK1oIq23 Read moreWhat is the difference between shared & dedicated hosting?— Learn to code for free and get a…

Read More
live-coding-project-create-a-drum-machine-using-vue-js-with-gwen-faraday

Live Coding Project: Create a Drum Machine using Vue.js – with Gwen Faraday

Watch live as Gwen Faraday uses Vue.js to create a Drum Machine. Git Repo for the project: https://github.com/gwenf/freecodecamp-projects-vue Check out Gwen’s channel here: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA Read moreWhat is the difference between shared & dedicated hosting?— Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news Read moreKeyword Density:…

Read More
build-a-java-desktop-application-full-course-sudoku

Build a Java Desktop Application – Full Course (Sudoku)

Learn to build a Java desktop application in this course. You will learn how to build a Sudoku game using JavaFX. ? Code: https://github.com/BracketCove/JavaDesktopSudoku/tree/withoutgradle ? Course from Ryan Kay. Check out his YouTube channel: https://www.youtube.com/c/wiseAss Read moreWhat is the difference between shared & dedicated hosting?? Ryan Kay’s paid Java Course: https://skl.sh/3fZbjos ?? Course Contents ??…

Read More
gorilla-chimp

How to Install Docker on CentOS 7

Docker is a popular open-source tool used to create, deploy, and run applications by using containers. These containers are isolated, discrete packages that contain all of the software and configuration files necessary to run specific applications. In this article, we will outline some reasons why you might want to use Docker as well as the…

Read More
gorilla-chimp

How to Install Apache Tomcat 8 on Ubuntu

Apache Tomcat (sometimes referred to as simply Tomcat) is a popular open-source web server software used to set up Java-based server environments. The technologies used in Tomcat include Java Servlet, Java Server Pages, Java Expression Language, and WebSocket and provides an HTTP server environment ideal for running Java-based applications. Apache Tomcat can be installed on…

Read More
deep-learning-with-pytorch-live-course-gans-for-image-generation-part-6-of-6

Deep Learning with PyTorch Live Course – GANs for Image Generation (Part 6 of 6)

This is a beginner-friendly coding-first online course on PyTorch – one of the most widely used and fastest growing frameworks for machine learning. This video covers the concepts and techniques involved in building & training Generative Adversarial Networks or GANs to generate images of anime faces. Resources: ? Deep Convolutional GANs: https://jovian.ml/aakashns/06b-anime-dcgan ? MNIST Generative…

Read More