gutsytechster
gutsytechster
Untitled
33 posts
Don't wanna be here? Send us removal request.
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] ES6 - Arrow Function, Rest Parameter, Spread Operator
Arrow Functions, Rest Parameters and Spread Operators are those JavaScript features which have become so common to use and ease a developer's coding experience. This post covers those beautiful concepts. Go, give it a read. :) #javascript #100daysofcode
Heya fellows! Here comes another JavaScript post that covers some amazing ES6 features which are widely used in current JavaScript environment. This is in continuation of my JavaScript learning from freeCodeCamp.
This post is going to be a bookmark for you. So, just start reading.
Anonymous functions
In JavaScript, we don’t always need to give a name to a function. A function without a name is…
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] ES6 - var, let and const
ES6 provides some major changes and features to the JS environment. We'll explore those while continuing our JS learning via @freeCodeCamp. This post covers the different way for variable declaration. #javascript #100daysofcode #js
Hi there folks! Continuing the JavaScript learning from freeCodeCamp, this time we move ahead from the Basic JavaScript and would start with the ES6. ECMAScript 6 or ES6 is the major JS version which introduced a variety of helpful features, released in 2015. Going with this, we will explore those features and how to use them in upcoming posts as well.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Recursion, random numbers, parseInt function
Howdy people! This JavaScript post covers the different concepts in brief. Do give it a read. This also marks the end of the Basic JavaScript section of the @freeCodeCamp! :) #javascript #100daysofcode #recursion #js
Yo! How are you, people? I hope everyone is doing great. This time, it is another short post covering different concepts in brief. This is in continuation of my JavaScript learning from freeCodeCamp. I am really enjoying it and I am certain you are as well. šŸ™‚
Let’s continue towards the actual content without making any delay.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Loops
Hi all! Here comes a small JavaScript post covering fundamentals of loops. Loops are something, every programmer use in daily programming. This is in continuation of my JavaScript learning via @freeCodeCamp. #javascript #100Daysofcode
Hey fellas! Let’s keep continue what we’ve learned in the previous posts. This is another post in our JavaScript learning via freeCodeCamp. In this post, we are going to cover various loop constructs, JavaScript provides us with. How one uses them and implements them.
Let’s start with the post.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Objects
How are Y'all? I hope you all are doing well. Here comes another JavaScript post covering the fundamentals of Object data structure. This post is based upon my learning from @freeCodeCamp. #javascript #100daysofcode #js #webdev
Howdy folks! Let’s continue from the previous posts of the series focused on learning JavaScript. We are learning JavaScript fundamentals from the freeCodeCamp. I am sure, you are enjoying this as well.
This post will cover the basics of Objects in JavaScript. Let’s know about them without any delay.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Conditional Logic, Logical Operators, switch statement
This post covers various ways, one can implement the conditional logic and use the logical operators in JavaScript. This also provides an update on my JavaScript learning from @freecodecamp. #javascript #100daysofcode #webdev #js
Hey fellas! Guess what? This time we are going to dive into one of the main concepts in any programming language i.e. implement conditional logic. This is in continuation of my JavaScript learning from freeCodeCamp. We’ve learned quite a few concepts in the series and going to know more about them.
In the previous post in the series, we learned about Boooleanand comparison operators which are…
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Queues, Boolean, Comparison Operators
Here is another small post covering my JavaScript learning from @freecodecamp. It covers details about queue, boolean and basic comparison operators in JavaScript. #freecodecamp #javascript #js #100daysofcode
Howdy fellows! Here is yet another JavaScript post covering the fundamentals. This is in continuation of my JavaScript learning from freeCodeCamp. The last post in the series can be found here, where we have learned about functions in JavaScript.
Let’s get started then.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Functions
Hey y'all! Here is the next post in the JavaScript series, which I am learning via @freecodecamp. This time I have learned about functions in JS and how to utilize them to write a better piece of code. #javascript #freecodecamp #js
Hello folks! I am here with another JavaScript post covering my learning and javascript fundamentals. Continuing my journey with freeCodeCamp, this time I have learned about functions in JavaScript. The previous post in the series can be found here.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Arrays
Here comes another post in the series of my JavaScript learning from @freecodecamp. Arrays are the fundamentals in any programming language. This post would explain them w.r.t JavaScript. #javascript #js #freecodecamp #dailylearning
Hey, y’all! I believe you all are doing excellent. This is in continuation of my previous post on strings andĀ my JavaScript learning from freeCodeCamp. This time, I acquired some knowledge about arrays in JavaScript.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Strings
This post covers the fundamentals of JavaScript string which I have learned via @freeCodeCamp. This is the second part of the series which involves my JS learning. #javascript #freecodecamp #dailylearning #js
Howdy fellows!
I hope you all are fine at this time of the pandemic. I am trying to utilize as much of my time as I can. So, I have started learning JavaScript from freeCodeCampā€˜s JavaScript curriculum. This is the second post in the series, which I am writing to keep notes of my learning, which might help someone else. You can find my previous post here.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 5 years ago
Text
[freeCodeCamp] Basic JavaScript - Comments, Variables and Mathematical Operations
I have finally started learning JavaScript properly, with the help of the awesome platform @freeCodeCamp and an awesome playlist by @florinpop1705. I'll be posting update via small posts. #javascript #freecodecamp #dailylearning #js
Hello folks!
I have planned to complete the JavaScript curriculum from the freeCodeCamp. I have always wanted to complete a course on JavaScript but couldn’t do so due to procrastination, laziness and a lot of other reasons.
(more…)
View On WordPress
0 notes
gutsytechster Ā· 6 years ago
Text
Fundamentals of Computer Science
Computer science involves a lot of terminologies. To get an abstract of different terms involved in it, read through it. :) #programming #computerscience
Hey folks! So, I was reading through this book(link provided in the reference). The first few chapters of it were enlightening. I have tried to summarize them into a few paragraphs. I hope, it helps to understand some basic terminologies widely used with respect to computer science. (more…)
View On WordPress
0 notes
gutsytechster Ā· 6 years ago
Text
User Auth operations in DRF - Login, Logout, Register, Change Password
Implement common user auth operations such as login, logout etc. as API endpoints. Go ahead and give it a read. #django #django-rest-framework
A user is a common entity in most of the projects and dealing with all the related function such as login, register, logout etc is a necessity in such projects. Today, we’ll learn how can we write such services as API endpoints when creating APIs via Django Rest Framework. This blog post assumes that you know how to set up the Django project and to include Django Rest Framework. If you are not…
View On WordPress
0 notes
gutsytechster Ā· 6 years ago
Text
How to add celery logs to GCP Logging?
A lot of people deploy and maintain their product over Google Cloud Platform. Maintaining a project requires proper maintenance of logs. Let's learn how one can do this in GCP.
Hey everyone! I’ve got something new which I’ve learned recently.
During my internship, I came across using GCP a bit. The only task I had to do was to add celery logs in the default Logs viewer of GCP. This tutorial assumes that you’ve created a VM instance for your project. (more…)
View On WordPress
0 notes
gutsytechster Ā· 6 years ago
Text
How to setup a cron job in Django
We often need to define a cron job while working on a live project for various tasks like sending an email to your newsletter at a specified time. Django has an intuitive way to define these. Let's learn how we can achieve it. #django
Hey folks! I’ve got something interested to share which I recently learned. You already know it, don’t you? Yes, from the title. Well then, let’s get start with it.
When working on a project, you might require to setup a cron job. Those who don’t know what a cron job is, ā€œcronā€ is a utility that schedule scripts or commands to be run automatically at specified time and date or intervals and these…
View On WordPress
0 notes
gutsytechster Ā· 6 years ago
Text
Python testing with pytest
Testing plays an important role in software development. Some mistakes are unimportant but some of them are expensive and dangerous. Testing helps us to avoid such circumstances. Let's know about pytest to get a better understanding.
Testing plays a crucial role in software development. Testing each part of code as you write it, is considered a good habit. Passing tests builds confidence that you haven’t accidentally broke the already working code. (more…)
View On WordPress
0 notes
gutsytechster Ā· 6 years ago
Text
Mock Testing in Python
Mock testing allows us to test different parts of code where we don't want to use the real object. Using a mock object makes it efficient and convenient. Let's learn how can we implement mock testing in python.
Heya! I’ve been busy with my exams for some time. Though that doesn’t imply that I didn’t learn anything new. I have learned something crucial, something which plays an important role if you are writing a good piece of code and that something is known as testing. Testing in python can be done in various ways but this post will be dedicated to use mocks in python. (more…)
View On WordPress
0 notes