Skip to content

Instantly share code, notes, and snippets.

View Nerajno's full-sized avatar
🎯
Focusing on building that developer muscle.

Nerando Johnson Nerajno

🎯
Focusing on building that developer muscle.
View GitHub Profile
@Nerajno
Nerajno / gist:7ce63932dbab40bd96cac4fd56df543f
Created March 19, 2024 10:51
General Practices for Projects
- [ ] Use clean code
Write clean, well-organized code that is easy to read and maintain. Use comments and meaningful variable names to make your code more understandable to others.
- [ ] Use version control
Use a version control system like Git to manage your code and collaborate with others. This will make it easier to track changes, collaborate with others, and roll back to previous versions if necessary.
- [ ] Create case studies
Showcase your projects by creating detailed case studies that describe the problem you were solving, your approach, and the results. This will demonstrate your problem-solving skills and give potential employers or clients a better understanding of your work.
- [ ] Add tracking
@Nerajno
Nerajno / gist:ea3ecac773f7c837ec36e00a627deb69
Created April 27, 2023 00:16
Portfolio Checklist for Javascript Engineers
# Portfolio Checklist for Javascript Engineers
- [ ] Use clean code: Write clean, well-organized code that is easy to read and maintain. Use comments and meaningful variable names to make your code more understandable to others.
- [ ] Use version control: Use a version control system like Git to manage your code and collaborate with others. This will make it easier to track changes, collaborate with others, and roll back to previous versions if necessary.
- [ ] Create case studies: Showcase your projects by creating detailed case studies that describe the problem you were solving, your approach, and the results. This will demonstrate your problem-solving skills and give potential employers or clients a better understanding of your work.
- [ ] Add tracking: Implement Google Analytics or a similar tool to track visits, clicks, and user behavior on your portfolio website. This will help you understand your audience and make informed decisions about your content and design.
- [ ] Add a form: Include a conta
@Nerajno
Nerajno / readme-template.md
Created February 15, 2023 13:34 — forked from meg-gutshall/readme-template.md
A README.md template I created from a few different resources. It's a work in progress. ;) Please comment below with any suggestions for edits!

Project Title

Description: A few sentences about your project and/or overview that explains what your project is about.

Build Status and Code Style

Build status of continuous integration (travis, appveyor, etc.) and code style (xo, standard etc.). It's common to include status badges here so contributors and prospective end-users can see the status of your project at a glance. Just don't go too crazy or it will look like a mess.

Find status badges at the follow sites: >- Shields.io

```
# Create a model that shows providers (e.g. dietitians), their clients, and journal entries.
# ● Both providers and clients have a name and an email address.
# ● Providers have many clients
# ● Clients usually have one Provider but can have more than one.
# ● Clients have a plan that they paid for, signified by the string "basic" or "premium". For each
# provider that a client is signed up with, they have one plan.
# ● Clients post journal entries. These consist of freeform text.
@Nerajno
Nerajno / publish.yml
Created March 23, 2022 18:27 — forked from umanghome/publish.yml
GitHub Action: Generate a build and push to another branch
# .github/workflows/publish.yml
name: Generate a build and push to another branch
on:
push:
branches:
- master
jobs:
build:
@Nerajno
Nerajno / interviewgoogle.md
Created May 17, 2021 15:51 — forked from albendz/interviewgoogle.md
Google Interview Prep Email

PREPARING FOR YOUR ON-SITE INTERVIEW

This is a non-exhaustive list of topics that may or may not be covered during your interviews. Its intent is to guide your study and preparation.

INTERVIEW PREP BLOGS & VIDEOS

  • How We Hire Google Careers
  • How to get a job at Google, interview questions, hiring process by Don Dodge link
HomeWork 1
Do Project 1 or 2 from FreeCodecamp's Rsponsive Certificate Project .
Read article given.
HomeWork 2
https://learngitbranching.js.org/
Create a github account
Create A twitter account && Follow 10 ppl on 21 ppl on tech.
What have you learnt && Areas we need to clear up ? (Journal/Log)
Create a simple Web page
Name(h1), Address, email(h3)
Who you are ? (p)
1.) a headshot of your choice, ideally in the 800 x 600 px ratio or similar
2.) links to any social media to which you would like us to link
https://twitter.com/nerajno
https://dev.to/nerajno
3.) link to your personal website/portfolio if you wish
http://www.developingdvlpr.com
@Nerajno
Nerajno / README.md
Last active October 12, 2019 19:55 — forked from akashnimare/README.md
A Junior Dev's beginners guide to writing a Kickass README ✍

Project title

A little info about your project and/ or overview that explains what the project is about.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Build status

Build status of continus integration i.e. travis, appveyor etc. https://getbootstrap.com/b. Ex. - Build Status