Skip to main content

Accountable

 


Honestly, I wasn't sure whether to write tonight, but I felt like I had something in my head that had to come out somewhere!


I am on the way to 3000 followers on twitter, which is preposterous considering I've been on the platform for less than 2 months... People do ask me 'how', and I cover that topic in another post - How did you do that? but essentially, I still don't really know. My LinkedIn has also felt the benefit, and I am connecting and interacting with so many incredible people every day. I haven't partaken in any sort of course, nor am I part of any secret club!

I love speaking and interacting and laughing with all of you - I often talk about the importance of mental health and taking breaks - 'my DMs are open' means just that - you can message me and I will do my very best to reply. Just try to say something a little more meaningful than 'hi'!

So alongside all of the incredible interactions and laughs that we have - we also support each other all of the way. None of us are infallible, and we all need a chat from time to time. This brings me onto my main point:


I've been learning to code rapidly, and with incredible support from so many of you. Alongside that, I try and share as much information as I possibly can, because I know that others may find it useful. All of this means that as fast as the information is going in, I am simultaneously micro-blogging to you all on twitter, and taking notes from what I am learning for myself, and also trying to take notes in order to write blog posts!

I guess what I am trying to say is this:

I am here for all of you. You can DM me that you fancy a chat and I will make that happen.

Having this many followers does seem to carry some sort of strange accountability to it - I want to help all of you where I can, and the majority of you are learning to code along with me!

I wrote my first blog post a little over a month ago - it is all quite a new thing!

Learning to code is exhausting, and we all need to take a step back for a second and take in what we are doing. It's ok to feel overwhelmed sometimes.

I have people asking me how to overcome the feelings of doubt and apprehension when it comes to learning new things. 

I say just go for it. Learn the thing you are worried about.

Anthony, and many others will attest to how adamantly against learning to use git in the command line I was, but luckily my arm was twisted, and now I'm using it multiple times a day. You know what? It isn't as  scary as they* make it out to be!


So - what I learned today. Margins and padding in Bootstrap....


This stuff is pretty intuitive! I plan to go back over it tomorrow, as I'm pretty tired!

Just look for what you want on the official Bootstrap site, put it in your code, and off you go!

I struggled at first with working out where to put it all, but essentially you just put it in a class inside the thing that you want it to refer to....





This snippet of my code looks like this on the webpage: 


Here, I wanted to use bootstrap to tell my h3 element (my name and future job title) what to do. You can use CSS for this, but as I am learning bootstrap right now, it makes sense to use the built in functionality.

You see it has the same amount of spacing top and bottom? That's from mt-1 (margin top -1 and margin bottom-1) and also py-3 is for the padding ('y' is for doing the top and bottom padding at the same time)

So Bootstrap here has the same functionality as CSS can do, but it is almost pre-made - you choose from preset things/elements (?) rather than writing it all yourself.

*they - can be whoever you want it to be - your colleagues, your tech friends, your brain, etc etc. For me, it was my mind that was making it complicated

Comments

Popular posts from this blog

My Beginning - JavaScript

I started out on the journey of learning to code on 18 June 2020. That morning, I woke up, checked my phone and saw a post on LinkedIn. It was written by someone I didn't know, an ex-Uber driver, and they simply expressed how glad they were that they'd learned to code. I declared to my husband then and there that I was going to learn to code. He just looked back at me sleepily. I have since found out that, by utter coincidence, the ex-Uber driver is in fact Nat Sharpe, a software engineer who's wife, Martha Sharpe, I own the book of and met within the Twitter community. I had been made redundant from my job as an Executive Assistant to the CEO of a FinTech startup due to the pandemic and I was feeling a little lost, spending all my time walking and running and just generally feeling like I should  be doing something - but I just didn't know  what. I had exactly no knowledge of coding, bar a little dabble in VBA in my previous job - again, I had mostly taught myself. I h...

Who is Santa?

Ok...... I wanted to vent my opinions on this weird social construct that we call 'Santa Claus'. I want to preface this with - I do not have any children of my own, and have nothing against anyone telling their children about Santa - however I used to work with children and young adults with special needs and therefore have experienced first hand the confusion that this kind of hypocritical social construct can cause. Let's start by breaking down exactly what (or who) Santa is, without taking any festivity or tradition into account: Santa is an old man who comes into your house in the middle of the night (down the chimney no less?!) and leaves presents for children. By this logic, we can both trust unknown men in our house (while we are sleeping) and especially unknown men who give us presents. As neuro-typical adults, we understand this construct as 'tradition' and 'a bit of fun', or whatever you want to call it.  But for some people, rules (do not trust un...

What is going on?!

A short one, as typing is very tricky at the moment! I'm going to try to amalgamate what 2 specialists have said to me, one yesterday and one 15+ years ago. I have written before about the haemorrhages I had in the past, caused by ' cavernomas ' in my brain. Cavernomas are essentially little clusters of veins that can bleed.  Most people have them and if they were in your skin they would appear as little blemishes. I happen to have them in my brain! I guess I was born with these in my brain, although they have never been picked up before on any MRI or CT scan. I had one that bled three times when I was younger that caused my disability and I had 2 operations to remove.  2 weeks ago, I started to experience extreme tiredness (which I put down to coding) and trouble speaking and typing (which I put down to stress). I've spent the best part of a week in hospital and have had numerous scans on my head. I'm sure I glow with radiation now! It seems that I have had anot...