gayatri kumargeekee.hashnode.dev·Nov 19, 2024Unlocking the Vault: Mastering Encapsulation in JavaScript!Imagine you have a vault where you keep all your valuable belongings. Only you have the key to open it, and nobody can see or access its contents unless you allow it. In JavaScript, encapsulation works in a similar way—it’s a technique that allows yo...30 likesWeb Developmentencapsulation
Marcio Figueiredo | E3M Sistemas e Appsmarcio.dev.br·Sep 5, 2024Qual Área da TI é a Certa para Você? Um Guia Prático para IniciantesSe você está interessado na área de TI, seja para começar uma nova carreira ou migrar de outra área, este artigo é para você. Não importa a sua idade ou experiência prévia, a TI oferece inúmeras oportunidades e caminhos a serem explorados. Com mais d...Começando ou MigrandoCareer
Arthurarthurlevi.hashnode.dev·Aug 20, 2024Understanding Data Science: A Beginner’s GuideIn this current age, data is present in practically every sphere of human life. Everything that goes through the screen the applications installed on our mobile devices and websites all produce data. But, what do we do with all this information? This...Data Science
Fatima Jannetmahia.hashnode.dev·May 23, 2024Exploring Java : My Learning Adventure Part - 02Welcome back! I hope you have read my first blog on Java. If not, here's the link to the blog https://mahia.hashnode.dev/exploring-java-my-learning-adventure Okay so let's start with reading from keyboard Reading from Keyboard Reading from the keyboa...27 readsJava
QuickSiliconforQuickSilicon's blogquicksilicon.in·May 15, 2024How to get started with Git: A Beginner's Guide (Part 1)Introduction Have you ever accidentally overwritten a crucial file or lost track of changes you made to your project? Or worse do you still maintain and keep copies of your project on your system? If you work with digital files, this can be a real ni...Demystifying Git: A Beginner's Guidequicksilicon
Enaburekhan Praiseenabzpraize.hashnode.dev·Apr 25, 2024Starting My Exploration Of JavaHello guys, Welcome to my journey into the world of Java programming! As a computer engineering student, learning Java can open doors to numerous opportunities, given its widespread use in building enterprise-scale applications. In this blog post, we...Java
Marwan Fazorablog.marwanfazora.com·Jan 28, 2024Authentication & Custom User Model In DjangoToday, we will talk about the User model in Django. One of the most beautiful things about Django, frankly, is the authentication. Django literally handles everything for you while you're sitting back and relaxing. However, sometimes we need to make ...2 likes·107 readsDjango
JuanF Madridblog.jfmadrid.com·Jan 9, 2024GHW Beginners Day 1To start the year in coding a gave a try to a new event i found called Global Hack Week, the first one of the year being Beginners Week from Jan 5th - 11th 2024, you can find it here as is still on going at the time of writing this post. Opening Even...Global Hack Weekhackathon
Marwan Fazorablog.marwanfazora.com·Jan 8, 2024The Beginning Steps: Preparing Your Django Blog's Work AtmosphereFirst, Let's talk a little bit about Django Django, a powerful Python web framework, excels in rapid development, security, and scalability. It boasts a 'batteries-included' approach, offering built-in features like an ORM, secure authentication, and...1 like·51 readsBuilding Your Blog from Scratch: A Django JourneyDjango
RuchikaRawaniruchikarawani.hashnode.dev·Oct 13, 2023Title: Building a Simple To-Do List App with JavaScript: A Beginner's GuideIntroduction In the vast realm of programming, learning to build simple applications can be a rewarding and educational experience. One of the classic beginner projects is creating a to-do list application, which not only hones your coding skills but...5 likes·39 readsJavaScript