Skip to main content

Posts

Showing posts from May, 2021

Web Design Best Practices for New Developers

How to Create Portfolio-Worthy Work  – Web Design Best Practices for New Developers by SARAL GUPTA If you're a beginner developer, it can be difficult to find ways to use your limited knowledge to support yourself. And at the same time, you won't be able to hone your skills if you aren't using them full time. It's a precarious spot that I remember being in when I was starting out (much longer ago than I care to admit). And if you're anything like me, you'll probably end up taking on freelance web development work to make ends meet. This is especially useful if you're focused on expanding your knowledge of languages like Python and Java. But if you're inexperienced, there's a good chance you're going to need to start with web designs for individuals or small companies – at least until you have a decent portfolio that can lure in bigger clients. The trouble is, smaller clients often will want you to do things that – for lack of better terms – are u...

Web Development for Beginners

 Web Development for Beginners – Learn Basic HTML and CSS to Build Your First Web Page  By SARAL GUPTA  Have you ever wondered how websites are built and designed? Do you want to learn the art of web development but you're not that tech savvy – yet? Well, then this tutorial is for you. It's an introduction to Web Development for beginners so you can learn the basics even if you're totally new to the topic. HTML Basics – the Structure of a Web Page HTML stands for Hyper-Text Markup Language. Now, before we can get deep into how HTML works, let's get a basic understanding of what Hyper-Text Markup Language actually means. Hyper-Text refers to the hyperlinks you see on text, an image, or a bookmark that redirects to another page, file, document, or another part of a web page. A markup language is simply a computer language that contains tags that define elements within a document. An example of a tag could be the headline of a blog, which is normally written as an h tag. T...