Skip to content

Commit f2b06cc

Browse files
committed
Remove coffee line from blogs
1 parent 3a80cb6 commit f2b06cc

15 files changed

+0
-43
lines changed

‎_layouts/default.html

-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@
8383
<a target="_blank" class="nav-link" href="{{ site.baseurl }}/contact">Contact</a>
8484
</li>
8585

86-
<li class="nav-item">
87-
<a target="_blank" class="nav-link" href="https://www.paypal.me/GauravKukade">Support ❤️</a>
88-
</li>
89-
9086
{% include search-lunr.html %}
9187

9288
</ul>

‎_pages/about.md

-11
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ let's find out what is coderolls.</p>
2929
<div class="fb-like" data-href="https://www.facebook.com/coderolls" data-width="" data-layout="button" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>
3030

3131
<p></p>
32-
33-
<h4>About Gaurav</h4>
34-
35-
<p>Hi 👋🏼 I'm Gaurav Kukade, a software developer. Here I write tutorials for Java programming language and related technologies.</p>
36-
37-
<p>I like to try new things in the world of coding.</p>
38-
39-
<p>Get in touch with me at gaurav@coderolls.com 🙂</p>
40-
41-
You can connect with me on <a href="https://twitter.com/GDKukade">Twitter <i class="fab fa-twitter"></i></a>, <a href="https://github.com/gauravkukade">GitHub <i class="fab fa-linkedin"></i></a>, <a href="https://www.facebook.com/gdkukade">Facebook <i class="fab fa-facebook"></i></a>, <a href="https://www.instagram.com/gauravdkukade">Instagram <i class="fab fa-instagram"></i></a> and <a href="https://medium.com/@gauravkukade">Medium <i class="fab fa-medium"></i></a>.
42-
4332
<p></p>
4433
<!--My artticles on the other platform-->
4534

‎_posts/git/2019-12-20-basic-git-commands.md

-2
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,4 @@ $ git checkout -b <your-new-branch-name>
238238

239239
![How to create new branch](/assets/images/2019-12-20-basic-git-commands/git-new-branch.gif)
240240

241-
If you found this article worth, please support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
242-
243241
If you have queries please let me know in the comment section below.

‎_posts/groovy/2020-12-31-hello-world-in-groovy.md

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ You can visit my [YouTube channel 'coderolls'](https://www.youtube.com/channel/U
7575

7676
--------------
7777

78-
You can support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
79-
8078
#### Related Articles
8179

8280
- [8 Basic GIT Commands Every Newbie Developer Must Know](https://coderolls.com/basic-git-commands/)

‎_posts/java-basic/2019-11-29-java-introduction.md

-2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,4 @@ Refer the following diagram,
140140

141141
What was your experience when you started learning Java, share with us in the comment section.
142142

143-
If you found this article worth, please [Give me a cup of Coffee ☕](https://paypal.me/GauravKukade).
144-
145143
Or use Google Pay/UPI at gkukade54@okicici

‎_posts/java-basic/2021-03-02-convert-double-to-int.md

-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ You can read more about [string to int](https://coderolls.com/convert-int-to-str
197197
-------
198198
You can visit my [YouTube channel 'coderolls'](https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w?view_as=subscriber?sub_confirmation=1) to find more video tutorials.
199199

200-
If you found this article worth, support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
201-
202200
### Related Articles
203201

204202
- [How To Convert An Integer To String In Java](https://coderolls.com/convert-int-to-string/)

‎_posts/java-files-io/2021-01-03-read-file-using-bufferedreader.md

-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ You can visit my [YouTube channel 'coderolls'](https://www.youtube.com/channel/U
212212

213213
--------------
214214

215-
You can support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
216-
217215
#### Related Articles
218216

219217
- [8 Basic GIT Commands Every Newbie Developer Must Know](https://coderolls.com/basic-git-commands/)

‎_posts/java-string/2019-11-30-compare-two-strings-lexicographically-in-java.md

-2
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,4 @@ In a first way, I am using the `compareTo()` method of the Java and in the secon
207207

208208
Most noteworthy, In `compareTo()` method of the Java, the comparison is based on the Unicode value of each character in the strings.
209209

210-
If you found this article worth, please [Give me a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
211-
212210
Have you tried the `compareTo()` method or created a user-defined method to compare two string lexicographically? How was your experience? Have you faced any problem? please write down the same in the comment section below.

‎_posts/java-string/2019-12-02-reverse-a-string-in-java.md

-2
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ We can reverse the string in multiple ways. I have listed the five ways below.
367367

368368
These are the ways we can reverse the string in Java.
369369

370-
If you found this article worth, please [Give me a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
371-
372370
If you have any queries or any suggestions or if you find any mistakes in the article or in the code snippet given above please feel free to comment below.
373371

374372
Have you try the different ways to reverse the string in the java? or do you know the most simple way? please write it down in the comment section below.

‎_posts/java-string/2019-12-12-java-string-pool-and-intern-method.md

-4
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ When you assigned a literal to string variable it will automatically be interned
163163

164164
In contrast, when you create a string using `new` operator you have applied `intern()` method to add its copy to the java string pool.
165165

166-
If you found this article worth, please
167-
168-
[Give me a cup of Coffee ☕](https://paypal.me/GauravKukade)
169-
170166
If you have any queries about the code blocks given above, please write it down in the comment section below. Also. let me know if you have any other information about the Java String pool and `intern()` method in the comment section.
171167

172168
### Related Article

‎_posts/java-string/2019-12-12-java-substring-method.md

-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ In Java `substring()` method has two variants.
170170

171171
`substring(int beginIndex, int endIndex)` returns the substring of this string which will start from the character at the `beginIndex` and will extend till the character at the `endIndex - 1`. Here, the parameter `beginIndex` is inclusive while the parameter `endIndex` is exclusive.
172172

173-
If you found this article worth, please [Give me a cup of Coffee ☕](https://paypal.me/GauravKukade)
174-
175173
If you have any queries about the `substring()` method please write it below in the comment section.
176174

177175
#### Related Articles

‎_posts/java-string/2019-12-24-difference-between-stringbuffer-and-stringbuilder.md

-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,4 @@ So, `StringBuffer` class takes more time as compare to `StringBuilder` class for
7575

7676
Taking efficiency into consideration, it is highly recommended to use `StringBuilder` class instead of the old `StringBuffer` class.
7777

78-
If you found this article worth, support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
79-
8078
Also, if you have other information about the difference between `StringBuffer` class and `StringBuilder` class please write it down in the comment section below.

‎_posts/java-string/2020-01-05-convert-string-to-int.md

-2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,4 @@ We can convert String to int using two methods, `Integre.parseInt()` method and
129129

130130
If the string contains some other value than the decimal numbers both the methods will throw the `NumberFormatException`.
131131

132-
If you found this article worth, support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
133-
134132
If you know any other way to convert the string to int or if you have any query about the string to int conversion please write it down in the comment section below.

‎_posts/java-string/2020-12-24-convert-stringbuilder-to-string-in-java.md

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ Get the [above code as GitHub Gist](https://gist.github.com/gauravkukade/00bd416
5353

5454
You can visit my [YouTube channel 'coderolls'](https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w?view_as=subscriber?sub_confirmation=1) to find more video tutorials.
5555

56-
If you found this article worth, support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
57-
5856
#### Related Articles
5957

6058
- [Learn About Java String Pool And intern() Method](https://coderolls.com/java-string-pool-and-intern-method/)

‎_posts/java-string/2021-02-27-convert-int-to-string.md

-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ String numberString = Integer.toString(number);
106106
```
107107
In both cases, `number` is an `int` value.
108108

109-
If you found this article worth, support me by [giving a cup of Coffee ☕](https://www.paypal.me/GauravKukade)
110-
111109

112110
### Related Articles
113111

0 commit comments

Comments
 (0)