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
Last active October 18, 2024 11:00
General Practices for Projects
# GitHub Issues for JavaScript Developer Portfolio
## Issue 1: Implement Clean Code Practices
Suggested Labels: `code-quality`, `best-practices`
- [ ] Write clean, well-organized code
- [ ] Use meaningful variable names
- [ ] Add comments for complex logic
## Issue 2: Set Up Version Control
Suggested Labels: `devops`, `git`
@Nerajno
Nerajno / gist:ea3ecac773f7c837ec36e00a627deb69
Last active December 29, 2024 01:18
Portfolio Checklist for Javascript Engineers
# Portfolio Checklist for Software Engineers v2
## Code Quality
- [ ] Write clean, well-organized code that's easy to read and maintain
- [ ] Use clear, meaningful variable names and add comments where necessary
- [ ] Use Git for version control to manage projects and track changes
## Project Showcase
- [ ] Include detailed case studies for projects explaining:
- [ ] Problem solved
@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