Skip to content

Commit cacce33

Browse files
committed
added content for Numbers in JavaScript
1 parent 70849e7 commit cacce33

File tree

6 files changed

+352
-138
lines changed

6 files changed

+352
-138
lines changed

blog/2024-03-15/prompt-engineering-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ date: 2020-12-21 15:34:11
77

88
Prompt Engineering is a process of creating a prompt that is used to guide the user through a series of steps to achieve a specific goal. It is a powerful tool that can help users complete complex tasks with ease and efficiency. In this guide, we will walk you through the process of creating an effective prompt that will help you achieve your desired outcome.
99

10+
<!-- truncate -->
11+
1012
## Step 1: Define the Goal
1113

1214
The first step in creating an effective prompt is to define the goal you want to achieve. This could be anything from completing a task, learning a new skill, or solving a problem. By clearly defining the goal, you can create a prompt that guides the user towards that goal.

blog/Building RESTful CRUD API in springboot/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ date: 2024-06-25
77
hide_table_of_contents: true
88
---
99

10+
In this article, we will learn how to build a RESTful CRUD (Create, Read, Update, Delete) API using Spring Boot. We will cover everything from project setup to testing, demonstrating best practices and essential techniques along the way. By the end of this tutorial, you will have a solid understanding of how to architect, develop, and test RESTful APIs using Spring Boot.
11+
12+
<!-- truncate -->
13+
1014
## What is RESTFUL API?
1115
- In the realm of modern web development, RESTful APIs have become a cornerstone for building scalable, efficient, and maintainable web applications.
1216

blog/from-ftp-client-to-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CI evolution: From FTP client to GitHub Action"
3-
author: Ajay Dhangar
3+
authors: ajay-dhangar
44
tags: [ftp, sftp, GitHub Action, ftp deploy]
55
date: 2024-03-15 11:37:46
66
decription: The evolution of remote file management

blog/sed-normalize-md-file-with-regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Sed: Normalize markdown file with Regex"
3-
author: ajay-dhangar
3+
authors: [ ajay-dhangar ]
44
tags: [sed, regex, web clipper]
55
date: 2024-03-15 14:37:46
66
description: How to normalize markdown file with Regex

docs/WebSocket-for-realtime.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)