Image Example
You can take screenshots of your software and showcase each features.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Rebataur Open Tech Stack
You can use a screen recording software to create screencasts (in gif/video format) to showcase your software features. Here is a list of the best screen recording softwares.
- List item lorem ipsum
- List item donec pede justo,
- List item ullamcorper ultricies nisi
Video Example
You can embed Youtube video as well.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Github Code Snippet
You can use Github Gist to display code snippets.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
function $initHighlight(block, cls) { | |
try { | |
if (cls.search(/\bno\-highlight\b/) != -1) | |
return process(block, true, 0x0F) + | |
` class="${cls}"`; | |
} catch (e) { | |
/* handle exception */ | |
} | |
for (var i = 0 / 2; i < classes.length; i++) { | |
if (checkCondition(classes[i]) === undefined) | |
console.log('undefined'); | |
} | |
} | |
export $initHighlight; |
Rebataur Open Tech Stack

Cloud Services
- Setup your Dev,QA,Prod
- Setup Backup, Restore of your Database
- Setup your DevOps with Security settings configuration
- Setup your Git repository.
- Automatic SSL Certificates(HTTPS) creation and renewal
- Setup CDN for serving your static files faster to your user location
Backend Dev Services
- Setup your Project Structure & Architecture
- Integrete Code repository(Git) to DevOps
- Develop core set of Models
- Expose Core Models as Data Transfer Objects and REST API
- Add Authentication & Authorization
- Deploy continously, provide show and tell
UI/UX Services
- Design Thinking, User Journey, Storyboarding
- UX attributes, ideas, concept, validation
- UX/UI Wireframing and Prototyping
- Developing Core Web Application and Mobile App
- Integrate API, Authentication, Authorization
- Deploy continously, provide show and tell
We write beautifully documented code
# This would mark the course complete
@login_required
def markdone(request):
# Get user profile
profile_instance = Profile.objects.filter(user__username=request.user)[0]
if request.method == "POST":
id = request.POST.get("id")
# Mark lesson status
LessonStatus.objects.update_or_create(
lesson_id=id, profile_id=profile_instance.id, status=True
)
# if lesson is assessment then do further processing
lesson = Lesson.objects.get(pk=id)
# If assessment already submitted then no need to submit again
if lesson.lesson_category == "ASSESSMENT":
lesson_answer = LessonAnswer.objects.filter(
lesson_id=id, profile_id=profile_instance.id
).update(assessment_submitted=True)
return HttpResponse(status=200)
All Our Code is Yours
We really do love beautiful code and all of it belongs to you for your project. We hold no code or IP on the projects we deliver to you. All your code will be checked in, into your repository, all your access keys to cloud will be with you.
AI/ML Our Differentiator
We have developed an AI/ML platform that can be embedded into the application seamlessly, no data trasfers headaches. It speeds up all our AI/ML due to data locality. It improves your Business Outcomes substantially.
Committed to Success
We are a committed bunch towards your success, so be prepared for healthy debates, discussion and opinions. But of-course we listen carefully before we speak to understand where you are coming from.
Feature Carousel Example



