Fotie M. Constantblog.fotiecodes.com·15 hours agoDropout in Neural Networks: Simplified Explanation for BeginnersDropout is a widely used technique in neural networks to tackle the problem of overfitting. It plays a crucial role in modern deep learning, ensuring models generalize well to unseen data. This blog simplifies this concept for easy understanding, exp...Machine Learning
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 3Note: If you'd rather have a video tutorial, here it is: Let’s make the game more fun with scoring and difficulty progression. 1. Adding a Score Modify the create function to display a score: this.score = 0; this.scoreText = this.add.text(16, 16, '...How to Make a Retro 2D JavaScript Game with PhaserJavaScript
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 2Let’s make this game interactive! We’ll add a player, movement controls, and falling items. Note: If you'd rather have a video tutorial, here it is: The full source code is here. Here’s a playable version of the final game. 1. Adding Placeholder Gr...How to Make a Retro 2D JavaScript Game with Phaserhow to build games
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 1Welcome, aspiring game developers! 🚀 In this beginner-friendly guide, we’ll build a simple, retro-themed "Catch the Items" game using Phaser 3, a powerful JavaScript game development framework. This series of tutorials is designed for absolute begin...How to Make a Retro 2D JavaScript Game with Phaserhow to build games
Omkar Lolagespringboot-intoduction.hashnode.dev·Dec 20, 2024Introduction to Spring Boot: Your Zeroth Step to MasterySpring is a popular Java based framework for developing various applications. It has become the the backbone of countless enterprise applications, offering a robust eco-system for solving complex challenges. Spring boot overcomes the difficulties ass...36 likesintroduction to spring boot
Anukam chidaluclemas.hashnode.dev·Dec 20, 2024Click with Caution: A Beginner’s Guide to Cybersecurity“CTU’s been breached. A worm’s erasing files faster than we can back them up.” You might have heard lines like this in movies and shows like 24, Westworld, Scorpion, and Mr. Robot. Growing up, I enjoyed watching sci-fi and tech shows. Cybercrime sho...#cybersecurity
Tanyathedailydeveloper.hashnode.dev·Dec 19, 2024Networking Basics: LAN, WAN, and How the Internet WorksA few months ago, I was troubleshooting my home Wi-Fi. Devices were connected, but the internet wouldn’t load. Sound familiar? That’s when I realized how little most of us know about the magic behind networks. Let’s dive into the basics of networking...network
Madhav Ganesanmadhavganesan.hashnode.dev·Dec 17, 2024SSL Certificate: Complete GuideAn SSL certificate (Secure Sockets Layer certificate) is a digital certificate used to establish a secure, encrypted connection between a web server and a web browser. It ensures that data transferred between the two parties is secure and can't be in...SSL
Devarshi Shimpidevarshishimpi.hashnode.dev·Dec 16, 2024Introduction to Next.js 15: What's New and the improvements!Introduction Next.js 15 has introduced a range of exciting features and improvements that enhance both performance and developer experience. Here’s a detailed overview of what's new! Seamless Upgrades with @next/codemod CLI The enhanced codemod CLI s...Next.js
KORLA GOUTHAMkorla.hashnode.dev·Dec 16, 2024Learn S3 Basics Using CLI 🌩️ (2024) |Hello EveryOne, In this blog I would like to explain the basics of AWS S3 using Commands with some real world examples. What is S3 It is Simple , Popular, inexpensive storage service. To store your data in Amazon S3, you work with resources known ...AWS_S3AWS