#learn website design
Explore tagged Tumblr posts
esscomputerinstitute · 1 month ago
Text
Tumblr media
We offer computer courses in Dwarka Mor Our mission is to share the experience of learning and encourage students to become familiar with core concepts and their practical applications so that they fall in love with ESS Institute Dwarka mor computer classes learning.
0 notes
buzzrds · 10 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
here's my wonderful isopod child, handcrafted in leather
18K notes · View notes
codingquill · 2 years ago
Text
Essentials You Need to Become a Web Developer
HTML, CSS, and JavaScript Mastery
Text Editor/Integrated Development Environment (IDE): Popular choices include Visual Studio Code, Sublime Text.
Version Control/Git: Platforms like GitHub, GitLab, and Bitbucket allow you to track changes, collaborate with others, and contribute to open-source projects.
Responsive Web Design Skills: Learn CSS frameworks like Bootstrap or Flexbox and master media queries
Understanding of Web Browsers: Familiarize yourself with browser developer tools for debugging and testing your code.
Front-End Frameworks: for example : React, Angular, or Vue.js are powerful tools for building dynamic and interactive web applications.
Back-End Development Skills: Understanding server-side programming languages (e.g., Node.js, Python, Ruby , php) and databases (e.g., MySQL, MongoDB)
Web Hosting and Deployment Knowledge: Platforms like Heroku, Vercel , Netlify, or AWS can help simplify this process.
Basic DevOps and CI/CD Understanding
Soft Skills and Problem-Solving: Effective communication, teamwork, and problem-solving skills
Confidence in Yourself: Confidence is a powerful asset. Believe in your abilities, and don't be afraid to take on challenging projects. The more you trust yourself, the more you'll be able to tackle complex coding tasks and overcome obstacles with determination.
2K notes · View notes
huellitaa · 3 months ago
Text
learning to code so i can take over the world
77 notes · View notes
gibberishquestion · 9 months ago
Text
Tumblr media Tumblr media
GET TRIANGLED IDIOT
58 notes · View notes
instructionsonback · 2 months ago
Text
Tumblr media Tumblr media
10 notes · View notes
alycesutherland · 2 months ago
Text
First Steps:
So I want to learn how to get access to the spotify api and my data first in my terminal. So I want to:
Get my top albums in terminal
Get my top artists in terminal
Get my top songs in terminal
If I figure it out really quick:
Add that json data into an xbar project on my Macbook
If that is easy then I'll add more stuff for when you click on xbar
7 notes · View notes
void-botanist · 4 months ago
Text
2024 Recap Tag!
@vacantgodling tagged me for this <3 I already did a review of how I did on my 2024 resolutions and set a few 2025 ones here, but I haven't really gone through my accomplishments and my specific writing goals, so:
2024 Accomplishments
I let my brainrot carry me into finishing a variety of scenes that I shared privately, plus Fallen, a short story that has kicked off a whole revamped wip. I honestly have no idea how much I wrote on anything but I'm really pleased with what I did write :3
I started offering commissions and people actually paid for them??? Like, it was for Palestinian fundraisers, so maybe people were extra motivated to do it, but people actually paid money to get some of my art??? I'm not over that because even though I believe I can draw anything (except maybe spiders) I also struggle with thinking my art is trash. But people liked their commissions, I got them out in a semi-timely fashion, and they even gave me extra practice with drawing Black hair and textiles.
I did my first complete animations and multipanel comics this year!
I set up my nekoweb site (it's not done yet so I apologize if it looks janky on your screen) and I helped a couple other people with website stuff too.
2025 (Writing) Goals
In my other post I said I wanted to keep writing whatever I want whenever I want, and that's still true. But to aim for something specific:
Start publishing Sharran AU (with an actual official title that I don't have yet) on AO3. It's totally fine if that's one chapter on Dec 31 lmao. I haven't started writing Sharran AU for real yet, but I've been planning a whole lot. (Wanna know more about it? It's a BG3 overhaul AU and I did an intro post for the party over here.)
Write more chapters of Fallen, and actually come up with a name for this series. Maybe even start another series in this setting about a certain serious lady (Martina) and her goofy oddball father.
Finish Derelict Corridors perhaps...
Figure out religions in Pajiir and Locality Space. I have a lot of characters who are religious but whose religions are mostly vibes at this point, which is not that helpful.
Set up a setting & character wiki, probably with Obsidian. I have so many thoughts and I've never succeeded in organizing them in a way that I remember to keep them updated...
Figure out what I'm doing writing software-wise. Am I gonna stick with Scrivener? Will this be a pain in the ass when I switch to Linux? Can I use Obsidian in a way that has the things I like most about Scrivener but also allows me to have superior darkmode and Linux compatibility and such? Will I try something else entirely? What do I really want??
I'll tag a few people to give this a go if they feel like it: @writernopal, @sam-glade, @theskeletonprior, and @sunset-a-story, plus an open tag :3
8 notes · View notes
divinector · 25 days ago
Text
Tumblr media
Responsive Website Design
5 notes · View notes
stoutstoatpress · 2 years ago
Text
Tumblr media
Working on the Border Riding itch page while I wait for feedback to come in on a freelance project :3
Been picking at it for days with a warm cream background and it just wasn't working. I've tried flipping things and going with a dark aubergine background instead!
76 notes · View notes
codingflicks · 5 months ago
Text
Tumblr media
HTML CSS Website Layout
6 notes · View notes
esscomputerinstitute · 9 months ago
Text
Enroll in our Web Designing Course for Beginners at ESS Institute. Perfect for those looking to learn website design from a top web development institute in Delhi. Our course offers foundational skills in web development, ideal for anyone seeking a basic computer course. Join us today to start your journey in web design!
0 notes
freshthoughts2020 · 2 months ago
Text
Tumblr media Tumblr media
4 notes · View notes
codingquill · 25 days ago
Text
Tumblr media
Welcome back, coding enthusiasts! Today we'll talk about Git & Github , the must-know duo for any modern developer. Whether you're just starting out or need a refresher, this guide will walk you through everything from setup to intermediate-level use. Let’s jump in!
What is Git?
Git is a version control system. It helps you as a developer:
Track changes in your codebase, so if anything breaks, you can go back to a previous version. (Trust me, this happens more often than you’d think!)
Collaborate with others : whether you're working on a team project or contributing to an open-source repo, Git helps manage multiple versions of a project.
In short, Git allows you to work smarter, not harder. Developers who aren't familiar with the basics of Git? Let’s just say they’re missing a key tool in their toolkit.
What is Github ?
GitHub is a web-based platform that uses Git for version control and collaboration. It provides an interface to manage your repositories, track bugs, request new features, and much more. Think of it as a place where your Git repositories live, and where real teamwork happens. You can collaborate, share your code, and contribute to other projects, all while keeping everything well-organized.
Git & Github : not the same thing !
Git is the tool you use to create repositories and manage code on your local machine while GitHub is the platform where you host those repositories and collaborate with others. You can also host Git repositories on other platforms like GitLab and BitBucket, but GitHub is the most popular.
Installing Git (Windows, Linux, and macOS Users)
You can go ahead and download Git for your platform from (git-scm.com)
Using Git
You can use Git either through the command line (Terminal) or through a GUI. However, as a developer, it’s highly recommended to learn the terminal approach. Why? Because it’s more efficient, and understanding the commands will give you a better grasp of how Git works under the hood.
GitWorkflow
Git operates in several key areas:
Working directory (on your local machine)
Staging area (where changes are prepared to be committed)
Local repository (stored in the hidden .git directory in your project)
Remote repository (the version of the project stored on GitHub or other hosting platforms)
Let’s look at the basic commands that move code between these areas:
git init: Initializes a Git repository in your project directory, creating the .git folder.
git add: Adds your files to the staging area, where they’re prepared for committing.
git commit: Commits your staged files to your local repository.
git log: Shows the history of commits.
git push: Pushes your changes to the remote repository (like GitHub).
git pull: Pulls changes from the remote repository into your working directory.
git clone: Clones a remote repository to your local machine, maintaining the connection to the remote repo.
Branching and merging
When working in a team, it’s important to never mess up the main branch (often called master or main). This is the core of your project, and it's essential to keep it stable.
To do this, we branch out for new features or bug fixes. This way, you can make changes without affecting the main project until you’re ready to merge. Only merge your work back into the main branch once you're confident that it’s ready to go.
Getting Started: From Installation to Intermediate
Now, let’s go step-by-step through the process of using Git and GitHub from installation to pushing your first project.
Configuring Git
After installing Git, you’ll need to tell Git your name and email. This helps Git keep track of who made each change. To do this, run:
Tumblr media
Master vs. Main Branch
By default, Git used to name the default branch master, but GitHub switched it to main for inclusivity reasons. To avoid confusion, check your default branch:
Tumblr media
Pushing Changes to GitHub
Let’s go through an example of pushing your changes to GitHub.
First, initialize Git in your project directory:
Tumblr media
Then to get the ‘untracked files’ , the files that we haven’t added yet to our staging area , we run the command
Tumblr media
Now that you’ve guessed it we’re gonna run the git add command , you can add your files individually by running git add name or all at once like I did here
Tumblr media
And finally it's time to commit our file to the local repository
Tumblr media
Now, create a new repository on GitHub (it’s easy , just follow these instructions along with me)
Assuming you already created your github account you’ll go to this link and change username by your actual username : https://github.com/username?tab=repositories , then follow these instructions :
Tumblr media Tumblr media
You can add a name and choose wether you repo can be public or private for now and forget about everything else for now.
Tumblr media
Once your repository created on github , you’ll get this :
Tumblr media
As you might’ve noticed, we’ve already run all these commands , all what’s left for us to do is to push our files from our local repository to our remote repository , so let’s go ahead and do that
Tumblr media
And just like this we have successfully pushed our files to the remote repository
Here, you can see the default branch main, the total number of branches, your latest commit message along with how long ago it was made, and the number of commits you've made on that branch.
Tumblr media
Now what is a Readme file ?
A README file is a markdown file where you can add any relevant information about your code or the specific functionality in a particular branch—since each branch can have its own README.
It also serves as a guide for anyone who clones your repository, showing them exactly how to use it.
You can add a README from this button:
Tumblr media
Or, you can create it using a command and push it manually:
Tumblr media
But for the sake of demonstrating how to pull content from a remote repository, we’re going with the first option:
Tumblr media
Once that’s done, it gets added to the repository just like any other file—with a commit message and timestamp.
However, the README file isn’t on my local machine yet, so I’ll run the git pull command:
Tumblr media
Now everything is up to date. And this is just the tiniest example of how you can pull content from your remote repository.
What is .gitignore file ?
Sometimes, you don’t want to push everything to GitHub—especially sensitive files like environment variables or API keys. These shouldn’t be shared publicly. In fact, GitHub might even send you a warning email if you do:
Tumblr media
To avoid this, you should create a .gitignore file, like this:
Tumblr media
Any file listed in .gitignore will not be pushed to GitHub. So you’re all set!
Cloning
When you want to copy a GitHub repository to your local machine (aka "clone" it), you have two main options:
Clone using HTTPS: This is the most straightforward method. You just copy the HTTPS link from GitHub and run:
Tumblr media
It's simple, doesn’t require extra setup, and works well for most users. But each time you push or pull, GitHub may ask for your username and password (or personal access token if you've enabled 2FA).
But if you wanna clone using ssh , you’ll need to know a bit more about ssh keys , so let’s talk about that.
Clone using SSH (Secure Shell): This method uses SSH keys for authentication. Once set up, it’s more secure and doesn't prompt you for credentials every time. Here's how it works:
So what is an SSH key, actually?
Think of SSH keys as a digital handshake between your computer and GitHub.
Your computer generates a key pair:
A private key (stored safely on your machine)
A public key (shared with GitHub)
When you try to access GitHub via SSH, GitHub checks if the public key you've registered matches the private key on your machine.
If they match, you're in — no password prompts needed.
Steps to set up SSH with GitHub:
Generate your SSH key:
Tumblr media
2. Start the SSH agent and add your key:
Tumblr media
3. Copy your public key:
Tumblr media
Then copy the output to your clipboard.
Add it to your GitHub account:
Go to GitHub → Settings → SSH and GPG keys
Click New SSH key
Paste your public key and save.
5. Now you'll be able to clone using SSH like this:
Tumblr media
From now on, any interaction with GitHub over SSH will just work — no password typing, just smooth encrypted magic.
And there you have it ! Until next time — happy coding, and may your merges always be conflict-free! ✨👩‍💻👨‍💻
53 notes · View notes
oneictskills · 2 months ago
Text
2 notes · View notes
lezmooshie · 3 months ago
Text
Tumblr media
Tinkering with my personal website again
Tumblr media
Above screenie is zoomed out to capture everything. Anyone wanna guess which blinkies I made? Also, the Twitter blinkie just takes you to my BSky lol (on purpose).
Tumblr media Tumblr media Tumblr media Tumblr media
Several of the images were put together by me! I can teach pretty much anything in tech, this is just the stuff that I thought of.
Tumblr media Tumblr media
I made the floppy-disk icons myself, with some help from wifey on getting the text to render as part of the SVGs!
2 notes · View notes