Bihari Aloo Bhujia Recipe
Bihari Aloo Bhujia | Aloo ki Bhujia | How to Make Aloo Bhujia Recipe with step-by-step photos and video,
Bihari Aloo
Bhujia is simple and quite an easy potato bhujia which is prepared with
just 4 ingredients including potatoes, it goes well
with paratha, loaf bread even with simple dal chawal
and steaming rice This bhujia is a traditional recipe
of Bihari Household, usually is cooked in the winter with seasoning
potatoes(Naya Aloo)
My Latest Video Bihari Aloo Bhujia:
In this
recipe medium slices of Potato are cut without removing the skin and cooked with
onion along with whole red chillies,
Bhujia is
cooked with mustard oil in the Bihari household which brings a very light
delicious taste to bhujia, but if you don’t like mustard oil or not available
surrounding your area then you can cook it in olive oil, So
let's begin
If you have tried this Bihari Aloo Bhujia Recipe don’t forget to rate the recipe. You can also follow me on social media to see what’s latest in my kitchen!
Facebook
Instagram
Pinterest
Youtube
Like Our Videos? Then do follow and subscribe to us on youtube to get the latest Recipe Video updates.
Rinse the potatoes thoroughly and cut them into medium slices neither thick nor thin, remove the skin of the onion and cut it into thin slices
Pour mustard oil into a heavy bottom pan and let it heat very well until smoky oil then put 2-3 onion slices add to the oil and allow to burn in oil, take them out and discard the onion slices let it cool down completely keep aside
Note, before using mustard oil must be cooked on a high flame to remove its sharpness
Heat the oil in the pot and fry onion slices with whole chillies until golden brown_Take them out and spread on the plate...
Put potatoes in the pot and stir well then add salt
Fry it with oil on a medium flame for around 5 minutes
Cover the lid and allow to cook on low flame for 10 minutes_Crumble the fried onion with red chillies
Remove the lid and stir well, potatoes are looking soft at this stage adjust the salt
Put all crumbled onion mixture into the potato
Pour little water by using the same fried onion plate
Mix well and simmer for around 5 minutes
Remove from the flame, Bihari aloo bhujia is done..


Bihari Aloo Bhujia
Author: Sana Rasheed
Preparation Time:10 mins
Cooking time:20 mins
Total time:30 mins
Servings: 6
Recipe Category: Veggie
Cuisine: Bihar India
Calories per serving:172 kcal
Bihari aloo bhujia is simple and quite an easy potato bhujia which is prepared with just 4 ingredients including potatoes,
Ingredients:
- 1kg, potato cut with the skin
- 1 large-sized, onion thinly sliced
- 1/3 tsp, cumin seeds
- 8-10 pieces, whole red chillies or to taste
- 1 cup, of mustard oil
- Salt to taste
How to Make Bihari Aloo Bhujia?
- Heat the oil in the large-sized pot and put all onion slices with whole red chillies
- Fry the onion till turns a golden brown
- Spread all fried onion slices on the plate
- In the same pot put cumin seeds right after adding potato slices along with salt
- Fry it with oil on a medium flame for around 5 minutes
- Cover the lid and let it cook on low flame for about 10-15 minutes
- Keep stirring occasionally
- Meanwhile, make crumble the fried onion slices with whole red chillies
- Remove the lid and add in aloo bhujia with little water
- Mix well and give it another 5 minutes for simmering on a very low flame
- Bihari Aloo bhujia is ready to serve with steamed rice,chapati or paratha
*Not be duplicated, rewritten or published
without permission- Thank you!
//o?$("#menu-wrapper").css({position:"fixed",top:0,left:0,right:0,"z-index":99}):$("#menu-wrapper").css({position:"relative"})};n(),$(window).scroll(function(){n()})});
// Menu 2
$(document).ready(function(){var str=location.href.toLowerCase();$('.mainin-nav ul li a').each(function(){if(str.indexOf(this.href.toLowerCase())>-1){$("li.highlight").removeClass("highlight");$(this).parent().addClass("highlight")}})})
$(function(){var pull=$('#pull');menu=$('.mainin-nav ul');menuHeight=menu.height();$(pull).on('click',function(e){e.preventDefault();menu.slideToggle()});$(window).resize(function(){var w=$(window).width();if(w>320&&menu.is(':hidden')){menu.removeAttr('style')}})});
// Back to Top
$(function(){$("#back-to-top").backToTop()});
!function(n){n.fn.backToTop=function(o){var c=n(this);c.hide().click(function(){n("body, html").animate({scrollTop:"0px"})});var i=n(window);return i.scroll(function(){i.scrollTop()>0?c.fadeIn():c.fadeOut()}),this}}(jQuery);
// Tab Menu
!function(a){"use strict";var b=function(b,c){var d=this;d.element=b,d.$element=a(b),d.tabs=d.$element.children(),d.options=a.extend({},a.fn.mtabs.defaults,c),d.current_tab=0,d.init()};b.prototype={init:function(){var a=this;a.tabs.length&&(a.build(),a.buildTabMenu())},build:function(){var b=this,c=b.options,d=c.tab_text_el,e=c.container_class;b.tab_names=[],b.$wrapper=b.$element.wrapInner('
').find("."+e),b.tabs.wrapAll('
'),b.tabs.each(function(c,e){var f,g=a(e),h=d;f=g.find(h).filter(":first").hide().text(),b.tab_names.push(f)}),a.isFunction(c.onReady)&&c.onReady.call(b.element)},buildTabMenu:function(){for(var b,c=this,d=c.options,e=d.tabsmenu_el,f=c.tab_names,g="<"+e+' class="'+d.tabsmenu_class+'">',h=0,i=f.length,j=function(){var a=arguments;return d.tmpl.tabsmenu_tab.replace(/\{[0-9]\}/g,function(b){var c=Number(b.replace(/\D/g,""));return a[c]||""})};i>h;h++)g+=j(h+1,f[h]);g+=""+e+">",c.$tabs_menu=a(g).prependTo(c.$wrapper),b=c.$tabs_menu.find(":first")[0].nodeName.toLowerCase(),c.$tabs_menu.on("click",b,function(b){var d=a(this),e=d.index();c.show(e),b.preventDefault()}).find(":first").trigger("click")},show:function(b){var c=this,d=c.options,e=d.active_tab_class;c.tabs.hide().filter(":eq("+b+")").show(),c.$tabs_menu.children().removeClass(e).filter(":eq("+b+")").addClass(e),a.isFunction(d.onTabSelect)&&b!==c.current_tab&&d.onTabSelect.call(c.element,b),c.current_tab=b},destroy:function(){var a=this,b=a.options.tab_text_el;a.$tabs_menu.remove(),a.tabs.unwrap().unwrap(),a.tabs.removeAttr("style"),a.tabs.children(b+":first").removeAttr("style"),a.$element.removeData("mtabs")}},a.fn.mtabs=function(c,d){return this.each(function(){var e,f=a(this),g=f.data("mtabs");e="object"==typeof c&&c,g||f.data("mtabs",g=new b(this,e)),"string"==typeof c&&g[c](d)})},a.fn.mtabs.defaults={container_class:"tabs",tabs_container_class:"tab-contents",active_tab_class:"active-tab",tab_text_el:"h1, h2, h3, h4, h5, h6",tabsmenu_class:"tabs-menu",tabsmenu_el:"ul",tmpl:{tabsmenu_tab:'
{1}'},onTabSelect:null}}(window.jQuery,window,document);
//]]>
Have you any doubts about this blog kindly let me know
EmoticonEmoticon