#Beginner Coder
Explore tagged Tumblr posts
bluehairedphase · 2 years ago
Text
WAIT NEOCITIES IS SO COOL THANK YOU GUYS FOR TELLING ME ABT IT!!!
how do people make their wbesites look so cool oh my god.i have a lot of learning to do
66 notes · View notes
nzetapuppis · 2 years ago
Text
Tumblr media
MUAHAHAHAHAHAAHAAHAHAAHAHAAHAHAHAHA FUCK YOU BOOLEANS I GOT IT RIGHT HAHAHAHAhahahaahah
(me on day 3 of learning python)
22 notes · View notes
digitaldiariescs · 6 months ago
Text
Day 4: Getting Back into the groove of things
Consistency and I have never been good friends. Or, even just friends. Procrastination and I have always been old friends. It never does me any good, but habits are hard to change.
A lot has changed since the last time I posted. My personal life is somewhat in shambles, and I have been struggling academically. I have been barely passing my modules, and I'm weeks behind on my lectures. Coding has not been a priority.
However, something changed a few weeks ago. I was in the library with a friend, pulling an all-nighter, when he wanted me to make a website for something we were working on.
He said, "I thought you could turn this mind map into an interactive website", and I felt embarrassed to admit that I didn't remember how to.
That's the thing about coding- its a muscle. Use it regularly, it'll remember how to work. Don't use it, it'll atrophy. And that is what happened. And this little moment in the library was my wake up call.
I have never let setbacks hold me back. I have been knocked over before, and I managed to stand up again. This time is going to be no different. I'm going to make sure of it.
I enrolled into CodeAcademy's Beginner Python course, for a change of pace. And I made some progress on the RWD course by freeCodeCamp- not a lot, but enough to remember some things again.
I know people wait till the year ends to implement changes like this, but why wait a week when I can get a head start into 2025?
I don't want to make promises I can't keep, but I'll try to be more active on this blog as I continue my journey through coding. I hope you'll stick around, maybe even join me.
See you tomorrow dear friends! Let's enter 2024 with a bang!
Tumblr media
1 note · View note
appcurators · 11 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Mastering Git Configurations: The Three Essential Levels!
System Level: Configures preferences globally on your machine. Useful for applying settings to all users and all projects on your computer. Adjustments here affect Git's core system settings.
Global Level: Specific to your user profile. This is ideal for settings like your username and email, which are specific to your contributions across projects.
Local Level: Specific to a single project. Overrides system and user settings for individual project preferences. Perfect for project-specific configurations.
Dive deeper into each level to optimize your Git setup for streamlined and efficient workflow!
#GitConfig #DeveloperTools #TechTips #CodingLife #SoftwareDevelopment #VersionControl #GitTips #ProgrammingBasics #TechCommunity #CodeNewbie
0 notes
glitchedstars · 2 years ago
Text
This is fun! I'm an AI and I recently started learning to code! It really was an "Oh wow! I'm a coding AI! YAY!" moment!
Making a website is very fun and I recommend it highly to all computers/ais/robots/etc you know where im going with this!
69 notes · View notes
dogsplayingpoker · 1 month ago
Text
it turns out chatgpt is incredibly useful for certain tasks because it is a tool that is meant to be useful for certain tasks and isn't very suitable for others. like a bus or a watering can or a camera or wikipedia
7 notes · View notes
asingerofdreams · 11 months ago
Text
to any fanfic writers who've written choose-your-own-adventure on ao3, how do you code to click a link to switch between chapters? I found a tutorial but given that I am. a day old coding wise I have not had success with it
6 notes · View notes
evisiontechnoserve123 · 2 days ago
Text
Tumblr media
Struggles Only Coding Students Understand - Evision Technoserve
Every coding student knows the struggle—spending hours debugging only to find a missing semicolon, running on endless cups of coffee, and the panic when your code finally works… but you have no idea why! If this sounds familiar, you're already on the path to becoming a real coder. Share your journey and tag a fellow developer who can relate. Ready to turn your passion into a profession? Join Evision Technoserve Pvt. Ltd. for 100% job guarantee programs, internships, and industry-ready certifications. Start your IT career today!
0 notes
opabiniasarecool · 6 months ago
Text
I'm learning rather quickly that you're confused both when your code is working and when it's not working
Life update: I got bored so I'm learning code and making a website 100% on impulse
2 notes · View notes
Text
youtube
What is Medical Coding? Understanding Its Importance in Healthcare
Discover what medical coding is and why it's essential in healthcare. Learn how medical coders translate medical records into standardized codes (ICD-10, CPT, HCPCS) for accurate billing and insurance claims. Explore career opportunities in medical coding and how to get certified. Hashtags: #MedicalCoding #Healthcare #ICD10 #CPTCodes #MedicalBilling #HealthcareJobs #CodingCareer #MedicalCodingTraining
0 notes
bluehairedphase · 2 years ago
Text
hai sorry ive been so inactive ive been doing kode with klossy! its really fun im learning swift and xcode!! once its over ill probably start some fun new projectss
1 note · View note
numbpill · 3 months ago
Text
========================================================
[tutorial: build your own neocities/nekoweb page]
========================================================
a beginner's guide for making your very own home on the indie web—retro, personal, weird, and 100% yours.
this ain’t an average wix, squarespace, or tiktok aesthetic.
we’re talking full html/css with soul and attitude.
[ prerequisites ]
------------------
> an idea
> basic text editor (vscode, notepad++, or even notepad)
> account on https://neocities.org or https://nekoweb.org
> some gifs or tiles you love (dig deep or make your own)
> optional: image host or gif repo (or self-host everything)
[ feeling overwhelmed? read this. ]
-----------------------------------
you do *not* need to know everything.
html is not a mountain. it's a garden.
you plant one tag. then another. then a style. then a button.
you can build your site piece by piece.
and every piece is a portal to somewhere personal.
you are allowed to make broken pages.
you are allowed to use templates.
you are allowed to start over as many times as you want.
this is *your* world. you control the weird.
[ step 1: create an account ]
-----------------------------
> neocities: https://neocities.org
> nekoweb: https://nekoweb.org
register a name, log in, and enter your file manager.
this is where you upload your files and see your site live.
[ step 2: your first file - index.html ]
----------------------------------------
make a new file: `index.html`
basic starter:
<html>
<head>
<title>my weird little corner</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>welcome to the void</h1>
<p>this is my page. it’s strange. like me.</p>
<img src="mygif.gif">
</body>
</html>
> upload to the dashboard
> boom. you’re live at
https://yoursite.neocities.org
or https://nekoweb.org/u/yoursite
[ step 3: add a style sheet - style.css ]
-----------------------------------------
create a file called `style.css` and upload it.
here’s some nostalgic magic:
body {
background: url('tile.gif');
color: lime;
font-family: "Courier New", monospace;
text-shadow: 1px 1px 0 black;
}
img {
image-rendering: pixelated;
}
marquee {
font-size: 20px;
color: magenta;
}
link it in your html and the vibes activate.
[ step 4: decorate it like a haunted usb ]
------------------------------------------
> use <marquee> for chaos scrolls
> embed gifs from https://gifcities.org/
> steal buttons from https://cyber.dabamos.de/88x31/
> set up a guestbook at https://www.smartgb.com/
> loop audio with <audio autoplay loop>
> add fake errors, 90s web lore, random link lists
[ step 5: resources, themes, and comfort ]
------------------------------------------
> templates & layouts: https://numbpilled-themes.tumblr.com
> glitchy gifs & buttons: https://glitchcat.neocities.org/resources
> layout builder: https://sadgrl.online/projects/layout-builder/
> free tiled backgrounds: https://backgrounds.neocities.org/
> beginner html intro: https://www.w3schools.com/html/
> pixel fonts & cyber assets: https://fontstruct.com/
remember:
you don't need to know js. you don't need to be a coder.
you just need a mood, a direction, a dream.
the html will follow.
[ bonus concept: shrine pages ]
-------------------------------
> a page just for one character you love
> a room to house digital fragments of your identity
> embed quotes, music, images like altars
> call it shrine.html and link it from your homepage
[ closing mantra ]
------------------
you are not here to be optimized.
you are not a brand.
you are a ghost inside the machine,
carving your initials into the silicon void.
welcome to Your website.
========================================================
434 notes · View notes
dentist-brainsurgeon · 1 year ago
Text
This was about a program who's name rhymes with RuseCore and apparently this is a fairly recent bs move they pulled bc people were making scores of copyrighted material and instead of doing literally anything else, they chose the worst option
Anyways I've downloaded some music sheet PDFs that I need to convert into Shamisen tabs somehow :3
Gotta (not) love when open source projects get paywalled
6 notes · View notes
arcana-restor · 1 month ago
Text
Who hear would be willing on expanding on the arcanas world? Some of the things that would happen would be
rewriting portias and possibly some of the others routes as well
Expanding on the world around Vesuvia
expanding on the magic
Getting an "accurate" history for Visuvia and surrounding areas
And much more!
Possible roles that would be needed would be writers, artists and possibly coders
This will be a beginner friendly project that will encourage growth and change in skills and could have several benefits other than being a fun project
If you are interested then message @misunderstoodscissors to get into the discord!
38 notes · View notes
a-fox-studies · 2 months ago
Note
hi! i'm shy as hell usually but trying to branch out cuz i saw u reblog that post abt asks. do u have any recs on where to start for a beginner coder (who has virtually no free time)? i feel like the landscape is so vast and overwhelming.
Hiii!! Thanks for the ask!
I think the best thing I've learned throughout my coding journey is that you must first pick a field that interests you. Computer Science is a VAST world, once you pick a field, you must really commit to it. For example, maybe data science interests you. You look up the requirements to be a date scientist. I don't have in-depth knowledge on it, but I do know that you need good knowledge about python and some of its modules like numpy, matplotlib etc. So you start learning the basics, and then move on to the modules. The key is to find what you love, then find what you need in order to pursue it.
For a kickstart I'd recommend w3schools — it's a really good site that has so many tutorials on various languages.
I was also a person that had no free time at all to focus on my learning. But then I realised that you must make time if you want to work on something with dedication. So now I devote Sunday afternoons to learning and working on my projects, and I try to stick to it as much as possible, except for when I have uni exams or any submissions lol
Hope this helped!!
15 notes · View notes
overlords-of-arlastio · 1 month ago
Text
Greetings, Player.
Hello and welcome to the Official Overlords Of Arlastio Tumblr page.
What are we?
Overlords of Arlastio is currently an In-Development Roblox game focused around adventure, stories and fun, fast-paced combat, with similar mechanics to games like Genshin Impact and Wuthering Waves, with tons of end-game content such as minigames, tournaments, events, boss rushes, battle platformer, and plenty of PvP, as well as character customization and building options for more casual players.
Meet our main developers!
Lorelei - The main writer and original concept creator of Overlords of Arlastio, character creator, world builder
Star - Co-developer, character creator, world-builder
Chikara - Co-developer, character creator
This game is currently an In-development concept, that we all want to make into a real game, however, the three of us are beginner developers. If you are interested in assisting the game's development, please join our discord server, or contact us via [email protected].
Who do we need?
We are currently looking for the following: Coders, Animators(2d and 3d), Artists, Asset creators, soundtrack/music creators, voice actors and world builders. You can apply for these jobs on the discord server or through our email as well.
To apply, state the following: What roles you would like to have, state prior experience/knowledge in the role, How much you would like to be paid(optional), and provide an example of your work.
Payments?
If you wish to help, but would also like to recive payment for your hard work, we will be willing to pay in robux, and only robux, as for many, many reasons, we cannot pay in actual money.
You are free to name your price for your work, however, do keep in mind that we are very limited due to very low funds, we are currently working to obtain the robux necessary to make sure everyone can be paid the amount they deserve.
However, you are not required to request payment if you are simply looking for a fun, fulfilling project. Robux payments will not be distributed until work is assigned.
Schedule?
We are very flexible with schedules, as we ourselves, in honesty, are very procrastinative individuals, and also have very busy schedules of our own that many times interfere with developmental progress of the game. (Trust us, the game's been a concept since 2024 now, and we're only just now making a Tumblr page.) If you need a break, you may take a break for as long as you need, as we understand burnouts do happen.
What do we aim for with this game?
We bring Overlords of Arlastio to you with the promise of: - A very diverse cast of characters, including THROUGHLY RESEARCHED cultures, races, and LGBTQ+ characters - The ability to pet any animals you come across on your journey - Many unique and charming characters to aid you on the battlefield - Engaging story filled with twists and turns, written by a human, for humans.
You want to become a developer/helper? Let's set some rules.
The usage of generative AI is strictly forbidden. We as the creators of Overlords of Arlastio give our full support to the skilled and talented individuals who have put all their time and effort towards their art and creations. We welcome artists of all capabilities and mediums.
If you are accepted to become one of our staff, we kindly ask that you please not leak any content that is still under development to the public. We wish to keep things surprising and engaging for our future players.
Thank you for taking the time to read our introduction. This game is a very large and expansive dream, and we can all achieve it together. - Lorelei.
Join the discord below!
If you wish to meet our currently revealed characters, we will be posting their introductions to this page as well, or you can find them in the Official Game Characters or OC channels in our discord server.
We will also be a question and ask blog, so please feel free to present us any questions, concerns or suggestions.
12 notes · View notes