CodesNelly Profile Banner
Nelly Codes Profile
Nelly Codes

@CodesNelly

Followers
9
Following
2
Media
40
Statuses
46

PHP | Laravel | React Js | Redux | Node js | Git | Python | HTML5 | CSS3 | Jquery | Responsive Web Design | Wordpress | Elementor

Joined September 2019
Don't wanna be here? Send us removal request.
@CodesNelly
Nelly Codes
5 years
Tweet media one
1
1
11
@CodesNelly
Nelly Codes
5 years
I just tried out Hasura to create a Serverless react js application. Here a few things i have learnt about Hasura.#React #reactjs #javascript #GraphQL #hasura #Postgres #apolloclient #100daysofcode #serverless
Tweet media one
0
5
3
@CodesNelly
Nelly Codes
5 years
Using cookies 🥧 and sessions in your node js applications?.Here are some facts about cookies and sessions. #100daysofcode #javascript #expressJs #NodeJS #MongoDB #mongoose #sessions #cookies
Tweet media one
0
1
1
@CodesNelly
Nelly Codes
5 years
I just tried out Mongoose an ODM (Object Document Mapper) Library for mongodb. It abstracts the complexities of writing raw mongodb queries, by providing built in helper functions to perform CRUD operations. #100daysofcode #javascript #expressJs #NodeJS #MongoDB #mongoose
Tweet media one
0
8
4
@CodesNelly
Nelly Codes
5 years
I found this Vscode extension that helps you to identify your projects when using multiple vscode windows. It lets you define different colors for each windows. Peacock for Visual Studio Code.#programmer #developer #softwaredeveloper #softwareengineer #100daysofcode #vscode
1
4
3
@CodesNelly
Nelly Codes
5 years
There are different options we have when creating relations in the nosql/MongoDB.1. Nested/Embedded Documents. 2. References. #100daysofcode #javascript #expressJs #NodeJS #MongoDB
Tweet media one
0
6
6
@CodesNelly
Nelly Codes
5 years
Happy New year everyone.Started the year with mongoDB. Just learn't to do CRUD operations in mongoDb using nodejs, mongoDB, MongoDB Atlas and Compass. MongoDB Atlas - a cloud DB Service.MongoDB Compass - a GUI for your DB. #100daysofcode #javascript #expressJs #NodeJS #MongoDB
Tweet media one
0
7
2
@CodesNelly
Nelly Codes
5 years
Just tried Sequelize - a nodejs ORM you can use for mysql. Here are a few things i have learn't about Sequelize. - You no longer need to write manual sql queries. - It helps you define models and relations for your database. #100daysofcode #javascript #expressJs #NodeJS
Tweet media one
0
6
6
@CodesNelly
Nelly Codes
5 years
0
7
2
@CodesNelly
Nelly Codes
5 years
When to use SQL VS NOSQL in your node js application. If you are storing data where the relations are important & a strong schema is needed use sql. For a large number of read & write requests with high throughput use NoSQL. #100daysofcode #javascript #expressJs #NodeJS
Tweet media one
0
10
14
@CodesNelly
Nelly Codes
5 years
Implementing an MVC pattern/architecture in your express node js application is really straight forward and simple. It is all about separation of concerns. It separates your application into three different logical components. #100daysofcode #javascript #expressJs #NodeJS
Tweet media one
0
1
6
@CodesNelly
Nelly Codes
5 years
The shortest way to convert a string to a number in javascript is to put a + (plus) sign in front of the variable, If you intend to add them together. #100daysofcode #javascript.#webdevelopment #30DaysOfCode.#softwaredeveloper #softwareengineer.#programmer #programming
Tweet media one
0
6
3
@CodesNelly
Nelly Codes
5 years
vscode-styled-components by Julien Poissonnier . A nice vscode extension to use for styled components. I just tried it out and it does support IntelliSense. #reactjs #REACT #ReactJavascript #vscode
Tweet media one
0
3
1
@CodesNelly
Nelly Codes
5 years
Trying to explain to a non programmer what i do on a daily basis and still they don't seem to understand. #programminghumor #programmingmemes #programmingisfun #programminglife #Developer #CodeLife #lifeofaprogrammer
Tweet media one
0
2
0
@CodesNelly
Nelly Codes
5 years
I Just tried EJS Templating engine and i am beginning to like it.Few things to know about EJS.1. You do not need to register the engine like you would do with express-handlebars.2. With Ejs you write normal html syntax and normal javascript syntax. #javascript #NodeJS #ExpressJS
Tweet media one
0
1
1
@CodesNelly
Nelly Codes
5 years
Handlebars templating engine - Handlebar uses a different philosophy, first you need to register it, you can use normal html syntax unlike pug and your logic has to sit in a different node js file this makes your view files leaner. #javascript #NodeJS #ExpressJS #handlebars
Tweet media one
0
2
2
@CodesNelly
Nelly Codes
5 years
I am currently learning templating engines in Express JS. I picked up pug templating engine and here are few things i have learnt. Indentation is key, it is white-space sensitive, with pug you write shorter HTML with no closing tags and many more. #javascript #NodeJS #ExpressJS
Tweet media one
0
1
0
@CodesNelly
Nelly Codes
5 years
Started learning Express.js a node js framework that has a lot of utility functions, tools and a clear set of rules on how an app should be built. It also relies heavily on middleware functions. It has been a great learning experience. #javascript #NodeJS #ExpressJS
Tweet media one
0
3
1
@CodesNelly
Nelly Codes
5 years
Creating Html 5 skeleton pages in vscode with Emmet Extension is super duper easy and fast.#html5 #htmlcss #webdevelopment #Webdesign #WebDeveloper #webdevelopers #vscode #emmet
0
1
3
@CodesNelly
Nelly Codes
5 years
Importing multiple components from different folders into a single component can be quite messy if you import the components individually. So to solve this you need to create a file to serve as a single source of truth for your components. #reactjs #React #cleancode #javascript
Tweet media one
0
4
2