I made a promise to myself to improve in coding so this blog would be the documentation of the process. I'll try to post my understandings, and at time tutorials [if I'm good enough] So come learn with me and stuff.
hello, this may be a very stupid question, but im trying to put some images on my page. i use this code: <img src=“image url”></img>. everytime i try to do this the image is ''broken'' and doesn't show up. do you know how i can fix this and why all these images aren't showing up properly? thanks in advance! :)
so images are self-closing tags meaning you do not need the </img> in the end. your tag should look like so: <img src=“image path” alt=“” />
Also, make sure the image path is correct. if you’re using a URL, check it. if you’re using an image in your folder, make sure the path to locating the image is right and the file extinction as well.
It sure has been a long time since I last posted. Damn.. whenever I feel that I finally got the hang of things I just start all over and start writing a post all awkward like… You know what, I’m just going to ignore the introductions, and get straight to the point.
I spent this summer learning a bit of backend, working on a couple of projects, using Udemy to learn, and adjust a couple of previous projects. To list a few of the things that made me feel quite productive:
I honestly was overthinking my website and how it would look, but then I just decided the hell with it and just get something out there and by time, I can change it or improve on it.
You know that exhilarating feeling you get when you cross out a bunch of things from your to-do list? That’s how I’m feeling right now :)
One of the things I made or rather followed, was a Udemy course by Jonas called the pig game, I added it to the 180-day project so I guess a new entry to the project day 58 is added.
hello! i'm a huge fan of your 180 day project :-D i'd just like to know how you come up with prompts for your websites because they're all really creative! thank you and have a good day :-)
Thank you for the compliment. I’m not really sure how to answer this question, because I’m not quite sure what you mean by prompt. Sorry?
Anonymous asked:
Great job with the projects, I have been following you for a while now and I am amazed at the progress you have achieved. They are so cool!
Thank you for the encouragement! I truly appreciate it :)
Anonymous asked:
Hello! I hope you're well. I was wondering what resources you tend use to learn how to code some of your 180 day projects? Are there any in particular you recommend? Or is it a case of googling what you're looking for? Thank you
Hey, first of kudos for learning to code. So I’ll start off with my process because I already have a background in computer science, I just think up a project I want to do, and I come across a part where I forgot how to make it or not sure on how to do it, I google it. For example, my Planetera project, I wasn’t sure on how to make the planets rotate so I googled ‘rotate div around point CSS’ With that said, if you’re just starting to learn. YouTube is a gem. There are a bunch of helpful tutorials, also GitHub is filled with great repos that are really helpful. I hope this helped in some way.
So as the title suggests, I’ve just started dabbling in the backend world. Truth be told it’s intimidating, scary doesn’t begin to describe how I’m feeling, also don’t forget that fear mixture as well [sigh]. It brings everything I learned for the frontend and tells me “hey hey remember that structure, yeah forget all about that, these are the new rules”… But with that said, the possibilities are endless once I get familiar with it enough to experiment. Also, the moment I got my first server running felt freaking awesome! Not to mention the moment I connected to a database and fetched and displayed data was the closest I felt as a wizard.
Now that the intro is out of the way, here’s a small thing I worked on with the backend stack. True it might not be that pretty, but it’s a step towards developing my skills. So you might be asking “Okay okay we get it what have you done just tell us” to you fellow reader I tell you, I’m trying to display cats drawn by ASCII art.
For this project, I’ve used a couple of models Which I will list:
I think by now, you can tell I have a love or rather a fascination for Space. So today's project is another one that plays with Particle.js First things first the background. It wasn’t that difficult all that I had to do is adjust the JSON file
Next was adding the title and adding some color to the site
A friend developer showed me a project of his that uses particle.js and it really intrigued me thus I decided to dabble in it a bit. I followed a couple of tutorials and this was one of them.