
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
Just checked out Github's dark mode. I kind of like the dark mode. It looks cool. #codenewbie #programmer #programming.#frontenddev #webdevelopment #github #developer #webdeveloper #fullstackdeveloper #Backend #softwaredeveloper #softwareengineer #fullstackdeveloper #CodeLife
1
1
11
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
0
5
3
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
0
1
1
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
0
8
4
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
There are different options we have when creating relations in the nosql/MongoDB.1. Nested/Embedded Documents. 2. References. #100daysofcode #javascript #expressJs #NodeJS #MongoDB
0
6
6
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
0
7
2
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
0
6
6
Editing simultaneously using multiple cursors in vscode. Press Alt & click on each line. #programmer #programming. #webdevelopment #developer #webdeveloper #fullstackdeveloper #Backend #softwaredeveloper #softwareengineer #fullstackdeveloper #CodeLife #javascript
0
7
2
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
0
10
14
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
0
1
6
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
0
6
3
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
0
3
1
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
0
2
0
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
0
1
1
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
0
2
2
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
0
1
0
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
0
3
1
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
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
0
4
2